<?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 : Imposing PDF</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 : Imposing PDF]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 22:14:09 +0000</pubDate>
  <lastBuildDate>Thu, 02 Feb 2012 13:46:06 +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=2126</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[Imposing PDF : Thanks a lot, I was able to impose...]]></title>
   <link>http://www.quickpdf.org/forum/imposing-pdf_topic2126_post9055.html#9055</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1836">Barnabe42</a><br /><strong>Subject:</strong> 2126<br /><strong>Posted:</strong> 02 Feb 12 at 1:46PM<br /><br />Thanks a lot, I was able to impose 3 pdfs into a single A0 pdf.<div><br></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 02 Feb 2012 13:46:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/imposing-pdf_topic2126_post9055.html#9055</guid>
  </item> 
  <item>
   <title><![CDATA[Imposing PDF : Yes. Basically you need to used...]]></title>
   <link>http://www.quickpdf.org/forum/imposing-pdf_topic2126_post9045.html#9045</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2126<br /><strong>Posted:</strong> 01 Feb 12 at 12:34PM<br /><br /><div><br></div>Yes. &nbsp;Basically you need to used the CapturePage and DrawCapturedPage functions.<div><br></div><div>Here is the basic logic that you would need to follow.<br><div><br></div><div>1. Create a blank A0 sized page.</div><div><br></div><div>&nbsp; QP.NewDocument();</div><div>&nbsp; QP.SetPageSize("A0");</div><div>&nbsp; QP.SaveToFile("A0.pdf");</div><div><br></div><div>2. Merge all the required PDF's into a single PDF.</div><div><br></div><div>&nbsp; QP.ClearFileList("MergeList");</div><div>&nbsp; QP.AddToFileList"(MergeList", "a0.pdf");</div><div>&nbsp; QP.AddToFileList("MergeList", "page1.pdf");</div><div>&nbsp; QP.AddToFileList("MergeList", "page2.pdf");</div><div>&nbsp; QP.AddToFileList("MergeList", "page3.pdf");</div><div><br></div>&nbsp; QP.MergeFileList("MergeList", "merged.pdf");<div><br></div><div>&nbsp; QP.LoadFormFile("merged.pdf", "");</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;for (int i=1; i&lt;=3 ; i++) &nbsp;// QP.PageCount - 1 ???</div><div>&nbsp; {</div><div>&nbsp; &nbsp; QP.SelectPage(2);</div><div>&nbsp; &nbsp; double wid = QP.PageWidth();</div><div>&nbsp; &nbsp; double hgt &nbsp;= QP.PageHeight();</div><div><br></div><div>&nbsp; &nbsp; int capId = QP.CapturePage(2); &nbsp; // Page 2 is capture and also deleted from the document.</div><div><br></div><div>&nbsp; &nbsp; QP.SelectPage(1);</div><div>&nbsp; &nbsp; QP.DrawCapturedPage(capId, i * 300, i * 300, wid, hgt);</div><div>&nbsp; }</div><div><br></div><div>&nbsp; QP.SaveToFile("imposed.pdf");</div><br ="Apple-interchange-newline"></div>]]>
   </description>
   <pubDate>Wed, 01 Feb 2012 12:34:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/imposing-pdf_topic2126_post9045.html#9045</guid>
  </item> 
  <item>
   <title><![CDATA[Imposing PDF : Hello,  I am looking for a way...]]></title>
   <link>http://www.quickpdf.org/forum/imposing-pdf_topic2126_post9043.html#9043</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1836">Barnabe42</a><br /><strong>Subject:</strong> 2126<br /><strong>Posted:</strong> 01 Feb 12 at 10:43AM<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I am looking for a way to impose several PDFs into a bigger one.</DIV><DIV>I have customer having files in A4 and A3 format and they would like to merge them into one A0 file.</DIV><DIV>&nbsp;</DIV><DIV>Is it possible to acheive using Quick PDF ?</DIV><DIV>&nbsp;</DIV><DIV>/Eric</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 01 Feb 2012 10:43:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/imposing-pdf_topic2126_post9043.html#9043</guid>
  </item> 
 </channel>
</rss>