<?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 : RenderPageToDC performance question</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 : General Discussion : RenderPageToDC performance question]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 09:28:17 +0000</pubDate>
  <lastBuildDate>Fri, 06 Dec 2013 15:10:04 +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=2794</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[RenderPageToDC performance question : Andrew, can you tell me in general...]]></title>
   <link>http://www.quickpdf.org/forum/renderpagetodc-performance-question_topic2794_post11379.html#11379</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2505">EOlson</a><br /><strong>Subject:</strong> 2794<br /><strong>Posted:</strong> 06 Dec 13 at 3:10PM<br /><br />Andrew, can you tell me in general terms, is the file size problem due to the page being rasterized before being rendered to the device context or is the function truly rendering individual objects to the device context directly? &nbsp;I have a project that is being held up on the performance of this function and am trying to determine a couple of things here:<div><br></div><div>1) If you're not already rendering directly to the device context (i.e., there is some interim step of converting to an image before rendering to the device context), is it feasible to cut that step out?</div><div><br></div><div>2) If there is such an optimization available, would you be open to working that change in an expedited fashion given that we fund that effort, or possible allow us to make that change to your source for us to use (and you to have for your other clients)? &nbsp;We would be willing to discuss any of these type of options with you if you would be agreeable.</div><div><br></div><div><div>Also, have there been any significant improvements in that function since version 8.16 that would make it worth my while to upgrade?</div><div><br></div><div><br></div><div><br></div></div>]]>
   </description>
   <pubDate>Fri, 06 Dec 2013 15:10:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/renderpagetodc-performance-question_topic2794_post11379.html#11379</guid>
  </item> 
  <item>
   <title><![CDATA[RenderPageToDC performance question : Erik,We will be doing some work...]]></title>
   <link>http://www.quickpdf.org/forum/renderpagetodc-performance-question_topic2794_post11378.html#11378</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2794<br /><strong>Posted:</strong> 06 Dec 13 at 5:07AM<br /><br /><div>Erik,</div><div><br></div>We will be doing some work in this area in the coming months to reduce the spool file size. &nbsp;There are always areas in the library to optimise and we don't have the milllion dollar budgets like Acrobat nor the expensive licensing fees either that they charge.<div><br></div><div>Andrew.</div>]]>
   </description>
   <pubDate>Fri, 06 Dec 2013 05:07:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/renderpagetodc-performance-question_topic2794_post11378.html#11378</guid>
  </item> 
  <item>
   <title><![CDATA[RenderPageToDC performance question : BTW, I&amp;#039;m using Delphi 6 ]]></title>
   <link>http://www.quickpdf.org/forum/renderpagetodc-performance-question_topic2794_post11377.html#11377</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2505">EOlson</a><br /><strong>Subject:</strong> 2794<br /><strong>Posted:</strong> 05 Dec 13 at 9:26PM<br /><br />BTW, I'm using Delphi 6]]>
   </description>
   <pubDate>Thu, 05 Dec 2013 21:26:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/renderpagetodc-performance-question_topic2794_post11377.html#11377</guid>
  </item> 
  <item>
   <title><![CDATA[RenderPageToDC performance question : I am using the QuickPDF libary...]]></title>
   <link>http://www.quickpdf.org/forum/renderpagetodc-performance-question_topic2794_post11376.html#11376</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2505">EOlson</a><br /><strong>Subject:</strong> 2794<br /><strong>Posted:</strong> 05 Dec 13 at 5:33PM<br /><br />I am using the QuickPDF libary version 8.16 and have a question about how the RenderPageToDC works in the context of my application.<div><br></div><div>My application is written in Delphi and implements a banded report print engine. &nbsp;To render a page of PDF to a printer, my application passes the handle to the canvas of the active printer driver to RenderPageToDC along with the resolution and page number. &nbsp;</div><div><br></div><div>The problem I am having is that for even relatively simple pages (few objects to print), the size of the spool file that is generated is surprisingly large and the rendering is slower than if I was using the GDI to render the objects that are on the page. &nbsp;Is RenderPageToDC creating a raster image or EMF image of the page before using GDI+ to get the output to the device context? &nbsp;If so, is there a way to skip the interim step?</div><div><br></div><div>any help would be greatly appreciated!</div><div><br></div><div>Erik Olson</div>]]>
   </description>
   <pubDate>Thu, 05 Dec 2013 17:33:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/renderpagetodc-performance-question_topic2794_post11376.html#11376</guid>
  </item> 
 </channel>
</rss>