<?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 : A4 to A3</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 : A4 to A3]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:30:38 +0000</pubDate>
  <lastBuildDate>Fri, 14 Jun 2013 03:08:17 +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=2668</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[A4 to A3 :  Nelson,Here is some very simple...]]></title>
   <link>http://www.quickpdf.org/forum/a4-to-a3_topic2668_post10944.html#10944</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2668<br /><strong>Posted:</strong> 14 Jun 13 at 3:08AM<br /><br /><div><br></div><div>Nelson,</div><div><br></div><div>Here is some very simple code without error checking that will do what you need. &nbsp;It assumes there are 2 A4 pages in your input file.</div><br><div>&nbsp; QP.LoadFromFile("2pages.pdf");</div><div><br></div><div>&nbsp; int capID = QP.CapturePage(2);</div><div><br></div><div>&nbsp; QP.SetPageSize("A3");</div><div>&nbsp; QP.SelectPage(1);</div><div>&nbsp; QP.SetOrigin(1);</div><div>&nbsp; QP.DrawCapturedPage(capID, QP.PageWidth()/2, 0, QP.PageWidth() / 2, QP.PageHeight());</div><div>&nbsp; QP.SaveToFile("out.pdf");</div><div><br></div><div>Andrew</div><span style="font-size:10px"><br /><br />Edited by AndrewC - 14 Jun 13 at 3:08AM</span>]]>
   </description>
   <pubDate>Fri, 14 Jun 2013 03:08:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a4-to-a3_topic2668_post10944.html#10944</guid>
  </item> 
  <item>
   <title><![CDATA[A4 to A3 : Hi! Please, how can I convert...]]></title>
   <link>http://www.quickpdf.org/forum/a4-to-a3_topic2668_post10941.html#10941</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2351">Nelson Castro</a><br /><strong>Subject:</strong> 2668<br /><strong>Posted:</strong> 13 Jun 13 at 1:37PM<br /><br />Hi! Please, how can I convert two pages A4 to a single page A3? &nbsp;Thanks for any help!]]>
   </description>
   <pubDate>Thu, 13 Jun 2013 13:37:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/a4-to-a3_topic2668_post10941.html#10941</guid>
  </item> 
 </channel>
</rss>