Search found 5 matches

by louw222
Tue Jul 10, 2018 3:49 pm
Forum: PDF-XChange Core API SDK
Topic: Extract PNG File
Replies: 6
Views: 3776

Re: Extract PNG File

I was confused. PNG a raster format. I guess I'm looking for an SVG file.
by louw222
Tue Jul 10, 2018 1:57 pm
Forum: PDF-XChange Core API SDK
Topic: Extract PNG File
Replies: 6
Views: 3776

Re: Extract PNG File

Hi Alex, Thanks for your reply. I need to explain our need better. I am processing a PDF file that was generated using Adobe Illustrator and the embedded picture is a vector-defined graphic. What I need is a method to extract the original vector graphic data to a PNG file (which is a vector graphic ...
by louw222
Mon Jul 09, 2018 1:07 pm
Forum: PDF-XChange Core API SDK
Topic: Extract PNG File
Replies: 6
Views: 3776

Extract PNG File

How do I extract a PNG file from the PDF file using PDF-XChange Core API?
by louw222
Thu Jul 05, 2018 8:43 pm
Forum: PDF-XChange Core API SDK
Topic: Export PDF file to a jpeg-files
Replies: 2
Views: 2441

Re: Export PDF file to a jpeg-files

Solved it for myself.
The solution was to use DrawToDevice to draw the first page to a bit map and then save it.
by louw222
Thu Jul 05, 2018 6:02 pm
Forum: PDF-XChange Core API SDK
Topic: Export PDF file to a jpeg-files
Replies: 2
Views: 2441

Export PDF file to a jpeg-files

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.