QuickPDF Library

Share your advanced PureBasic knowledge/code with the community.
javabean
User
User
Posts: 60
Joined: Sat Nov 08, 2003 10:29 am
Location: Austria

QuickPDF Library

Post by javabean »

I converted a PowerBasic include file for the QuickPDF Library v7.17 (www.quickpdflibrary.com) to a PureBasic include. I know there is an older version in this forum (for iSEDQuickPDF 5.11), but I think this one is much more up-to-date. You can download it from HERE (left mouse click, 7z-archive, 9 kB).
swan
Enthusiast
Enthusiast
Posts: 225
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: QuickPDF Library

Post by swan »

Thank you for the include file.
I haven't updated from the iSed version, perhaps time to.
javabean
User
User
Posts: 60
Joined: Sat Nov 08, 2003 10:29 am
Location: Austria

Re: QuickPDF Library

Post by javabean »

Here is a PureBasic-Include update (for DebenuPDFLibrary v9.11 x86).
-> Please note that the function names and the name of the library have changed.
-> Now many functions are available as ANSI and UNICODE versions. Compile your project in UNICODE mode to make use of the UNICODE versions.

The include can be used with the DLL (via import lib: -> you have to create the import lib from the dll, or use the one included in the 7z-archive) as well as with the STATIC LIB: just change the constant '#LIBRARYTYPE'!
The include was tested with PB 5.11 [x86 Windows] ...

You can download it from HERE (left mouse click, 7z-archive, 29 kB).
swan
Enthusiast
Enthusiast
Posts: 225
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: QuickPDF Library

Post by swan »

Thanx again javabeen ...
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: QuickPDF Library

Post by IdeasVacuum »

IdeasVacuum
If it sounds simple, you have not grasped the complexity.
javabean
User
User
Posts: 60
Joined: Sat Nov 08, 2003 10:29 am
Location: Austria

Re: QuickPDF Library

Post by javabean »

Here is a PureBasic-Include update (for DebenuPDFLibrary v9.16 x86).
-> Please note that the function names and the name of the library have changed.
-> Please follow the directions in the Include file 'DebenuPDFLibrary0916.pbi'.
-> Now many functions are available as ANSI and UNICODE versions. Compile your project in UNICODE mode to make use of the UNICODE versions.

The include can be used with the DLL (via import lib: -> you have to create the import lib from the dll, or use the one included in the 7z-archive) as well as with the STATIC LIB: just change the constant '#LIBRARYTYPE'!
The include was tested with PB 5.11 [x86 Windows] ...

You can download it from HERE (left mouse click, 7z-archive, 45 kB).
swan
Enthusiast
Enthusiast
Posts: 225
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: QuickPDF Library

Post by swan »

Thanx again javabeen ...
Post Reply