Pdfium library
Pdfium library
Google's opensource Pdfium seems to be a promising library for bringing a real PDF viewer inside an PB application on all OS. It has Foxit software inside. But inspite of being opensource, I can not find understandable documentation and code, except for pages about wxWidgets and their use of Pdfium. Has anyone think about this library too? Where to start?
Re: Pdfium library
Never heard of Pdfium before so I looked it up.
Here are 2 github repos that might be of help:
https://github.com/hfiguiere/pdfium
https://github.com/pvginkel/PdfiumViewer
In github repo PdfiumViewer under PdfiumViewer/Libraries/Pdfium/ there are Windows DLLs ready to be used.
PdfiumViewer itself is written in C# and Pdfium is written in C++.
Unless the DLLs are built to be used with C you might have a hard time to use them with PureBasic.
Here are 2 github repos that might be of help:
https://github.com/hfiguiere/pdfium
https://github.com/pvginkel/PdfiumViewer
In github repo PdfiumViewer under PdfiumViewer/Libraries/Pdfium/ there are Windows DLLs ready to be used.
PdfiumViewer itself is written in C# and Pdfium is written in C++.
Unless the DLLs are built to be used with C you might have a hard time to use them with PureBasic.
I am to provide the public with beneficial shocks.
Alfred Hitshock
Re: Pdfium library
Thanks for posting that !
HP Z800 Workstation
CPU : Dual Xeon 5690 3.46GHz
RAM : 96GB RAM ( 8GB x 12 )
PSU : 1100W
GPU : NVIDIA RTX 3050 8GB
STORAGE : 9TB
(4) 2TB Seagate IronWolf Pro HDD
(1) 1TB Samsung 870 EVO SSD
CPU : Dual Xeon 5690 3.46GHz
RAM : 96GB RAM ( 8GB x 12 )
PSU : 1100W
GPU : NVIDIA RTX 3050 8GB
STORAGE : 9TB
(4) 2TB Seagate IronWolf Pro HDD
(1) 1TB Samsung 870 EVO SSD
Re: Pdfium library
That's right. That's also one of the reason I posted this subject. Pdfium seems to be very promising, but there's total lack of decent information from de Pdfium side (I know all about these downloads in Github, but even Github is a complete disaster itself).fsw wrote:Never heard of Pdfium before so I looked it up.
Here are 2 github repos that might be of help:
https://github.com/hfiguiere/pdfium
https://github.com/pvginkel/PdfiumViewer
In github repo PdfiumViewer under PdfiumViewer/Libraries/Pdfium/ there are Windows DLLs ready to be used.
PdfiumViewer itself is written in C# and Pdfium is written in C++.
Unless the DLLs are built to be used with C you might have a hard time to use them with PureBasic.
Also from PB side there is lack of information about Interface, Import, Library, etc. I miss good examples and explanation. Over the years many times this subject passed this forum, but only for experts in their expertlanguage, not for common PB-users, like me.