<?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 : Merging Pages - No Error - No Result</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 : Merging Pages - No Error - No Result]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 10:13:07 +0000</pubDate>
  <lastBuildDate>Tue, 23 Mar 2010 19:17:56 +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=1372</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[Merging Pages - No Error - No Result : It does help, thanks Rowan.Although...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pages-no-error-no-result_topic1372_post6272.html#6272</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1272">neuroscript</a><br /><strong>Subject:</strong> 1372<br /><strong>Posted:</strong> 23 Mar 10 at 7:17PM<br /><br />It does help, thanks Rowan.<br>Although I had gotten it to work, this eliminates an unnecessary step.<br>]]>
   </description>
   <pubDate>Tue, 23 Mar 2010 19:17:56 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pages-no-error-no-result_topic1372_post6272.html#6272</guid>
  </item> 
  <item>
   <title><![CDATA[Merging Pages - No Error - No Result : There are a couple of ways to...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pages-no-error-no-result_topic1372_post6269.html#6269</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1372<br /><strong>Posted:</strong> 23 Mar 10 at 10:49AM<br /><br />There are a couple of ways to get the dimensions of a page.&nbsp;<div><br></div><div>Using the&nbsp;<a href="http://www.quickpdflibrary.com/help/quickpdf/PageWidth.php" target="_blank">PageWidth</a> and <a href="http://www.quickpdflibrary.com/help/quickpdf/PageHeight.php" target="_blank">PageHeight</a> functions is probably the easiest method. You can see an example of how the DrawCapturedPage and PageWidth and PageHeight functions can be used in combination in this <a href="http://help.quickpdflibrary.com/questi&#111;ns/21/overlay-&#111;ne-page-&#111;nto-another-stitch-pdfs" target="_blank">PDF page overlay sample</a>.</div><div><br></div><div>Another way to get the page dimensions would be to use the <a href="http://www.quickpdflibrary.com/help/quickpdf/GetPageBox.php" target="_blank">GetPageBox </a>function. Use this function to return the dimensions of the page's crop box (the visual region of the page).</div><div><br></div><div>Hope this helps.</div>]]>
   </description>
   <pubDate>Tue, 23 Mar 2010 10:49:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pages-no-error-no-result_topic1372_post6269.html#6269</guid>
  </item> 
  <item>
   <title><![CDATA[Merging Pages - No Error - No Result : OK. Thanks for all the help everyone...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pages-no-error-no-result_topic1372_post6250.html#6250</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1272">neuroscript</a><br /><strong>Subject:</strong> 1372<br /><strong>Posted:</strong> 19 Mar 10 at 9:46PM<br /><br />OK. Thanks for all the help everyone ;D<br><br>I figured it out, thanks to a C# example for adding/drawing images. As well, I saw an unrelated post mentioning that a page's vertical origin is at the bottom.<br><br>So, it appears that my calls to DrawCapturedPage required the "top" input parameter to be the height of the page to be drawn...NOT 0.<br><br>However, in order to get the dimensions, I rendered the page to an image file and added it to the document.<br><br>Is there a more direct method to get the dimensions of a captured page?<br>]]>
   </description>
   <pubDate>Fri, 19 Mar 2010 21:46:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pages-no-error-no-result_topic1372_post6250.html#6250</guid>
  </item> 
  <item>
   <title><![CDATA[Merging Pages - No Error - No Result : I&amp;#039;ve tried working further...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pages-no-error-no-result_topic1372_post6249.html#6249</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1272">neuroscript</a><br /><strong>Subject:</strong> 1372<br /><strong>Posted:</strong> 19 Mar 10 at 9:27PM<br /><br />I've tried working further with the "RenderPageToFile" option (using PNG), then creating a new doc and adding and drawing the two images. This works, except that there is no transparency, so the 2nd drawn images covers the first. So, it seems this won't work.<br><br>Since the LoadCanvasDC has an option to save as vectors (not as a graphic), I would "think" there would be a way to extract the vectors when opening the document. Unfortunately, I have not found a way to do this. Any thoughts?<br><br><br>]]>
   </description>
   <pubDate>Fri, 19 Mar 2010 21:27:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pages-no-error-no-result_topic1372_post6249.html#6249</guid>
  </item> 
  <item>
   <title><![CDATA[Merging Pages - No Error - No Result : I&amp;#039;ve tried countless approaches....]]></title>
   <link>http://www.quickpdf.org/forum/merging-pages-no-error-no-result_topic1372_post6245.html#6245</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1272">neuroscript</a><br /><strong>Subject:</strong> 1372<br /><strong>Posted:</strong> 19 Mar 10 at 8:18AM<br /><br />I've tried countless approaches. All return successful results (return codes from functions) but yield a document w/o the actual results.<br><br>Here's the scenario:<br><br>1. Drawing application using MoveTo, LineTo functionality of C/C++.<br>2. When user is finished drawing, GetCanvasDC is called and used to redraw the same thing the user sees on screen.<br>3. LoadCanvasFromDC is called to create a new doc from these drawing methods. It is then saved and the resultant PDF doc looks as it should.<br>4. User continues to draw.<br>5. Next step is to add the new drawings to the existing (previously saved) doc.<br><br>Since GetCanvasDC/LoadCanvasDC functions create a new document, I needed to find a way to merge these docs. I've tried LoadCanvasDC with both image &amp; vector. I've tried CapturePage/DrawCapturedPage. I've tried rendering each page to an image and then creating a new page (and new doc with new page) and adding/selecting these images then drawing. I've, essentially, tried every option I could find.<br><br>All function calls return a successful result. The resultant PDF (in each case) does NOT have the result I need. That is, there is no combination of these 2 drawn images (which essentially are vectors). Ultimately, NOTHING shows up for drawing (image or captured page).<br><br>The concept of the application: Draw-&gt;Save. Close app. Load app. Load saved doc. Add more drawings atop the original. Save. The drawing are merely lines.<br><br>NOTE: Pages are set to "letter landscape" before LoadCanvasDC is called. I've also ensured I've selected pages, images, etc. The code has changed so many times, that posting it would be useless. The bottom line is: How in the heck can this be done?<br><br>Thanks.<br>]]>
   </description>
   <pubDate>Fri, 19 Mar 2010 08:18:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pages-no-error-no-result_topic1372_post6245.html#6245</guid>
  </item> 
 </channel>
</rss>