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

Open PDF-File with Javascript

Explorer ,
Jan 06, 2025 Jan 06, 2025

Copy link to clipboard

Copied

Hi.

 

Refering to my last post I have a following question.

I checked an InDesign document with the script. The check results were saved as a PDF. Is it possible to open this PDF document with Javascript in Acrobat (with a command at the end of the same script)?

 

Regards

TOPICS
Scripting

Views

65

Translate

Translate

Report

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

correct answers 1 Correct answer

Explorer , Jan 07, 2025 Jan 07, 2025

Okay, I don't know if this topic is too trivial or a big secret. 🙂

I found very little information about it on the internet. The only hint I found was (adapted to my needs):

 

var myPDF = File(path + DocName + ".pdf"); 
    myPDF.execute(); 

Anyway, this is what I wanted and it works. Maybe it will be helpful for another amateur in Java scripting.

Votes

Translate

Translate
Explorer ,
Jan 07, 2025 Jan 07, 2025

Copy link to clipboard

Copied

LATEST

Okay, I don't know if this topic is too trivial or a big secret. 🙂

I found very little information about it on the internet. The only hint I found was (adapted to my needs):

 

var myPDF = File(path + DocName + ".pdf"); 
    myPDF.execute(); 

Anyway, this is what I wanted and it works. Maybe it will be helpful for another amateur in Java scripting.

Votes

Translate

Translate

Report

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