Export PDF file to a jpeg-files

A forum for questions or concerns related to the PDF-XChange Core API SDK

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
louw222
User
Posts: 5
Joined: Thu Jul 05, 2018 5:46 pm

Export PDF file to a jpeg-files

Post 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.
louw222
User
Posts: 5
Joined: Thu Jul 05, 2018 5:46 pm

Re: Export PDF file to a jpeg-files

Post 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.
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Export PDF file to a jpeg-files

Post by Tracker Supp-Stefan »

:D
Post Reply