<?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 : upgrade to 8 problem with renderpagetostring</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 : upgrade to 8 problem with renderpagetostring]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:50:33 +0000</pubDate>
  <lastBuildDate>Wed, 12 Oct 2011 09:11:59 +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=1985</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[upgrade to 8 problem with renderpagetostring :   thanks. ]]></title>
   <link>http://www.quickpdf.org/forum/upgrade-to-8-problem-with-renderpagetostring_topic1985_post8480.html#8480</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1334">wjbons</a><br /><strong>Subject:</strong> 1985<br /><strong>Posted:</strong> 12 Oct 11 at 9:11AM<br /><br />thanks.]]>
   </description>
   <pubDate>Wed, 12 Oct 2011 09:11:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/upgrade-to-8-problem-with-renderpagetostring_topic1985_post8480.html#8480</guid>
  </item> 
  <item>
   <title><![CDATA[upgrade to 8 problem with renderpagetostring : You are correct. We found this...]]></title>
   <link>http://www.quickpdf.org/forum/upgrade-to-8-problem-with-renderpagetostring_topic1985_post8443.html#8443</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 1985<br /><strong>Posted:</strong> 05 Oct 11 at 8:16AM<br /><br />You are correct. &nbsp;We found this problem and corrected it in the 8.12 beta.&nbsp;<div><br></div>]]>
   </description>
   <pubDate>Wed, 05 Oct 2011 08:16:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/upgrade-to-8-problem-with-renderpagetostring_topic1985_post8443.html#8443</guid>
  </item> 
  <item>
   <title><![CDATA[upgrade to 8 problem with renderpagetostring :   When I change it to ansi,...]]></title>
   <link>http://www.quickpdf.org/forum/upgrade-to-8-problem-with-renderpagetostring_topic1985_post8439.html#8439</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1334">wjbons</a><br /><strong>Subject:</strong> 1985<br /><strong>Posted:</strong> 04 Oct 11 at 12:11PM<br /><br /><div><strong>When I change it to ansi, it works?</strong></div><div><strong>Is this now a bug, of do i have to check something???</strong></div><div>&nbsp;</div>&nbsp;&nbsp;&nbsp; Public Function RenderPageToString(ByVal DPI As Integer, ByVal Page As Integer, _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal Options As Integer) As Byte()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If (dll Is Nothing) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Return New Byte(-1) {}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim data As IntPtr = dll.QuickPDFRenderPageToString(instanceID, DPI, Page, Options)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim size As Integer = dll.<strong>QuickPDFAnsiStringResultLength</strong>(instanceID)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim result As Byte() = New Byte(size - 1) {}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Marshal.Copy(data, result, 0, size)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Return result<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; End Function<br>]]>
   </description>
   <pubDate>Tue, 04 Oct 2011 12:11:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/upgrade-to-8-problem-with-renderpagetostring_topic1985_post8439.html#8439</guid>
  </item> 
  <item>
   <title><![CDATA[upgrade to 8 problem with renderpagetostring :   Hi,I am upgrading from 7.21...]]></title>
   <link>http://www.quickpdf.org/forum/upgrade-to-8-problem-with-renderpagetostring_topic1985_post8437.html#8437</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1334">wjbons</a><br /><strong>Subject:</strong> 1985<br /><strong>Posted:</strong> 04 Oct 11 at 10:46AM<br /><br />Hi,<div>I am upgrading from 7.21 to 8.11 and encounter a problem with creating images.</div><div>(I use a new license key).</div><div>&nbsp;</div><div><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"><p>I am using the LoadFromFile to load an existing pdf document.<div>The document is loaded and contains 192 pages.</div><div>Next I want to create an image from page 1 by using:</div><p><font color="#0000ff">Dim</font><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"> Output() </font></font><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas">As</font></font></font><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"> </font></font><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas">Byte</font></font></font><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"> = PDF.RenderPageToString(96, 1, 5) </font></font><font color="#008000" size="2" face="C&#111;nsolas"><font color="#008000" size="2" face="C&#111;nsolas"><font color="#008000" size="2" face="C&#111;nsolas">'png</font></font></font></font>The output is empty.<div>The underlying function QuickPDFStringResultLength returns a size of 0???</div><div><p><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas">Dim</font></font></font><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"> data </font></font><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas">As</font></font></font><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"> </font></font><font color="#2b91af" size="2" face="C&#111;nsolas"><font color="#2b91af" size="2" face="C&#111;nsolas"><font color="#2b91af" size="2" face="C&#111;nsolas">IntPtr</font></font></font><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"> = dll.QuickPDFRenderPageToString(instanceID, DPI, Page, Options)</font></font><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas">Dim</font></font></font><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"> size </font></font><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas">As</font></font></font><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"> </font></font><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas"><font color="#0000ff" size="2" face="C&#111;nsolas">Integer</font></font></font><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"> = dll.QuickPDFStringResultLength(instanceID)</font></font></p><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"></font></font></font></div><div><strong>Am I doing something wrong with this new version? Version 7.21 worked fine.</strong></div><div>&nbsp;</div></div><div>Local develop Situation:</div><div>Visual Studio 2010</div><div>Windows 7&nbsp; 64 bit.</div>]]>
   </description>
   <pubDate>Tue, 04 Oct 2011 10:46:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/upgrade-to-8-problem-with-renderpagetostring_topic1985_post8437.html#8437</guid>
  </item> 
 </channel>
</rss>