<?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 : Using the ActiveX version with ASP</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 : Sample Code : Using the ActiveX version with ASP]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 08 May 2026 06:03:35 +0000</pubDate>
  <lastBuildDate>Wed, 09 Sep 2009 01:44:00 +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=1209</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[Using the ActiveX version with ASP : Download the latest version of...]]></title>
   <link>http://www.quickpdf.org/forum/using-the-activex-version-with-asp_topic1209_post5582.html#5582</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1209<br /><strong>Posted:</strong> 09 Sep 09 at 1:44AM<br /><br /><div>Download the <a href="http://www.quickpdflibrary.com/products/quickpdf/updates.php" target="_blank">latest version of Quick PDF Library</a> from our website.</div><div><br></div><div>You must place this file in a directory where IIS has been setup with execute permission. For example Windows\System32 and IIS must be setup to execute ActiveX controls. If you have any difficulty with this, feel free to contact us for help.&nbsp;</div><div><br></div><div>You need to register the ActiveX library with Windows, using the following command:</div><div><br></div><div><font ="Apple-style-span" color="#006600">regsvr32 &lt;path&gt;\QuickPDFAX0715.dll</font></div><div><br></div><div><div>A message should appear indicating that the library has been successfully registered.</div><div><br></div><div>Type your first ASP script using Quick PDF Library:</div><div><br></div><div><div><font ="Apple-style-span" color="#006600">&lt;%</font></div><div><font ="Apple-style-span" color="#006600">Dim QP</font></div><div><font ="Apple-style-span" color="#006600">Set QP = Server.CreateObject("QuickPDFAX0715.PDFLibrary")</font></div><div><font ="Apple-style-span" color="#006600">Call QP.UnlockKey("type your license key here")</font></div><div><font ="Apple-style-span" color="#006600">Call QP.DrawText(100, 500, "Hello World!")</font></div><div><font ="Apple-style-span" color="#006600">Call QP.SaveToFile(Server.MapPath("test.pdf"))</font></div><div><font ="Apple-style-span" color="#006600">Set QP = Nothing</font></div><div><font ="Apple-style-span" color="#006600">%&gt;</font></div><div><br></div><div>Let's look at each part of the program. The first two commands create the Quick PDF Library object:</div><div><br></div><div><div><font ="Apple-style-span" color="#006600">Dim QP</font></div><div><font ="Apple-style-span" color="#006600">Set QP = Server.CreateObject("QuickPDFAX0715.PDFLibrary")</font></div><div><br></div><div><div>The next part unlocks the library. You must supply your license key to the UnlockKey function. If you have not purchased&nbsp;Quick PDF Library&nbsp;yet, the installer will contain a 30 day evaluation license key.</div><div><br></div><div><font ="Apple-style-span" color="#006600">Call QP.UnlockKey("type your license key here")</font></div><div><br></div><div>Now the library is ready to use. We'll draw some text onto the page, and then save the PDF document to a file on disk:</div><div><br></div><div><div><font ="Apple-style-span" color="#006600">Call QP.DrawText(100, 500, "Hello World!")</font></div><div><font ="Apple-style-span" color="#006600">Call QP.SaveToFile(Server.MapPath("test.pdf"))</font></div><div><br></div><div>Finally, we should release the object to free the memory that it used:</div><div><br></div><div><font ="Apple-style-span" color="#006600">Set QP = Nothing</font></div></div></div></div></div></div>]]>
   </description>
   <pubDate>Wed, 09 Sep 2009 01:44:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/using-the-activex-version-with-asp_topic1209_post5582.html#5582</guid>
  </item> 
 </channel>
</rss>