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

Is there a better way to write Acrobat JavaScript than using the built-in text box?

Engaged ,
Oct 05, 2022 Oct 05, 2022

Copy link to clipboard

Copied

I feel it very hard to write Acrobat JavaScript in this tiny little application dialog coming with Adobe Acrobat.

Anyone has any experience with other, more elaborated, development tools for writing Acrobat JavaScript, like Visual Studio Code?

What IDE would you suggest?

TOPICS
JavaScript

Views

573

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
1 ACCEPTED SOLUTION
Community Expert ,
Oct 06, 2022 Oct 06, 2022

Copy link to clipboard

Copied

"I was hoping something similar was available for Adobe Acrobat"

I only know this utility "Scriptease" developed by Bryan Guignard in 1999, it is a little dated but it works well:

https://shared-assets.adobe.com/link/78ce0652-d30d-4b0c-5d81-287ef265a728

 

(The license states that: Anyone may freely distribute original copies of Scriptease)

View solution in original post

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
Community Expert ,
Oct 05, 2022 Oct 05, 2022

Copy link to clipboard

Copied

You can resize JavaScript editor window.

Notepad++ is good.

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
Community Expert ,
Oct 05, 2022 Oct 05, 2022

Copy link to clipboard

Copied

I use Notepad++ (and BBedit on Mac).

I never use the Acrobat editor, I always copy-paste from Notepad++.

 

The problem with applications specialized in JavaScript (Adobe Brackets, Sublime Text…) is that they are specialized in JavaScript for the web and some "fixes" or auto-fills cause bugs because it doesn't really correspond to the one we use in PDF.

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
Engaged ,
Oct 05, 2022 Oct 05, 2022

Copy link to clipboard

Copied

Ah, I see … Actually I was expecting something with IntelliSense, providing me with method and property suggestions, and inline explanations for parameters.

 

There is an Adobe Visual Studio Code language extension for PhotoShop Extend Script, supporting IntelliSense and even debugging. … I was hoping something similar was available for Adobe Acrobat.

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
Community Expert ,
Oct 06, 2022 Oct 06, 2022

Copy link to clipboard

Copied

"I was hoping something similar was available for Adobe Acrobat"

I only know this utility "Scriptease" developed by Bryan Guignard in 1999, it is a little dated but it works well:

https://shared-assets.adobe.com/link/78ce0652-d30d-4b0c-5d81-287ef265a728

 

(The license states that: Anyone may freely distribute original copies of Scriptease)

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
Engaged ,
Oct 07, 2022 Oct 07, 2022

Copy link to clipboard

Copied

LATEST

Nice! Thank you!

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