Page 1 of 1
QuickPDF Library
Posted: Mon Mar 22, 2010 12:36 am
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).
Re: QuickPDF Library
Posted: Mon Mar 22, 2010 2:36 am
by swan
Thank you for the include file.
I haven't updated from the iSed version, perhaps time to.
Re: QuickPDF Library
Posted: Tue Aug 27, 2013 12:54 pm
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).
Re: QuickPDF Library
Posted: Wed Aug 28, 2013 1:03 am
by swan
Thanx again javabeen ...
Re: QuickPDF Library
Posted: Wed Aug 28, 2013 4:17 am
by IdeasVacuum
Re: QuickPDF Library
Posted: Thu Dec 05, 2013 5:25 pm
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).
Re: QuickPDF Library
Posted: Thu Dec 05, 2013 10:19 pm
by swan
Thanx again javabeen ...