<?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 : cant find pas and dcu files</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 : cant find pas and dcu files]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 11:10:30 +0000</pubDate>
  <lastBuildDate>Fri, 10 Feb 2012 16:50:07 +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=2136</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[cant find pas and dcu files : HI,I couldnt install the 64bit...]]></title>
   <link>http://www.quickpdf.org/forum/cant-find-pas-and-dcu-files_topic2136_post9095.html#9095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1848">jorgenovoa</a><br /><strong>Subject:</strong> 2136<br /><strong>Posted:</strong> 10 Feb 12 at 4:50PM<br /><br />HI,<div>I couldnt install the 64bit version.. I follow the steps, and has no error on code but when running app. excpetion raises.. Class Not registered.. I already registereded(64bit) it still raising error..</div><div>Win7 64</div><div>Regards</div>]]>
   </description>
   <pubDate>Fri, 10 Feb 2012 16:50:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-find-pas-and-dcu-files_topic2136_post9095.html#9095</guid>
  </item> 
  <item>
   <title><![CDATA[cant find pas and dcu files :  The LITE version an ActiveX...]]></title>
   <link>http://www.quickpdf.org/forum/cant-find-pas-and-dcu-files_topic2136_post9082.html#9082</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2136<br /><strong>Posted:</strong> 09 Feb 12 at 5:36AM<br /><br />The LITE version an ActiveX control only.<div><br></div><div>1. Register the ActiveX control : &nbsp;<b>regsvr32 QuickPDFLite0812.DLL &nbsp;</b>(using a command prompt with &nbsp;Administrator rights. &nbsp;ie. &nbsp;Run As Administrator)</div><div><br></div><div>2. In Delphi 2010 , open your project and choose Component, Import Component and import the ActiveX control into you project. &nbsp;You can either import the ActiveX directly by choosing <b>Import ActiveX</b> and then choosing the DLL file or you can choose to <b>Import TypeLibrary</b> and then load the TLB file located in the Quick PDF Lite installation directory.</div><div><br></div><div>3. Add the QuickPDFLite0812_TLB to your uses statement.</div><div><br></div><div>4. Use the code below as an example</div><div><br></div><div><div>unit Unit1;</div><div><br></div><div>interface</div><div><br></div><div>uses</div><div>&nbsp; Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,</div><div>&nbsp; Dialogs, <b>QuickPDFLite0812_TLB</b>;</div><div><br></div><div>type</div><div>&nbsp; TForm1 = class(TForm)</div><div>&nbsp; &nbsp; procedure FormCreate(Sender: TObject);</div><div>&nbsp; private</div><div>&nbsp; &nbsp; { Private declarations }</div><div>&nbsp; public</div><div>&nbsp; &nbsp; { Public declarations }</div><div>&nbsp; end;</div><div><br></div><div>var</div><div>&nbsp; Form1: TForm1;</div><div><br></div><div>implementation</div><div><br></div><div>{$R *.dfm}</div><div><br></div><div>procedure TForm1.FormCreate(Sender: TObject);</div><div>var</div><div>&nbsp; QP: TPDFLibrary;</div><div>&nbsp; ret: Integer;</div><div>begin</div><div>&nbsp; <b>QP := TPDFLibrary.Create(Form1);</b></div><div><br></div><div>&nbsp; ret := QP.LoadFromFile('f:\pdfs\my.pdf', '');</div><div>&nbsp; QP.DrawText(100, 100, 'Hello World');</div><div>&nbsp; QP.SaveToFile('f:\pdfs\out.pdf');</div><div><br></div><div>&nbsp; QP.Destroy;</div><div>end;</div><div><br></div><div>end.</div></div><div><br></div><div><br></div><div><br></div><span style="font-size:10px"><br /><br />Edited by AndrewC - 09 Feb 12 at 5:45AM</span>]]>
   </description>
   <pubDate>Thu, 09 Feb 2012 05:36:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-find-pas-and-dcu-files_topic2136_post9082.html#9082</guid>
  </item> 
  <item>
   <title><![CDATA[cant find pas and dcu files : Hi Jorge!Here you have the descriptions...]]></title>
   <link>http://www.quickpdf.org/forum/cant-find-pas-and-dcu-files_topic2136_post9079.html#9079</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2136<br /><strong>Posted:</strong> 08 Feb 12 at 8:56PM<br /><br />Hi Jorge!<br><br>Here you have the descriptions and limitations of the free Lite-library:<br>http://www.quickpdflibrary.com/free/lite.php<br>Here you can read how to install the ActiveX-version:<br>http://www.quickpdflibrary.com/help/getting-started-activex.php<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Wed, 08 Feb 2012 20:56:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-find-pas-and-dcu-files_topic2136_post9079.html#9079</guid>
  </item> 
  <item>
   <title><![CDATA[cant find pas and dcu files : hi,i&amp;#039;ve downloaded quickpdf...]]></title>
   <link>http://www.quickpdf.org/forum/cant-find-pas-and-dcu-files_topic2136_post9074.html#9074</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1848">jorgenovoa</a><br /><strong>Subject:</strong> 2136<br /><strong>Posted:</strong> 08 Feb 12 at 5:04PM<br /><br />hi,<div>i've downloaded quickpdf lite &nbsp;library 8.2 for Delphi.. but i cant installit</div><div>in the reference guaide and editing in Delphi, says that i have to add the pas and dcu files to my aplications or library path, but i cant found those files in the quickpdf installation folder, the only files are located there are:</div><div>QuickPDF64Lite0812.dll</div><div>QuickPDF64Lite0812.tlb</div><div>QuickPDFLite0812.dll</div><div>QuickPDFLite0812.tlb</div><div><br></div><div>I tryied to intall the dll file as a &nbsp;new component in delphi ide but it raise errors and has not all properites.</div><div><br></div><div>Can you please tell me restrictrions of the lite library?, does it really free?, whats the unlock key of lite library?</div><div><br></div><div>IDE: Delphi 2010 and D7</div><div>op: win 7 64 and 32</div><div><br></div><div>Regards</div>]]>
   </description>
   <pubDate>Wed, 08 Feb 2012 17:04:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-find-pas-and-dcu-files_topic2136_post9074.html#9074</guid>
  </item> 
 </channel>
</rss>