Skip to main content
Participant
January 19, 2016
해결됨

Batch PDF to JPG

  • January 19, 2016
  • 1 답변
  • 2762 조회

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

이 주제는 답변이 닫혔습니다.
최고의 답변: jimr58428308

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!

1 답변

try67
Community Expert
Community Expert
January 19, 2016

You need Acrobat Pro. Currently Adobe only sells the DC version.

jimr58428308작성자
Participant
January 19, 2016

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

try67
Community Expert
Community Expert
January 19, 2016

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"});