<?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 : Getting Started</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 : Getting Started]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:12:05 +0000</pubDate>
  <lastBuildDate>Thu, 09 Feb 2012 07:34:06 +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=2137</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[Getting Started : I assume you are using Visual...]]></title>
   <link>http://www.quickpdf.org/forum/getting-started_topic2137_post9085.html#9085</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2137<br /><strong>Posted:</strong> 09 Feb 12 at 7:34AM<br /><br />I assume you are using Visual Studio and C#.<div><br></div><div>The Quick PDF Library is not a .NET DLL. &nbsp;It is a standard windows DLL.</div><div><br></div><div>1. Add the QuickPDFDLL0814.cs file as a Reference to your project. &nbsp;ie. &nbsp;Ctrl+D - Add Existing Item. &nbsp;The .cs file is installed in your Quick PDF Installation directory.</div><div><br></div><div>2. &nbsp;Make sure the QuickPDFDLL0814.DLL file is in the same directory as your EXE or on the Windows Search PATH.</div><div><br></div><div>3. Use the following code as an example to use the class.</div><div><br></div><div><div>using System;</div><div>using System.Collections.Generic;</div><div>using System.ComponentModel;</div></div><div>...</div><div>...</div><div>using QuickPDFDLL0814;</div><div><div><br></div><div>namespace QPLToolbox</div><div>{</div><div>&nbsp; &nbsp; public partial class Form1 : Form</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; PDFLibrary QP = new PDFLibrary("QuickPDFDLL0814.dll");</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; public Form1()</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; InitializeComponent();</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Text = Text + " - QPL " + QP.LibraryVersion();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bool b = QP.LibraryLoaded();</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (QP.UnlockKey("&lt;put your key here&gt;") == 0)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MessageBox.Show("QP.UnlockKey failed");</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int ret = QP.LoadFromFile("out.pdf", "");</div></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ...</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ...</div>]]>
   </description>
   <pubDate>Thu, 09 Feb 2012 07:34:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/getting-started_topic2137_post9085.html#9085</guid>
  </item> 
  <item>
   <title><![CDATA[Getting Started : Good Morning, I am new to the...]]></title>
   <link>http://www.quickpdf.org/forum/getting-started_topic2137_post9075.html#9075</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1847">Deslyxia</a><br /><strong>Subject:</strong> 2137<br /><strong>Posted:</strong> 08 Feb 12 at 5:55PM<br /><br />Good Morning, <br><br>I am new to the forums and I am trying to get started with Quick PDF. I got my 30 day trial this morning and wanted to start going through the tutorials and figuring this stuff out but i am running into an issue. <br><br>First I am not able to add the .dll to my project as a reference. <br><br>Second the demo app runs and tells me it has written a new pdf to my c drive but when i navigate there i do not see a file .<br><br>Any help getting started would be wonderful. <br>]]>
   </description>
   <pubDate>Wed, 08 Feb 2012 17:55:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/getting-started_topic2137_post9075.html#9075</guid>
  </item> 
 </channel>
</rss>