Batch PDF to JPG
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
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
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"});
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!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.