<?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 : Text too Faint on Render</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 : Text too Faint on Render]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 20:41:25 +0000</pubDate>
  <lastBuildDate>Sun, 09 Mar 2014 13:56: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=2828</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[Text too Faint on Render : Oberon,There is a 2nd conversion...]]></title>
   <link>http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11547.html#11547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2828<br /><strong>Posted:</strong> 09 Mar 14 at 1:56PM<br /><br /><div><span style="line-height: 1.4;">Oberon,</span></div><div><span style="line-height: 1.4;"><br></span></div>There is a 2nd conversion going on when you scale the image inside the PictureBox which would not be helping things. &nbsp;<div><br></div><div>You would get better results using RenderPageToDC as there would be less scaling operations involved or to use the new Debenu ActiveX renderer released alongside version 10.13 of Debenu PDF Library. &nbsp;</div><div><br></div><div>http://www.debenu.com/products/development/debenu-pdf-viewer-sdk/<br><div><br></div><div>The other issues are the fact that Acrobat has a special function to enhance thin lines which is not easy to replicate when using GDI+ or our new rendering engine. &nbsp;Acrobat has spent millions of dollars developing, fine tuning and optimising their rendering engine. &nbsp;</div><div><br></div><div>Andrew.</div></div>]]>
   </description>
   <pubDate>Sun, 09 Mar 2014 13:56:56 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11547.html#11547</guid>
  </item> 
  <item>
   <title><![CDATA[Text too Faint on Render :  Hi Andy,he wants to build his...]]></title>
   <link>http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11514.html#11514</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2828<br /><strong>Posted:</strong> 25 Feb 14 at 7:49AM<br /><br />Hi Andy,<div>&nbsp;</div><div>he wants to build his own simple pdf-reader ;-)</div><div>&nbsp;</div><div>Cheers, Ingo</div>]]>
   </description>
   <pubDate>Tue, 25 Feb 2014 07:49:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11514.html#11514</guid>
  </item> 
  <item>
   <title><![CDATA[Text too Faint on Render :  Oberon, a quick question out...]]></title>
   <link>http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11511.html#11511</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2360">AndyD</a><br /><strong>Subject:</strong> 2828<br /><strong>Posted:</strong> 24 Feb 14 at 6:08PM<br /><br />Oberon, a quick question out of curiosity really, why are you rendering this anyway and not leaving it as a pdf?<div>&nbsp;</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Mon, 24 Feb 2014 18:08:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11511.html#11511</guid>
  </item> 
  <item>
   <title><![CDATA[Text too Faint on Render : Here&amp;#039;s the code I use  Private...]]></title>
   <link>http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11510.html#11510</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2527">oberon232</a><br /><strong>Subject:</strong> 2828<br /><strong>Posted:</strong> 24 Feb 14 at 3:38PM<br /><br /><div>Here's the code I use</div><div><br></div>&nbsp; &nbsp; Private Sub ShowPageInControl(ByRef ctrl As Control)<div>&nbsp; &nbsp; &nbsp; &nbsp; Dim bmpData() As Byte</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim ms As IO.MemoryStream</div><div><span style="line-height: 1.4;">&nbsp; &nbsp; &nbsp; &nbsp; Dim bmp As Bitmap</span></div><div><br></div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.SetGDIPlusOptions(3, 1)</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; bmpData = DirectCast(QP.RenderPageToVariant(200, CurrentPage, 0), Byte())</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ms = New IO.MemoryStream(bmpData)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; bmp = New Bitmap(ms)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; bmp.Save(ms, ImageFormat.Png)</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; PictureBox1.Image = bmp</div><div><span style="line-height: 1.4;">&nbsp; &nbsp; &nbsp; &nbsp; ms.Dispose()</span></div><div>&nbsp; &nbsp; End Sub</div><div><br></div><div>And here is the screen capture http://dblinc.no-ip.com/andrew/screenCap.jpg</div>]]>
   </description>
   <pubDate>Mon, 24 Feb 2014 15:38:46 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11510.html#11510</guid>
  </item> 
  <item>
   <title><![CDATA[Text too Faint on Render : Oberon,What DPI are you using...]]></title>
   <link>http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11507.html#11507</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2828<br /><strong>Posted:</strong> 22 Feb 14 at 4:52AM<br /><br /><div>Oberon,</div><div><br></div>What DPI are you using to render to the Bitmap ? &nbsp;Can you post a sample screen shot of what is currently being output ?<div><br></div><div>I use RenderPageToFile and 100, 200 and 300 dpi with&nbsp;<span style=": rgb251, 251, 253;">&nbsp;</span><span style="line-height: 1.4; : rgb251, 251, 253;">QP.SetGDIPlusOptions(3, 1); and do not see any real quality issues with your PDF file.</span></div><div><br></div><div>RenderPageToDC will produce better results as is use the native DPI and pixels available. &nbsp;Converting it to a bitmap will lose some definition as the image then needs to be rescaled to fit in the picturebox. &nbsp;So it is not a fair comparison to compare Acrobat to a scaled PictureBox image especially if the PictureBox is doing anything but 1:1 scaling.<br><div><br></div><div>Andrew.</div></div>]]>
   </description>
   <pubDate>Sat, 22 Feb 2014 04:52:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11507.html#11507</guid>
  </item> 
  <item>
   <title><![CDATA[Text too Faint on Render : I am rendering to a bitmap in...]]></title>
   <link>http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11504.html#11504</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2527">oberon232</a><br /><strong>Subject:</strong> 2828<br /><strong>Posted:</strong> 21 Feb 14 at 3:56PM<br /><br />I am rendering to a bitmap in a memory stream, and then sending that as the source of a picture box. I originally did the methodology of rending to DC, but the picture box allows me to scroll and zoom simply by changing the dimension of the picture box in the form.<div><br></div><div>I have tried&nbsp;<span style=": rgb251, 251, 253; line-height: 1.4;">QP.SetGDIPlusOptions(3, 1); &nbsp;</span></div>]]>
   </description>
   <pubDate>Fri, 21 Feb 2014 15:56:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11504.html#11504</guid>
  </item> 
  <item>
   <title><![CDATA[Text too Faint on Render : Oberon,Have you tried using...]]></title>
   <link>http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11490.html#11490</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2828<br /><strong>Posted:</strong> 18 Feb 14 at 12:26PM<br /><br /><div><br></div><div>Oberon,</div><div><br></div>Have you tried using&nbsp;<div><br></div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetGDIPlusOptions(3, 1); &nbsp; &nbsp; // Turn on image smoothing</div></div><div><br></div><div>Do we assume you are using the RenderPageToDC function ? &nbsp;Are you rendering to a local DC or to a Remote Desktop or terminal server DC ?</div><div><br></div><div>Andrew.</div><div><br></div><span style="font-size:10px"><br /><br />Edited by AndrewC - 18 Feb 14 at 12:29PM</span>]]>
   </description>
   <pubDate>Tue, 18 Feb 2014 12:26:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11490.html#11490</guid>
  </item> 
  <item>
   <title><![CDATA[Text too Faint on Render : One of the files I have posted...]]></title>
   <link>http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11486.html#11486</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2527">oberon232</a><br /><strong>Subject:</strong> 2828<br /><strong>Posted:</strong> 17 Feb 14 at 2:24PM<br /><br /><div>One of the files I have posted for review.</div><div><br></div>http://96.237.50.19/Andrew/1128618277.pdf]]>
   </description>
   <pubDate>Mon, 17 Feb 2014 14:24:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11486.html#11486</guid>
  </item> 
  <item>
   <title><![CDATA[Text too Faint on Render : Oberon,This is most likely related...]]></title>
   <link>http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11481.html#11481</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2828<br /><strong>Posted:</strong> 14 Feb 14 at 11:45PM<br /><br />Oberon,<div><br></div><div>This is most likely related to the PDF file itself. We would need to see the PDF file in order to make further comments. &nbsp;You can either post a download link here or can create a support case by emailing support@debenu.com</div><div><br></div><div>The upcoming Debenu Quick PDF Library 10.13 version will include an improved rendering engine and may improve the rendering results.</div><div><br></div><div>Andrew.</div>]]>
   </description>
   <pubDate>Fri, 14 Feb 2014 23:45:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11481.html#11481</guid>
  </item> 
  <item>
   <title><![CDATA[Text too Faint on Render : When I open a file in Acrobat...]]></title>
   <link>http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11477.html#11477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2527">oberon232</a><br /><strong>Subject:</strong> 2828<br /><strong>Posted:</strong> 13 Feb 14 at 11:07PM<br /><br />When I open a file in Acrobat Viewer full screen, the text is bold and legible, but when I render the image onto a full screen (same size) DC, the text is very light and faint.&nbsp;<div>I have tried adjusting the SetGDIPlusOptions, but have not found any that make the page look any closer to the Adobe view.</div><div>Does anyone have experience with this problem?&nbsp;</div>]]>
   </description>
   <pubDate>Thu, 13 Feb 2014 23:07:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/text-too-faint-on-render_topic2828_post11477.html#11477</guid>
  </item> 
 </channel>
</rss>