Skip to main content
Participant
July 16, 2020
Question

How to remove saving prompt when using action Save & Export to change pdf's to text files

  • July 16, 2020
  • 1 reply
  • 1483 views

I am using Adobe Acrobat Pro DC to change a batch of 200+ files from pdf to text (accessable) files.  However, after each file is converted it prompts me to save before closing the pdf.  How can I stop this?

 

 

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
July 16, 2020

Add a Javascript step with:

this.dirty = false;

 

Participant
August 26, 2021

This tips works with most files. I have had a few prompts pop up though.