<?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 : Printin a pdf document</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 : Printin a pdf document]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 18:58:17 +0000</pubDate>
  <lastBuildDate>Tue, 24 Aug 2010 06:27:55 +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=1427</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[Printin a pdf document : Hi Ryan!Is it necessary to post...]]></title>
   <link>http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6893.html#6893</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 24 Aug 10 at 6:27AM<br /><br />Hi Ryan!<br><br>Is it necessary to post one prob in several threads ;-)<br>My posted code is working - so try it.<br>If you compare your code with mine there's one difference...<br>I think this could be the problem.<br>Do it this way:<br>Load...<br>PrintOptions...<br>PrintDocument...<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Tue, 24 Aug 2010 06:27:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6893.html#6893</guid>
  </item> 
  <item>
   <title><![CDATA[Printin a pdf document : Was this issue ever resolved?...]]></title>
   <link>http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6889.html#6889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1376">ryan.cole</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 23 Aug 10 at 9:04PM<br /><br />Was this issue ever resolved? I'm getting a blank print out result when trying to print a PDF using QuickPDF, also.]]>
   </description>
   <pubDate>Mon, 23 Aug 2010 21:04:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6889.html#6889</guid>
  </item> 
  <item>
   <title><![CDATA[Printin a pdf document :   Hi Ruben!Here&amp;#039;s a sample...]]></title>
   <link>http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6450.html#6450</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 28 Apr 10 at 8:24PM<br /><br />Hi Ruben!<br><br>Here's a sample that's working:<br><br>&nbsp;&nbsp;&nbsp; QP := TQuickPDF.Create;<br>&nbsp;&nbsp;&nbsp; try<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.UnlockKey('MyKey');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.LoadFromFile(Edit1.text);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If QP.EncryptionStatus &gt; 0 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.Decrypt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pc := QP.PageCount;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prName&nbsp;&nbsp;&nbsp;&nbsp; := QP.GetDefaultPrinterName();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prOptions&nbsp; := QP.PrintOptions(2, 0, Edit1.Text);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.PrintDocument(prName, startpage, endpage, prOptions);<br>&nbsp;&nbsp;&nbsp; finally<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.Free;<br>&nbsp;&nbsp;&nbsp; end;<br><br>But your document won't be printed out.<br>QuickPDF can't handle these scanned images.<br>It's JBIG2Decode ... Seems that QuickPDF has<br>still probs in this case.<br><br>You should send it to the official support pages.<br>If you're doing this, tell them that they shall<br>write to me in this case ;-)<br><br>But perhaps the problem is fixed already...<br>See this post from Rowan:<br>http://www.quickpdf.org/forum/quick-pdf-library-719-beta-8-released_topic1428.html<br>Try it with this version ... perhaps it's working.<br><br>Cheers, Ingo<br>&nbsp;<br><span style="font-size:10px"><br /><br />Edited by Ingo - 28 Apr 10 at 8:29PM</span>]]>
   </description>
   <pubDate>Wed, 28 Apr 2010 20:24:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6450.html#6450</guid>
  </item> 
  <item>
   <title><![CDATA[Printin a pdf document : Hi Ruben!I&amp;#039;ve already post...]]></title>
   <link>http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6447.html#6447</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 28 Apr 10 at 6:13AM<br /><br />Hi Ruben!<br><br>I've already post my email-adress ;-)<br>Convert the "- dot -" to .<br>Convert the "- at -" to @<br>... and you have it.<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Wed, 28 Apr 2010 06:13:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6447.html#6447</guid>
  </item> 
  <item>
   <title><![CDATA[Printin a pdf document : Hi ingoThanks for your reply....]]></title>
   <link>http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6444.html#6444</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1304">rcapo</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 27 Apr 10 at 9:54PM<br /><br />Hi ingo<br>Thanks for your reply. Please tell me an e-mail address for sendind del pdf attach<br><br>Ruben<br>]]>
   </description>
   <pubDate>Tue, 27 Apr 2010 21:54:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6444.html#6444</guid>
  </item> 
  <item>
   <title><![CDATA[Printin a pdf document : Hi Ruben!Debenu should get the...]]></title>
   <link>http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6443.html#6443</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 27 Apr 10 at 9:40PM<br /><br />Hi Ruben!<br><br>Debenu should get the money... ;-)<br>So please send me the pdf and i'll check it.<br>ingo&nbsp;&nbsp; - dot -&nbsp;&nbsp; schmoekel&nbsp;&nbsp; - at -&nbsp;&nbsp; ewetel&nbsp;&nbsp; - dot -&nbsp;&nbsp; net<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Tue, 27 Apr 2010 21:40:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6443.html#6443</guid>
  </item> 
  <item>
   <title><![CDATA[Printin a pdf document : I&amp;#039;m using in this moment...]]></title>
   <link>http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6441.html#6441</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1304">rcapo</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 27 Apr 10 at 8:54PM<br /><br />I'm using in this moment the evaluation version for seeing if it's cover my needs. But I' have one problem : When I' try to print a pdf document generated through a scanner system, all the 3 pages print in blank, the same document is printed through de Acrobat Reader without any problems. <br><br>On the other hand, I print others pdf files without problems. Is there any special characteristic for the pdf to be printed using the funcions provided by QuickPDF ?<br><br>Also I tried to change some heading data of any of the PDFs (Title, Author, etc) but I couldn't. All seems to be ok, the result of the applied functions&nbsp; used give me 1, but the header is without change. <br><br>If I solve this problems, I will purchase the license.<br><br>Thank You very much<br><br>Ruben Caporossi<br>]]>
   </description>
   <pubDate>Tue, 27 Apr 2010 20:54:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printin-a-pdf-document_topic1427_post6441.html#6441</guid>
  </item> 
 </channel>
</rss>