QuickPDF Library
QuickPDF Library
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
Thank you for the include file.
I haven't updated from the iSed version, perhaps time to.
I haven't updated from the iSed version, perhaps time to.
Re: QuickPDF Library
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).
-> 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
Thanx again javabeen ...
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: QuickPDF Library
A bit pricey though: http://www.componentsource.com/products ... tAoddSUA3A
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: QuickPDF Library
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).
-> 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
Thanx again javabeen ...