Copy link to clipboard
Copied
Hello! Do I need Acrobat X to convert pdf to jpg in batch mode (many files at once)? I tried setting up a batch sequence in Acrobat 9 to no avail. Thanks
I wasn't looking closely enough - I noticed that under Output Options, there is the option to export to JPEG - that seems to be working nicely. Out of curiosity, where in the tool would I put the code if I needed to go that route? Thanks!
Copy link to clipboard
Copied
You need Acrobat Pro. Currently Adobe only sells the DC version.
Copy link to clipboard
Copied
Sorry - I have Acrobat 9 Pro. Do I need Acrobat X pro? The sequence "Export All Images as JPEG" doesn't seem to work. It just takes my original PDFs, and copies them as PDF to the output location. Thanks
Copy link to clipboard
Copied
It should be possible to do it with version 9. Try using this code in your batch sequence:
this.saveAs({cPath: this.path.replace(".pdf", ".jpg"), cConvID: "com.adobe.acrobat.jpeg"});
Copy link to clipboard
Copied
I wasn't looking closely enough - I noticed that under Output Options, there is the option to export to JPEG - that seems to be working nicely. Out of curiosity, where in the tool would I put the code if I needed to go that route? Thanks!
Copy link to clipboard
Copied
What do you mean? If you're doing it directly via the Output Options then you don't need the code.
Copy link to clipboard
Copied
"Export images as JPEG" probably doesn't do what you want. It takes each image (probably a photo) in the file and saves it separately. No photo, nothing to save. You probably want to look at the save options for the batch sequence (the sequence can do nothing).
Find more inspiration, events, and resources on the new Adobe Community
Explore Now