<?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 : Quick PDF Fails after Publish</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 : Quick PDF Fails after Publish]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 19:52:39 +0000</pubDate>
  <lastBuildDate>Tue, 28 Feb 2017 20:31:41 +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=3441</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[Quick PDF Fails after Publish : Thanks for the reply. I found...]]></title>
   <link>http://www.quickpdf.org/forum/quick-pdf-fails-after-publish_topic3441_post13691.html#13691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2935">jimmyx18</a><br /><strong>Subject:</strong> 3441<br /><strong>Posted:</strong> 28 Feb 17 at 8:31PM<br /><br />Thanks for the reply. I found out that the issue was that the dll was not being included when Visual Studio published my build. Once I manually copied the dll to the destination, everything started working.]]>
   </description>
   <pubDate>Tue, 28 Feb 2017 20:31:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quick-pdf-fails-after-publish_topic3441_post13691.html#13691</guid>
  </item> 
  <item>
   <title><![CDATA[Quick PDF Fails after Publish : Hi Jimmy,what type is the external...]]></title>
   <link>http://www.quickpdf.org/forum/quick-pdf-fails-after-publish_topic3441_post13690.html#13690</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3441<br /><strong>Posted:</strong> 28 Feb 17 at 8:15PM<br /><br />Hi Jimmy,<div><br></div><div>what type is the external system?</div><div>Is it a 32- or a 64-bit-system?</div><div>What type is the dll - 32- or 64 bit?</div><div>Where is the dll on the external system - in the system32- or the syswow64-path?</div><div><br></div><div>Cheers and welcome here,</div><div>Ingo</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 28 Feb 2017 20:15:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quick-pdf-fails-after-publish_topic3441_post13690.html#13690</guid>
  </item> 
  <item>
   <title><![CDATA[Quick PDF Fails after Publish : I added in the code to verify...]]></title>
   <link>http://www.quickpdf.org/forum/quick-pdf-fails-after-publish_topic3441_post13689.html#13689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2935">jimmyx18</a><br /><strong>Subject:</strong> 3441<br /><strong>Posted:</strong> 28 Feb 17 at 7:07PM<br /><br />I added in the code to verify if the license key passes or not. Once I did that, the license fails. So I'm a bit lost. I have a purchased license key that works fine in the compiler, but it fails when I use the PDF converter as part of an installed application on a remote machine. Any ideas?]]>
   </description>
   <pubDate>Tue, 28 Feb 2017 19:07:46 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quick-pdf-fails-after-publish_topic3441_post13689.html#13689</guid>
  </item> 
  <item>
   <title><![CDATA[Quick PDF Fails after Publish : I use Quick PDF to convert to...]]></title>
   <link>http://www.quickpdf.org/forum/quick-pdf-fails-after-publish_topic3441_post13688.html#13688</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2935">jimmyx18</a><br /><strong>Subject:</strong> 3441<br /><strong>Posted:</strong> 28 Feb 17 at 3:51PM<br /><br />I use Quick PDF to convert to PDF and to merge PDFs. While running my application from the compiler, everything works as expected. Once I publish my application and try to run it on a different machine, neither the convert nor the merge functions work. When I ask the application to report "LastErrorCode", it returns 0. I'll list some code below. Can you tell what I am doing wrong?<div><br></div><div><div>Imports MARSvIEW.DebenuPDFLibraryDLL0912</div><div><br></div><div>Public Class MARSvIEWFRM</div><div>&nbsp; &nbsp; Private tempDocs As String = "C:\Scripts\tesmpDocs\"</div><div>&nbsp; &nbsp; Private QP As PDFLibrary = New PDFLibrary("..\..\DebenuPDFLibraryDLL0912")</div><div>&nbsp; &nbsp; Private LicenseKey = "xxxx"</div><div>&nbsp; &nbsp; Private Result = QP.UnlockKey(LicenseKey)</div><div><br></div><div>&nbsp; &nbsp; Function ConvTIF(ByVal tifName As String, ByVal justName As String) As Int16</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.AddImageFromFile(tempDocs + tifName, -1)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim lWidth As Int32 = QP.ImageWidth()</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim lHeight As Int32 = QP.ImageHeight()</div><div>&nbsp; &nbsp; &nbsp; &nbsp; While lWidth &gt; 1404</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lWidth = lWidth / 2</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lHeight = lHeight / 2</div><div>&nbsp; &nbsp; &nbsp; &nbsp; End While</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.SetPageDimensions(lWidth, lHeight)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.DrawImage(0, lHeight, lWidth, lHeight)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.SaveToFile(tempDocs + justName + ".pdf")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ConvTIF = 0</div><div>&nbsp; &nbsp; End Function</div><div><br></div><div>&nbsp; &nbsp; Function JoinAllPDF() As Int16</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim PDFfiles = Directory.GetFiles(tempDocs, "*.PDF", SearchOption.TopDirectoryOnly)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; For Each filenm As String In PDFfiles</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.AddToFileList("FilesToMerge", filenm)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Next</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.MergeFileList("FilesToMerge", tempDocs + "merged\" + "merged_" + AcctNumTXT.Text + "_file_list.pdf")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Me.AxAcroPDF1.LoadFile(tempDocs + "merged\" + "merged_" + AcctNumTXT.Text + "_file_list.pdf")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; JoinAllPDF = 0</div><div>&nbsp; &nbsp; End Function</div></div>]]>
   </description>
   <pubDate>Tue, 28 Feb 2017 15:51:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quick-pdf-fails-after-publish_topic3441_post13688.html#13688</guid>
  </item> 
 </channel>
</rss>