Page 1 of 1

Export PDF to Image with Command Line

Posted: Sun Jan 08, 2017 12:45 pm
by Mainert
Hi,

i use PDF XChange Viewer to Export all Sites of PDF Files to Images. How can i do this using the Command Line with PDF XChange Viewer? Is there a CL-Option or a other Tracker Tool that can do this?

Mainert

Re: Export PDF to Image with Command Line

Posted: Sun Jan 08, 2017 7:19 pm
by Will - Tracker Supp
Hi Mainert,

Thanks for the post - I'm afraid that this cannot be done with th command line with the Viewer, but can with the latest release of PDF-Tools. I'd recommend that you take a look at PDF-Tools:
https://www.pdf-xchange.com/product/pdf-tools
https://help.pdf-xchange.com/pdfxt6 ... ns_ed.html

Also, please be aware that the Viewer was discontinued and replaced by the Editor quite some time ago, so no further changes will be made to the Viewer moving forward.

Thanks,

Re: Export PDF to Image with Command Line

Posted: Tue Jan 10, 2017 5:44 pm
by Mainert
Mmmmh, the PDF XChange Editor can't export the Sites of a PDF File to TIFF-Images? I couldn't find anything to do this? This is why i still use PDF XChange Viewer even it isn't supported anymore.

I also installed the XChange Editor free again but i can't find tzhe PDF Tools. Is this only included in the Pro-Version?

Re: Export PDF to Image with Command Line

Posted: Tue Jan 10, 2017 6:46 pm
by Patrick-Tracker Supp
Hello Mainert,

Thank you for the post.
Mmmmh, the PDF XChange Editor can't export the Sites of a PDF File to TIFF-Images?
In the Editor, you can export to TIFF and other image formats via File> Export> To images:

Image
I also installed the XChange Editor free again but i can't find tzhe PDF Tools. Is this only included in the Pro-Version?
PDF-Tools is not included with the Editor. Tools can be purchased by itself (the PDF-Tools license will also license the Editor) and is included with PDF-XChange PRO as well.

You can download the Tools installer here: https://www.pdf-xchange.com/PDFTools6.zip

I hope this helps!

Re: Export PDF to Image with Command Line

Posted: Wed Jan 11, 2017 3:43 pm
by Mainert
You say PDFTools is included in PDF XChange Editor Pro, but you posted a Link to Download PDFTools. Is this a Trial-Version of PDF Tools? Is there a HowTo how i can use PDFTools with the command line?

Re: Export PDF to Image with Command Line

Posted: Wed Jan 11, 2017 4:01 pm
by Will - Tracker Supp
Hi Mainert,

Thanks for the post - That's correct, the link that Patrick posted is a trial download for PDF-Tools. Please note that Patrick was not referring to "PDF Editor Pro", but PDF-XChange Pro which is a bundle containing the Editor Plus, PDF-Tools and PDF-XChange Standard.

Regarding using Tools from the Command Line please see the second link in my previous post.

Thanks,

Re: Export PDF to Image with Command Line

Posted: Wed Jan 11, 2017 5:39 pm
by Willy Van Nuffel
It seems like the link to the command line options was for the Editor.

For PDF-Tools V6 they are here:
https://help.pdf-xchange.com/pdfxt6 ... ons_t.html

Best regards.

Re: Export PDF to Image with Command Line

Posted: Wed Jan 11, 2017 9:07 pm
by Patrick-Tracker Supp
Hi Willy,

Thanks for catching that!

Cheers!

Re: Export PDF to Image with Command Line

Posted: Fri Jan 13, 2017 10:41 pm
by Mainert
Just to make clear what i'm searching for. I'm searching for a Comand Line Tool that can convert PDf into Images via Command Line. Something like this.

Code: Select all

tool input.pdf output.tiff
What I've seen here https://help.pdf-xchange.com/pdfxt6 ... ons_t.html, this doesn't look like i can do this with PDFTools.

Re: Export PDF to Image with Command Line

Posted: Sat Jan 14, 2017 12:48 am
by Patrick-Tracker Supp
Hello,

Actually, this can be done using the /RunTool command. I have tested converting PDF to images using this command string:

Code: Select all

C:\Program Files\Tracker Software\PDF Tools V6>PDFXTools.exe /RunTool:showui=no;showprog=no pdfToImages "D:\Users\Patrick Charest\Documents\Ref\SOF176895 - E.pdf" "D:\Users\Patrick Charest\Documents\Ref\SOF176895 - E.tif"
Get the tool ID of even your custom tools using the following commands:

Code: Select all

C:\Program Files\Tracker Software\PDF Tools V6>PDFXTools.exe/DumpTools "C:\Users\patrick\Documents\PDF-Tools.txt"


I hope this helps!