I need a little (a lot) of help using the pdfium lib.
I am, as the French say, a Sunday programmer and my technical capabilites are very limited in external library usage.
What I'm looking for is to retrieve text areas from PDF files.
After some research, I found this post
As the github link was no longer valid, I turned to this one:
In this package, I found the pdfium.dll.lib file. From there, I tried two approaches:
1) Follow seeker's instructions
But when I run its example code withseeker wrote:polib %1.dll /machine:X64 /out:%1.lib
an error message "LINK: fatal error LNK1181 canno't open file - "MyCustomDir:\pdfium.lib"" appears.Import "MyCustomDir:\pdfium.lib"
2) Use the original pdfium.dll.lib provided in the package with
But same error message!Import "MyCustomDir:\pdfium.dll.lib"
Does anyone know why this error occurs?
Where am I doing (surely
Thanks.
PS : Oops! I forgot to mention that I'm using Win10-x64 & PB6.10 b1

