<?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 : Page conversion</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 : Page conversion]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 06:35:59 +0000</pubDate>
  <lastBuildDate>Sun, 21 Aug 2011 04:50:10 +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=1937</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[Page conversion : You could write your own function...]]></title>
   <link>http://www.quickpdf.org/forum/page-conversion_topic1937_post8242.html#8242</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 1937<br /><strong>Posted:</strong> 21 Aug 11 at 4:50AM<br /><br />You could write your own function using the CapturePage and DrawCapturedPage functions.<div><br></div><div>You can play with this code to convert multiple pages as well as implementing fit to page type functionality.<br><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.LoadFromFile('myfile.pdf'); &nbsp; // assume it is a 1 page document.</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.NewPage(); &nbsp; // Create a blank 2nd page we can draw into after.</div><div><br></div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Capture the second page in the merged document</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int CapturedPageID = QP.CapturePage(1); &nbsp; // This captures and then deletes page 1.</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetPageSize("Letter");</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Draw the captured page onto page 1 - this is the NewPage() we added above.</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int ret = QP.DrawCapturedPage(CapturedPageID, 0, 0, QP.PageWidth(), QP.PageHeight());</div></div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SaveToFile("converted.pdf");</div><div><br></div></div>]]>
   </description>
   <pubDate>Sun, 21 Aug 2011 04:50:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/page-conversion_topic1937_post8242.html#8242</guid>
  </item> 
  <item>
   <title><![CDATA[Page conversion :  Hi hlau!No... but you can create...]]></title>
   <link>http://www.quickpdf.org/forum/page-conversion_topic1937_post8240.html#8240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1937<br /><strong>Posted:</strong> 20 Aug 11 at 9:32AM<br /><br />Hi hlau!<br><br>No... but you can create this functionality<br>by your own with QuickPDF.<br>Have a look at the online reference...<br><br>Cheers, Ingo<br><span style="font-size:10px"><br /><br />Edited by Ingo - 20 Aug 11 at 9:32AM</span>]]>
   </description>
   <pubDate>Sat, 20 Aug 2011 09:32:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/page-conversion_topic1937_post8240.html#8240</guid>
  </item> 
  <item>
   <title><![CDATA[Page conversion : Is there a feature that Quick...]]></title>
   <link>http://www.quickpdf.org/forum/page-conversion_topic1937_post8237.html#8237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1677">hlau</a><br /><strong>Subject:</strong> 1937<br /><strong>Posted:</strong> 18 Aug 11 at 8:17PM<br /><br />Is there a feature that Quick PDF can load a legal page PDF and save as a letter page PDF with fit to page enhancement?<DIV>&nbsp;</DIV><DIV>Is like shrunk the height and fit the width?</DIV>]]>
   </description>
   <pubDate>Thu, 18 Aug 2011 20:17:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/page-conversion_topic1937_post8237.html#8237</guid>
  </item> 
 </channel>
</rss>