Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Getting Started with QuickPDF Lite
  FAQ FAQ  Forum Search   Register Register  Login Login

Getting Started with QuickPDF Lite

 Post Reply Post Reply
Author
Message
StopGap View Drop Down
Beginner
Beginner


Joined: 20 Oct 10
Location: Australia
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote StopGap Quote  Post ReplyReply Direct Link To This Post Topic: Getting Started with QuickPDF Lite
    Posted: 20 Oct 10 at 10:33PM

I'm having trouble getting starting in Delphi  - maybe I'm missing something?

Does anyone have any sample code of how to load and run the QuickPDF Lite in Delphi?


Any help appreciated.

StopGap

Back to Top
Rowan View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 10 Jan 09
Status: Offline
Points: 398
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rowan Quote  Post ReplyReply Direct Link To This Post Posted: 21 Oct 10 at 10:47AM
Hi StopGap,

Sure, here's some sample code on how to use Quick PDF Library Lite with Delphi.

Note: the Lite version of Quick PDF Library comes as an ActiveX component. You need to register the ActiveX library with Windows, using the following command: 

regsvr32 \QuickPDFLite0721.dll

Next, here's a simple usage example:

------------------------------
uses
 ComObj;
procedure TForm1.Button1Click(Sender: TObject);
var
 QP: Variant;
begin
 QP := CreateOleObject('QuickPDFLite0721.PDFLibrary');
 QP.DrawText(100, 500, 'Hello World!');
 QP.SaveToFile('c:\test.pdf');
 QP := Unassigned;
end;
------------------------------

I hope this helps.

- Rowan.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store