Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
7

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

New Here ,
Aug 07, 2023 Aug 07, 2023

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

TOPICS
Comment review and collaborate Experiment , Create PDFs , Edit and convert PDFs , JavaScript , PDF , PDF forms
394
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 07, 2023 Aug 07, 2023

Not possible.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 24, 2023 Aug 24, 2023

What does

this.dirty=false do?

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 24, 2023 Aug 24, 2023
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines