<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : SetOutlineDestination(...) Top ?</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : SetOutlineDestination(...) Top ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 06:05:20 +0000</pubDate>
  <lastBuildDate>Tue, 20 Aug 2013 22:32:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=2711</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[SetOutlineDestination(...) Top ? : Here&amp;#039;s what I used when adding...]]></title>
   <link>http://www.quickpdf.org/forum/setoutlinedestination-top_topic2711_post11124.html#11124</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 2711<br /><strong>Posted:</strong> 20 Aug 13 at 10:32PM<br /><br />Here's what I used when adding outlines to a workbook. All outlines point to the top of the page.<br><br>pdf_idx = 0<br>page_total = 0<br>do while (pdf_idx &lt; pdf_count)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pdf_idx ++<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; QuickPDFSelectPage (pdf_instance_id, page_total + 1)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; QuickPDFNewOutline (pdf_instance_id, 0, bookmark, (page_total + 1), QuickPDFPageHeight (pdf_instance_id))<br>loop<br><br>Hope this helps<br>Wheeley<br><br>]]>
   </description>
   <pubDate>Tue, 20 Aug 2013 22:32:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setoutlinedestination-top_topic2711_post11124.html#11124</guid>
  </item> 
  <item>
   <title><![CDATA[SetOutlineDestination(...) Top ? : You can say (correct) psunits...]]></title>
   <link>http://www.quickpdf.org/forum/setoutlinedestination-top_topic2711_post11123.html#11123</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2711<br /><strong>Posted:</strong> 20 Aug 13 at 6:11PM<br /><br />You can say (correct) psunits or the common pixels.<div>PageHeight and PageWidth are functions from QuickPDF.</div><div>The resulting value will change (mm, inches or pixels) it depends on SetMeasurementUnits.</div><div>To be sure about top, left:</div><div>Load the document and use first SetOrigin(1) then it's like you want it.&nbsp;</div><div>Please have a look inside the online reference and the developer guide.</div><div>DIN A4 means&nbsp;842 x 595 pixels means 210 x 297 mm means ... inches.</div><div><br></div><div>Cheers, Ingo</div>]]>
   </description>
   <pubDate>Tue, 20 Aug 2013 18:11:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setoutlinedestination-top_topic2711_post11123.html#11123</guid>
  </item> 
  <item>
   <title><![CDATA[SetOutlineDestination(...) Top ? : a good question, I thought it...]]></title>
   <link>http://www.quickpdf.org/forum/setoutlinedestination-top_topic2711_post11120.html#11120</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=387">hubbra</a><br /><strong>Subject:</strong> 2711<br /><strong>Posted:</strong> 20 Aug 13 at 1:37PM<br /><br />a good question, I thought it would be by PDF / printers always TOP LEFT, but it looks like this is not true on these PDF. When I build my own with QuickPDF i use my class for Xbase++ and this will create top left, but now I have a Framemaker document, with the Acrobat PDF printerdriver. <br>And it looks like the left bottom is used.<br><br>My problem is, how high is the page ?<br><br>What is this "psunits" in size ?<br><br><br>]]>
   </description>
   <pubDate>Tue, 20 Aug 2013 13:37:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setoutlinedestination-top_topic2711_post11120.html#11120</guid>
  </item> 
  <item>
   <title><![CDATA[SetOutlineDestination(...) Top ? :  Hi Hubbra ;-)The question is...]]></title>
   <link>http://www.quickpdf.org/forum/setoutlinedestination-top_topic2711_post11119.html#11119</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2711<br /><strong>Posted:</strong> 20 Aug 13 at 1:27PM<br /><br />Hi Hubbra ;-)<div>&nbsp;</div><div>The question is where the page creation shall begin.</div><div>If the starting point is at the bottom, left then "top of page" means (for example) 852 psunits.</div><div>If the starting point is top, left then "top of page means 0 or 1 psunits.</div><div>If you want to be sure that the starting point is at the top, left then you should use SetOrigin(1) and tell the document that you want to start at the top, left and then the system put your drawings at the top of the page if you're using DrawText(1,1,...).</div><div>&nbsp;</div><div>Cheers, Ingo</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Tue, 20 Aug 2013 13:27:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setoutlinedestination-top_topic2711_post11119.html#11119</guid>
  </item> 
  <item>
   <title><![CDATA[SetOutlineDestination(...) Top ? : I try to change the outline show...]]></title>
   <link>http://www.quickpdf.org/forum/setoutlinedestination-top_topic2711_post11118.html#11118</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=387">hubbra</a><br /><strong>Subject:</strong> 2711<br /><strong>Posted:</strong> 20 Aug 13 at 1:00PM<br /><br />I try to change the outline show position from all outlines in one PDF to the top of the page.<br>With DPLSetOutlineDestination(int InstanceID, int OutlineID, int DestPage, double DestPosition);<br>it should work, but often I see the next page even with DestPosition = 0 or 1 ...<br>So it looks like the top is not so small and testet 1000 ... looks better, but not perfekt.<br><br>I can't find infos in the docu about the real value of "Top of the Page" ... my page is A4 210x297mm.<br><br>Any hints ?]]>
   </description>
   <pubDate>Tue, 20 Aug 2013 13:00:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setoutlinedestination-top_topic2711_post11118.html#11118</guid>
  </item> 
 </channel>
</rss>