<?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 : QuickPDF compatability with Service based Apps</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 : General Discussion : QuickPDF compatability with Service based Apps]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 10:42:09 +0000</pubDate>
  <lastBuildDate>Sat, 13 Oct 2018 19:32:42 +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=3616</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[QuickPDF compatability with Service based Apps : This is the type of question you...]]></title>
   <link>http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14393.html#14393</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 3616<br /><strong>Posted:</strong> 13 Oct 18 at 7:32PM<br /><br />This is the type of question you may need to ask Debenu/Foxit support, with complete details of precisely what you hope to do.&nbsp; You have asked about multi-threading, about service applications, and about printing; but more importantly you&nbsp;have also asked for "confirmation".&nbsp; I, probably like other mere users in this forum, cannot give you confirmation, even if I knew more detail of how you will use the library.&nbsp; Sorry! I have successfully used Quick PDF in multi-threaded applications, and in services, and for printing. But not all together, and definitely not in the way that may be in your desiqn!]]>
   </description>
   <pubDate>Sat, 13 Oct 2018 19:32:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14393.html#14393</guid>
  </item> 
  <item>
   <title><![CDATA[QuickPDF compatability with Service based Apps : Hi,i confirm nothing - we&amp;#039;re...]]></title>
   <link>http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14391.html#14391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3616<br /><strong>Posted:</strong> 13 Oct 18 at 12:14PM<br /><br />Hi,<br><br>i confirm nothing - we're only users here ;-)<br>         Please try the enhanced search functionality here (above, right, "search" with options)...<br><br>]]>
   </description>
   <pubDate>Sat, 13 Oct 2018 12:14:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14391.html#14391</guid>
  </item> 
  <item>
   <title><![CDATA[QuickPDF compatability with Service based Apps :  Hello,One more question hereCould...]]></title>
   <link>http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14386.html#14386</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3068">kumarp11</a><br /><strong>Subject:</strong> 3616<br /><strong>Posted:</strong> 12 Oct 18 at 5:04PM<br /><br /><div>Hello,</div><div>One more question here</div><div><br></div><div>Could you please confirm if quickPDF is thread-safe and can be used in a threaded environment?</div><div><br></div><div>Thanks</div><div>Prashant</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 12 Oct 2018 17:04:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14386.html#14386</guid>
  </item> 
  <item>
   <title><![CDATA[QuickPDF compatability with Service based Apps : Thanks for the reply Ingo.  We...]]></title>
   <link>http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14383.html#14383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3068">kumarp11</a><br /><strong>Subject:</strong> 3616<br /><strong>Posted:</strong> 10 Oct 18 at 11:17PM<br /><br /><div>Thanks for the reply Ingo. We are using licensed version of 11.15. We are facing different kind of issues here. We are printing tickets and saving respective PDF files using QuickPDF.</div><div><br></div><div>1. Prints randomly will come out blank and if you print the same ticket again, it will print fine. Here is the code snippet..</div><div><br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PDFLibrary quickPdf = _objQuickPdf as PDFLibrary;</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int result = quickPdf.LoadFromString(data, null); - Data here is a UTF-8 byte stream<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (result != 1)<br>&nbsp;&nbsp;&nbsp;&nbsp;&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;&nbsp;&nbsp;&nbsp;&nbsp; //Log statement<br>&nbsp;&nbsp;&nbsp;&nbsp;&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; if (quickPdf.NewPage() == 0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&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;&nbsp;&nbsp;&nbsp;&nbsp; Log("The page could not be added");<br>&nbsp;&nbsp;&nbsp;&nbsp;&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; int captureID = quickPdf.CapturePage(1);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (captureID == 0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&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;&nbsp;&nbsp;&nbsp;&nbsp; Log("QuickPDF: The specified page does not exist, or it is the only page in the document");<br>&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; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (quickPdf.SetOrigin(1) != 1)<br>&nbsp;&nbsp;&nbsp;&nbsp;&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;&nbsp;&nbsp;&nbsp;&nbsp; Log("QuickPDF: Failed to set origin for the new page");<br>&nbsp;&nbsp;&nbsp;&nbsp;&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; quickPdf.SetMeasurementUnits(1);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (pageScaling.ToUpper() == "TRUE")<br>&nbsp;&nbsp;&nbsp;&nbsp;&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;&nbsp;&nbsp;&nbsp;&nbsp; double scaleFactor = scalePercentage;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; double horizBorder = width * (1.0 - scaleFactor) / 2;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; double vertBorder = height * (1.0 - scaleFactor) / 2;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (quickPdf.DrawCapturedPage(captureID, horizBorder, vertBorder, width - 2 * horizBorder, height - 2 * vertBorder) == 0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Log("QuickPDF: An invalid CaptureID was specified");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp;&nbsp;&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;&nbsp;&nbsp;&nbsp;&nbsp; if (quickPdf.DrawCapturedPage(captureID, xPosition, yPosition, width, height) == 0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Log("QuickPDF: An invalid CaptureID was specified");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int iPrintOptions = quickPdf.PrintOptions(0, 0, ticketName);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int printreturnvalue = quickPdf.PrintDocument(PrinterName, 1, 1, iPrintOptions);</div><div><br></div><div>2. Sometimes hardcopy&nbsp;prints are coming fine but the respective PDF on hardrive is being saved as blank PDF&nbsp;or misprinted PDF(only half of ticket content is there on PDF). Interesting thing here is that when you copy the byte stream in a text file and save it as .pdf file, PDF will look fine but when you&nbsp;save the same through application using quickPDF.Savetofile(), it will save pdf as blank or misprinted although the hardcopy print will be fine.</div><div><br></div><div>3. Sometimes we have seen that quickpdf.Printtodocument() will throw exception and we will see following in our log file "Exception writing PDF document.<br>System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception."</div><div>What can be the reason for this?</div><div><br></div><div>4. Sometimes quickpdf.LoadFromString() is not able to load a&nbsp;document and it does not return 1. What can be the reason for this?</div><div><br></div><div>Any help will really help us in tracking down the issue.</div>]]>
   </description>
   <pubDate>Wed, 10 Oct 2018 23:17:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14383.html#14383</guid>
  </item> 
  <item>
   <title><![CDATA[QuickPDF compatability with Service based Apps : Hi kumarp11,if you&amp;#039;re facing...]]></title>
   <link>http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14382.html#14382</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3616<br /><strong>Posted:</strong> 10 Oct 18 at 7:02PM<br /><br />Hi kumarp11,<br><br>if you're facing probs using 11.15 you'll get the same probs using 11.15 with a service based app.<br>What type of probs you have?<br>What's on the blank pages before printout?<br>Where's a code snippet to see how you're doing it?<br>Is it possible to show us a pdf with the probs so we could try by our own?<br>Did you already tried the actual test version?<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Wed, 10 Oct 2018 19:02:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14382.html#14382</guid>
  </item> 
  <item>
   <title><![CDATA[QuickPDF compatability with Service based Apps :    We are using 11.15 version...]]></title>
   <link>http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14381.html#14381</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3068">kumarp11</a><br /><strong>Subject:</strong> 3616<br /><strong>Posted:</strong> 09 Oct 18 at 10:56PM<br /><br /><p style="margin: 0px;"><font face="Calibri" size="3">We are using 11.15 version of quickPDF library. We arefacing some issues where prints are coming blank. Could you please confirm thatquickPDF library works fine with service based application? This will reallyhelp us.</font></p>]]>
   </description>
   <pubDate>Tue, 09 Oct 2018 22:56:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quickpdf-compatability-with-service-based-apps_topic3616_post14381.html#14381</guid>
  </item> 
 </channel>
</rss>