Page 1 of 1

Read PDF and make a screenhsot

Posted: Sun May 12, 2019 4:40 pm
by Karellen
Hello everybody, I need to do read a pdf file and save the first page as an image. Does anybody has a smart tip how this can be done in PureBasic?

Re: Read PDF and make a screenhsot

Posted: Mon May 13, 2019 11:04 am
by fabulouspaul
If talking about Windows have a look at viewtopic.php?f=13&t=65776 .

With PDFium, you are able to load a PDF and render a page into an image.

Re: Read PDF and make a screenhsot

Posted: Mon May 13, 2019 1:16 pm
by Karellen
fabulouspaul wrote:If talking about Windows have a look at viewtopic.php?f=13&t=65776 .
With PDFium, you are able to load a PDF and render a page into an image.
Thank you very much, exactly what I need! :D Just had some trouble to get the right dll. Now it works perfectly. In case somebody else is searching for the dll: I could find a working one here:
https://assendelft.webathome.org/Pdfium/

Thanks again, this was really a big help and a true time saver!

Re: Read PDF and make a screenhsot

Posted: Sat May 25, 2019 8:31 pm
by jasonsmith
fabulouspaul wrote:If talking about Windows have a look at mathway myanimelist birthday wishes viewtopic.php?f=13&t=65776 .

With PDFium, you are able to load a PDF and render a page into an image.
thanks for the directions.

Re: Read PDF and make a screenhsot

Posted: Fri Jun 07, 2019 8:46 am
by Chromedias
jasonsmith wrote:
fabulouspaul wrote:If talking about Windows have a look at mathway myanimelist birthday wishes viewtopic.php?f=13&t=65776 .

With PDFium, you are able to load a PDF and render a page into an image.
thanks for the directions.
thanks as well, finally found out how to do that...