Skip to main content
Participant
August 7, 2023
Question

I need a javascriptt code to ignore prompt in batch processing of PDF files

  • August 7, 2023
  • 1 reply
  • 504 views

Hi folks,

So here's my problem

 

I'm batch processing the PDF files via action wizard. Some files are corrupted in the batch. So, when I run the action wizard, the batch continue to process and when it finds the corrupted file, it prompts an error.

After the error prompt, I need to click on ok to process the remaining files in the batch. I need the code to ignore the error and continue to process the remaining files. Is there any way to do it?

 

Thanks in Advance

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
August 7, 2023

Not possible.

Participant
August 24, 2023

What does

this.dirty=false do?

 

try67
Community Expert
Community Expert
August 24, 2023

Changes the document dirty property to false, so it appears it hasn't been edited, and therefore doesn't need to be saved when closed. It won't help you.