Skip to main content
Artaherzadeh
Participant
September 25, 2018
Answered

Removing last page from multiple files with auto save

  • September 25, 2018
  • 1 reply
  • 611 views

Hi

I use this code to remove the last page from multiple files but I have one problem : I have more than 1000 files and I can't press enter every time. When I run this code using action wizard I have to press Enter for each file.

Code : this.deletePages(this.numPages-1);

Is there anyway to force Acrobat to save the new file automatically ???

Thanks

This topic has been closed for replies.
Correct answer try67

Yes, under the Action Wizard there's a command to save the files, unless you're using a version prior to Acrobat XI, in which case it's a setting in the output options of the Action.

1 reply

try67
Community Expert
Community Expert
September 25, 2018

Add a Save command to your Action...

On 25 September 2018 at 21:20, artaherzadeh <forums_noreply@adobe.com>

Artaherzadeh
Participant
September 25, 2018

Save command ?

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
September 25, 2018

Yes, under the Action Wizard there's a command to save the files, unless you're using a version prior to Acrobat XI, in which case it's a setting in the output options of the Action.