Page 1 of 1

Export PDF file to a jpeg-files

Posted: Thu Jul 05, 2018 6:02 pm
by louw222
How do I use PDF-XChange Core API to export a PDF file to a jpeg-file.
I can do it using "export PDF to Images" in PDF Tools, but I can't figure out how to do the same thing using the Core API.

Thanks for your help.

Re: Export PDF file to a jpeg-files

Posted: Thu Jul 05, 2018 8:43 pm
by louw222
Solved it for myself.
The solution was to use DrawToDevice to draw the first page to a bit map and then save it.

Re: Export PDF file to a jpeg-files

Posted: Fri Jul 06, 2018 9:18 am
by Tracker Supp-Stefan
:D