<?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 : Infinite jobs going to print queue</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 : Infinite jobs going to print queue]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Jul 2026 22:59:34 +0000</pubDate>
  <lastBuildDate>Fri, 07 Dec 2012 21:44:58 +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=2465</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[Infinite jobs going to print queue :    AndrewC wrote:If QPL has...]]></title>
   <link>http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10340.html#10340</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2101">rutherk1</a><br /><strong>Subject:</strong> 2465<br /><strong>Posted:</strong> 07 Dec 12 at 9:44PM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by AndrewC" alt="Originally posted by AndrewC" style="vertical-align: text-bottom;" /> <strong>AndrewC wrote:</strong><br /><br />If QPL has been working for a long period of time then it is most likely that something has changed at that site and that would be the first place to look.<div><br></div><div>I have not heard of any other reports of this problem so it could be related to a corrupt printer driver or some global server setting.</div><div><br></div><div>Andrew.</div></td></tr></table><div><br></div><div>Hi Andrew. Thanks so much for the reply. I had our support guy reinstall all the printer drivers at the customer site and I believe that took care of it!</div><div><br></div><div>Thanks again!</div>]]>
   </description>
   <pubDate>Fri, 07 Dec 2012 21:44:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10340.html#10340</guid>
  </item> 
  <item>
   <title><![CDATA[Infinite jobs going to print queue : If QPL has been working for a...]]></title>
   <link>http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10339.html#10339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2465<br /><strong>Posted:</strong> 07 Dec 12 at 9:34PM<br /><br />If QPL has been working for a long period of time then it is most likely that something has changed at that site and that would be the first place to look.<div><br></div><div>I have not heard of any other reports of this problem so it could be related to a corrupt printer driver or some global server setting.</div><div><br></div><div>Andrew.</div>]]>
   </description>
   <pubDate>Fri, 07 Dec 2012 21:34:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10339.html#10339</guid>
  </item> 
  <item>
   <title><![CDATA[Infinite jobs going to print queue :      hmm. Pardon me for my...]]></title>
   <link>http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10332.html#10332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2101">rutherk1</a><br /><strong>Subject:</strong> 2465<br /><strong>Posted:</strong> 30 Nov 12 at 5:55PM<br /><br />hmm. Pardon me for my lack of expertise with this library. We are simply using it to print a pdf.<div><br></div><div>In the intellisense I am not seeing any properties about the copies.</div><div><br></div><div>Here is what we have.</div><div><table width="99%"><tr><td><pre class="BBcode"><span ="s1"="">Private Sub printPDF(ByVal arg As Object)</span></div><div><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; Dim QP As PDFLibrary</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; Try</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Dim pdfData As Byte() = CType(arg, PrintArguments).LabelImage()</p><p ="p1"=""><br></p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Dim sPrinterName As String = CType(arg, PrintArguments).PrinterName()</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim sPFDFile As String = CType(arg, PrintArguments).FilePath()</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim sDllPath As String = Environment.CurrentDirectory() &amp; "\QuickPDFDLL0813.dll"</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP = New QuickPDFDLL0813.PDFLibrary(sDllPath)</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.UnlockKey(qpKey)</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If QP.LibraryLoaded() Then</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If QP.Unlocked() = 1 Then</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim pdfStream = New MemoryStream()</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pdfStream.Write(pdfData, 0, pdfData.Length)</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim DocumentID As Integer = QP.LoadFromString(pdfData, "")</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If DocumentID &gt; 0 Then</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim Title As String = IIf(QP.GetInformation(2) = "", "Document", QP.GetInformation(2))</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim OptionsID As Integer = QP.PrintOptions(0, 1, Title)</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WriteLog.WriteLogFile("Loaded Document Correctly, Printing " &amp; QP.PageCount &amp; "page(s) with Options: " &amp; OptionsID &amp; " to: " &amp; sPrinterName, "SaaSPrintService")</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim PrintResults As Integer = QP.PrintDocument(sPrinterName, 1, QP.PageCount, OptionsID)</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.RemoveDocument(DocumentID)</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If PrintResults = 0 Then</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WriteLog.WriteLogFile("There was an issue with the PDF, usually having to do with the Pagecount", "SaaSPrintService")</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WriteLog.WriteLogFile("No Issues, PDF Sent to printer", "SaaSPrintService")</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WriteLog.WriteLogFile("Couldn't Load Document", "SaaSPrintService")</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WriteLog.WriteLogFile("DLL Library Key Invalid", "SaaSPrintService")</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WriteLog.WriteLogFile("Unable to load Quick PDF Library", "SaaSPrintService")</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; Catch ex As Exception</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WriteLog.WriteLogFile("Error printPDF - There was an error printing. Most likely could not find the printer.", "SaaSPrintService")</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; Finally</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP = Nothing</p><p ="p1"="">&nbsp; &nbsp; &nbsp; &nbsp; End Try</p><p ="p1"="">&nbsp; &nbsp; End Sub</p><p ="p1"=""></pre></td></tr></table></p></div><span style="font-size:10px"><br /><br />Edited by rutherk1 - 30 Nov 12 at 6:00PM</span>]]>
   </description>
   <pubDate>Fri, 30 Nov 2012 17:55:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10332.html#10332</guid>
  </item> 
  <item>
   <title><![CDATA[Infinite jobs going to print queue :    tfrost wrote:Do you explicitly...]]></title>
   <link>http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10331.html#10331</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2101">rutherk1</a><br /><strong>Subject:</strong> 2465<br /><strong>Posted:</strong> 30 Nov 12 at 5:40PM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by tfrost" alt="Originally posted by tfrost" style="vertical-align: text-bottom;" /> <strong>tfrost wrote:</strong><br /><br />Do you explicitly set the number of copies to 1 in the printer devmode or in the NewCustomPrinter each time? &nbsp;If not, it may have been set externally to something silly, for example by a buggy printer driver. &nbsp;If so, could you have accidentally set it to a huge number?</td></tr></table><div><br></div><div>Thanks for the reply I'll look and let you know!!</div>]]>
   </description>
   <pubDate>Fri, 30 Nov 2012 17:40:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10331.html#10331</guid>
  </item> 
  <item>
   <title><![CDATA[Infinite jobs going to print queue : Do you explicitly set the number...]]></title>
   <link>http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10330.html#10330</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 2465<br /><strong>Posted:</strong> 30 Nov 12 at 5:37PM<br /><br />Do you explicitly set the number of copies to 1 in the printer devmode or in the NewCustomPrinter each time? &nbsp;If not, it may have been set externally to something silly, for example by a buggy printer driver. &nbsp;If so, could you have accidentally set it to a huge number?]]>
   </description>
   <pubDate>Fri, 30 Nov 2012 17:37:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10330.html#10330</guid>
  </item> 
  <item>
   <title><![CDATA[Infinite jobs going to print queue :  Greetings everyone. We are using...]]></title>
   <link>http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10329.html#10329</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2101">rutherk1</a><br /><strong>Subject:</strong> 2465<br /><strong>Posted:</strong> 29 Nov 12 at 2:34PM<br /><br />Greetings everyone. We are using QuickPDFDLL0813.dll in a service application that grabs base64 encoded PDFs from a web service and dumps them to a print queue with Quick PDF.<div><br></div><div>The service is running at about 100 sites. We recently had 1 customer report an issue where &nbsp;a single document would get picked up and that 1 document would get sent to the print queue thousands of times. I believe it would keep sending it to the print queue&nbsp;indefinitely. &nbsp;Printing a document from a PDF viewer yields only 1 document. Also, we rebooted the customers machine and it worked correctly for about 3-4 hours.</div><div><br></div><div>EDIT: They have about 5 print queues, and this is happening with all of them. Also, this customer has been trouble free for about a year.</div><div><br></div><div>I am trying to rule out QuickPDF but I thought I would post here in case anyone has heard of this issue or could point me in the right direction.</div><div><br></div><div>Thanks!</div><div><br></div><div><img src="http://www.quickpdf.org/forum/smileys/smiley17.gif" border="0" alt="T&#111;ngue" title="T&#111;ngue" /><br></div><span style="font-size:10px"><br /><br />Edited by rutherk1 - 29 Nov 12 at 2:35PM</span>]]>
   </description>
   <pubDate>Thu, 29 Nov 2012 14:34:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/infinite-jobs-going-to-print-queue_topic2465_post10329.html#10329</guid>
  </item> 
 </channel>
</rss>