Skip to main content
Participant
February 2, 2023
Answered

Batch export of pdfs to individual jpg with getting rid of prompts

  • February 2, 2023
  • 1 reply
  • 748 views

I want to batch convert 100s of pdfs to an individual jpg of each pdf.  I was able to find the linked thread below that helped me set up an action wizard to help with this in Adobe Acrobat XI Pro.  I am using a folder to add files and a folder to save files.  However, for each export to jpg I am prompted for a response as to whether I want to save changes to the pdf before closing.  See below screenshot.  Is there a way to just run the exports and not have to click "no" each time?  This would save me 100s of clicks.  Thanks in advance for any help!  --Jennifer

 

Thread to explain how to set up action wizard:

I want to batch convert from pdf to jpg, instead of doing the files one by one using Adobe Acrobat Pro (Export PDF) (acrobatusers.com)

 

Screenshot of prompt with exporting to jpg with action wizard running.

 

 

 

This topic has been closed for replies.
Correct answer Bernd Alheit

Add a Javascript step with:

this.dirty = false;

1 reply

Bernd Alheit
Community Expert
Bernd AlheitCommunity ExpertCorrect answer
Community Expert
February 2, 2023

Add a Javascript step with:

this.dirty = false;

Participant
February 2, 2023

Thanks, this worked!