Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Not possible.
Copy link to clipboard
Copied
What does
this.dirty=false do?
Copy link to clipboard
Copied
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.