<?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 : NewOutline</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 : NewOutline]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 20:11:22 +0000</pubDate>
  <lastBuildDate>Fri, 20 Jun 2008 04:50:26 +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=903</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[NewOutline : It doesn&amp;#039;t seem to be necessary....]]></title>
   <link>http://www.quickpdf.org/forum/newoutline_topic903_post4339.html#4339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=304">skwirelboy</a><br /><strong>Subject:</strong> 903<br /><strong>Posted:</strong> 20 Jun 08 at 4:50AM<br /><br /><P>It doesn't seem to be necessary. Even though I don't call selectpage for each document after the first the bookmark works fine.</P><P>&nbsp;</P><P>Regards</P><P>&nbsp;</P><P>Mark</P>]]>
   </description>
   <pubDate>Fri, 20 Jun 2008 04:50:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/newoutline_topic903_post4339.html#4339</guid>
  </item> 
  <item>
   <title><![CDATA[NewOutline : You need to select the page for...]]></title>
   <link>http://www.quickpdf.org/forum/newoutline_topic903_post4334.html#4334</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 903<br /><strong>Posted:</strong> 19 Jun 08 at 4:47PM<br /><br />You need to select the page for EACH document AFTER it is loaded into QuickPDF.<br><br>Wheeley<br><br>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 16:47:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/newoutline_topic903_post4334.html#4334</guid>
  </item> 
  <item>
   <title><![CDATA[NewOutline : Hi Wheeley. SelectPage worked....]]></title>
   <link>http://www.quickpdf.org/forum/newoutline_topic903_post4321.html#4321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=304">skwirelboy</a><br /><strong>Subject:</strong> 903<br /><strong>Posted:</strong> 17 Jun 08 at 12:33PM<br /><br />Hi Wheeley. SelectPage worked. Only seemed to need to do it for first document though. Odd.<DIV>&nbsp;</DIV><DIV>Many thanks</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 12:33:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/newoutline_topic903_post4321.html#4321</guid>
  </item> 
  <item>
   <title><![CDATA[NewOutline : You need to select the page you...]]></title>
   <link>http://www.quickpdf.org/forum/newoutline_topic903_post4315.html#4315</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 903<br /><strong>Posted:</strong> 11 Jun 08 at 1:30AM<br /><br />You need to select the page you want as the target for the bookmark. Here's the code I use to create a bookmark for the top of the selected page:<br><br>SelectPage (pageNbr)<br>NewOutline (0, bookmarkText, pageNbr, PageHeight())<br><br>Hope this helps<br>Wheeley<br>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 01:30:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/newoutline_topic903_post4315.html#4315</guid>
  </item> 
  <item>
   <title><![CDATA[NewOutline : I am using the NewOutline function....]]></title>
   <link>http://www.quickpdf.org/forum/newoutline_topic903_post4314.html#4314</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=304">skwirelboy</a><br /><strong>Subject:</strong> 903<br /><strong>Posted:</strong> 10 Jun 08 at 1:07PM<br /><br /><P>I am using the NewOutline function. If I try to bookmark a document which starts on the first page when you click on the bookmark link in the finished pdf it always takes you to the second page in the pdf not the first.</P><DIV>I have tried setting the destpage param to 0 and 1. 0 doesn't work at all and 1 takes you to the second page.</DIV><DIV>&nbsp;</DIV><DIV>I have tried setting the destposition to combinations of 0 or 1 and this makes no difference. </DIV><DIV>&nbsp;</DIV><DIV>Is there a&nbsp; bug in NewOutline or am I doing something wrong.</DIV><DIV>&nbsp;</DIV><DIV>Incidentally what is the recommended value for destposition where you just want to display the page as normal?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>Mark</DIV>]]>
   </description>
   <pubDate>Tue, 10 Jun 2008 13:07:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/newoutline_topic903_post4314.html#4314</guid>
  </item> 
 </channel>
</rss>