<?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 : Blank JPGs</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 : Blank JPGs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 04:02:23 +0000</pubDate>
  <lastBuildDate>Tue, 29 Aug 2006 11:29:21 +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=471</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[Blank JPGs : Your PDFs is encrypted, please...]]></title>
   <link>http://www.quickpdf.org/forum/blank-jpgs_topic471_post2160.html#2160</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=447">Adrian.W.H</a><br /><strong>Subject:</strong> 471<br /><strong>Posted:</strong> 29 Aug 06 at 11:29AM<br /><br /><P>Your PDFs is encrypted, please unencrypt.</P>]]>
   </description>
   <pubDate>Tue, 29 Aug 2006 11:29:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/blank-jpgs_topic471_post2160.html#2160</guid>
  </item> 
  <item>
   <title><![CDATA[Blank JPGs : using SEDTech.iSED; public partial...]]></title>
   <link>http://www.quickpdf.org/forum/blank-jpgs_topic471_post2159.html#2159</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=447">Adrian.W.H</a><br /><strong>Subject:</strong> 471<br /><strong>Posted:</strong> 29 Aug 06 at 11:23AM<br /><br /><P>using SEDTech.iSED;</P><P>public partial class&nbsp;Test : System.Web.UI.Page <BR>{<BR>&nbsp;&nbsp;&nbsp; protected void Page_Load(object sender, EventArgs e)<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SEDTech.iSED.QuickPDF iQPDF = new QuickPDF();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iQPDF.UnlockKey("key");//Please enter your key!<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string PgcFilePath = @Request.PhysicalApplicationPath + "iSEDQuickPDF 5.11 Reference Guide.pdf";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int result = iQPDF.LoadFromFile(PgcFilePath);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int pages = iQPDF.PageCount();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (result == 1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (iQPDF.Encrypted() == 0)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iQPDF.RenderDocumentToFile(72, 1, pages, 1, @Request.PhysicalApplicationPath + "Images\\Image" + pages + ".jpg");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iQPDF.Unencrypt();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iQPDF.RenderDocumentToFile(72, 1, pages, 1, @Request.PhysicalApplicationPath + "Images\\Image" + pages + ".jpg");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; }<BR>}</P><span style="font-size:10px"><br /><br />Edited by Adrian.W.H</span>]]>
   </description>
   <pubDate>Tue, 29 Aug 2006 11:23:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/blank-jpgs_topic471_post2159.html#2159</guid>
  </item> 
  <item>
   <title><![CDATA[Blank JPGs : I&amp;#039;m trying to create JPG...]]></title>
   <link>http://www.quickpdf.org/forum/blank-jpgs_topic471_post2085.html#2085</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=416">chilluk</a><br /><strong>Subject:</strong> 471<br /><strong>Posted:</strong> 20 Jul 06 at 9:37AM<br /><br /><P>I'm trying to create JPG thumbnails from my PDFs for use on a website.</P><P>When I use the RenderDocumentToFile method I get about a 50% ratio of blank JPGs - a valid file, but it's completely blank. I did read about RenderToStream but that's only valid in Delphi. I need to get this working in VBA if possible please.</P><P>Cheers</P>]]>
   </description>
   <pubDate>Thu, 20 Jul 2006 09:37:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/blank-jpgs_topic471_post2085.html#2085</guid>
  </item> 
 </channel>
</rss>