<?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 : Convert PDF with password to Image</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 : Convert PDF with password to Image]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 17:08:26 +0000</pubDate>
  <lastBuildDate>Wed, 02 May 2012 15:42:53 +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=2239</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[Convert PDF with password to Image : Wayne,It is safe to always cal...]]></title>
   <link>http://www.quickpdf.org/forum/convert-pdf-with-password-to-image_topic2239_post9548.html#9548</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2239<br /><strong>Posted:</strong> 02 May 12 at 3:42PM<br /><br /><div>Wayne,</div><div><br></div>It is safe to always call&nbsp;<span style="text-align: left; : rgb251, 251, 253; ">QP.SetAdvancePassword("")</span>&nbsp; before calling QP.LoadFromFile(), even for PDF files without a password. &nbsp;You should check the return value from LoadFromFile just to be sure. &nbsp;If the password is not correct then it will return 2 and the file will not be loaded and the SelectedDocument will not be updated. &nbsp;Remember that QPL always maintains at least one open document in memory at all times. &nbsp;When QPL is initialised then that document is a single blank page.<div><br></div><div>Andrew.</div>]]>
   </description>
   <pubDate>Wed, 02 May 2012 15:42:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/convert-pdf-with-password-to-image_topic2239_post9548.html#9548</guid>
  </item> 
  <item>
   <title><![CDATA[Convert PDF with password to Image :   That did it. THANKS.Just for...]]></title>
   <link>http://www.quickpdf.org/forum/convert-pdf-with-password-to-image_topic2239_post9531.html#9531</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=872">waynefulcher</a><br /><strong>Subject:</strong> 2239<br /><strong>Posted:</strong> 26 Apr 12 at 2:39PM<br /><br />That did it. THANKS.<div>&nbsp;</div><div>Just for future reference. If a PDF has a password like that and I don't know what it is so I load it using SetAdvancePassword('') then what should I expect not to work?</div><div>Would it just be the SaveToFile() method(s) that dont work?</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Thu, 26 Apr 2012 14:39:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/convert-pdf-with-password-to-image_topic2239_post9531.html#9531</guid>
  </item> 
  <item>
   <title><![CDATA[Convert PDF with password to Image : In 7.xx you need to call QP.Se...]]></title>
   <link>http://www.quickpdf.org/forum/convert-pdf-with-password-to-image_topic2239_post9527.html#9527</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2239<br /><strong>Posted:</strong> 26 Apr 12 at 1:12PM<br /><br /><div><br></div>In 7.xx you need to call QP.SetAdvancePassword(""); before calling QP.LoadFromFile()<div><br></div><div>The "" is an empty string.<br><div><br></div><div>It is safe to use this before an LoadFromFile call.</div><div><br></div><div>Andrew.<br><div><br></div><div><br></div></div></div>]]>
   </description>
   <pubDate>Thu, 26 Apr 2012 13:12:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/convert-pdf-with-password-to-image_topic2239_post9527.html#9527</guid>
  </item> 
  <item>
   <title><![CDATA[Convert PDF with password to Image :   I have read many posts here...]]></title>
   <link>http://www.quickpdf.org/forum/convert-pdf-with-password-to-image_topic2239_post9510.html#9510</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=872">waynefulcher</a><br /><strong>Subject:</strong> 2239<br /><strong>Posted:</strong> 19 Apr 12 at 3:23PM<br /><br />I have read many posts here and cant seem to find anything quit like the problem I have.<div>I have a situation where I have a PDF file that appears to have a password (which I do not know).</div><div>I am able to open the PDF with say Adobe Reader and view it with no problems and I can print it with no problems. It never ask me for a password either. What I am trying to do in my Delphi 7 app is simply open the PDF with QuickPDF and render a page to an image file.</div><div>&nbsp;</div><div>Of course I am getting an exception when trying to call LoadFromFile() ; I am on version 7.26. There is no specific message in the exception.</div><div>&nbsp;</div><div>So to ask simply, is there a way to open a secure pdf if you dont know the password and render the page to an image, not to modify the pdf?</div><div>&nbsp;</div><div>Thanks</div><div>Wayne</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Thu, 19 Apr 2012 15:23:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/convert-pdf-with-password-to-image_topic2239_post9510.html#9510</guid>
  </item> 
 </channel>
</rss>