<?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 : Issue with RenderPageToFile</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 : Issue with RenderPageToFile]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 18 May 2026 07:12:04 +0000</pubDate>
  <lastBuildDate>Tue, 20 Oct 2015 14:55:24 +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=3187</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[Issue with RenderPageToFile : Ingo,Thank you very much for your...]]></title>
   <link>http://www.quickpdf.org/forum/issue-with-renderpagetofile_topic3187_post12745.html#12745</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2786">chadnewman</a><br /><strong>Subject:</strong> 3187<br /><strong>Posted:</strong> 20 Oct 15 at 2:55PM<br /><br />Ingo,<br>Thank you very much for your reply.<br><br>I will review what you have posted and give it a try.<br>]]>
   </description>
   <pubDate>Tue, 20 Oct 2015 14:55:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/issue-with-renderpagetofile_topic3187_post12745.html#12745</guid>
  </item> 
  <item>
   <title><![CDATA[Issue with RenderPageToFile : Hi Chad,it works fine for me.I&amp;#039;m...]]></title>
   <link>http://www.quickpdf.org/forum/issue-with-renderpagetofile_topic3187_post12741.html#12741</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3187<br /><strong>Posted:</strong> 17 Oct 15 at 7:59PM<br /><br />Hi Chad,<div><br></div><div>it works fine for me.</div><div>I'm wondering why you want to use 300 dpi?</div><div>The original embedded image has 7198 x 4790 pixels.</div><div>With the (for pdf normal) 72 dpi you're getting a 2592 x 1725 pixels tiff-file with 1.13 mb.</div><div>With 300 dpi you're getting a 10798 x 7185 pixels tiff-file with 12.3 mb.</div><div>So you should try something between these two dpi-values.</div><div>Here is my code:</div><div>targetfile := target + ExtractFileName(Edit1.Text) + '-72.tif';</div><div>QP.RenderDocumentToFile(72, 1, QP.PageCount, 7, targetfile);</div><div>targetfile := target + ExtractFileName(Edit1.Text) + '-300.tif';</div><div>QP.RenderDocumentToFile(300, 1, QP.PageCount, 7, targetfile);</div><div><br></div><div>If you want to get the best quality image you should try other functions.</div><div>Plans like yours are embedded as original image-files into pdf-documents.</div><div>So you should grab the images out of the pdf-document.</div><div>You can use for this job (in the same order):</div><div>QP.SelectPage()</div><div>QP.GetPageImageList()</div><div>QP.GetImageListCount()</div><div>QP.GetImageListItemIntProperty() // &lt;-- to get the original filetype</div><div>QP.SaveImageListItemDataToFile()</div><div><br></div><div>Cheers and welcome here,</div><div>Ingo</div><div><br></div>]]>
   </description>
   <pubDate>Sat, 17 Oct 2015 19:59:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/issue-with-renderpagetofile_topic3187_post12741.html#12741</guid>
  </item> 
  <item>
   <title><![CDATA[Issue with RenderPageToFile : I&amp;#039;m using RenderPagetoFile...]]></title>
   <link>http://www.quickpdf.org/forum/issue-with-renderpagetofile_topic3187_post12736.html#12736</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2786">chadnewman</a><br /><strong>Subject:</strong> 3187<br /><strong>Posted:</strong> 09 Oct 15 at 5:11PM<br /><br />I'm using RenderPagetoFile to convert a PDF to a Tiff image.&nbsp; The method returns a success, but only creates a 1K Tiff that is not usable.&nbsp; Below is a link for the PDF I'm trying to use.<br><br>https://onedrive.live.com/redir?resid=D00E601EE3131C52!25556&amp;authkey=!AChRq_7PfDCm5Jk&amp;ithint=file%2cpdf<br><br>Here is the code I'm using in Visual FoxPro<br><br>dplloadfromfile(ninstanceid,cimportname,"")<br>nfilehandle = dpldaopenfile(ninstanceid,cimportname,"")<br>npagecount = dpldagetpagecount(ninstanceid,nfilehandle)<br>nrendersuccess = dplrenderdocumenttofile(ninstanceid,300,1,npagecount,7,tcfilename)<br><br>Thanks,<br><br>Chad Newman<br>]]>
   </description>
   <pubDate>Fri, 09 Oct 2015 17:11:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/issue-with-renderpagetofile_topic3187_post12736.html#12736</guid>
  </item> 
 </channel>
</rss>