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

Is the JavaScript used for html web designing the same as Adobe Acrobat

New Here ,
Apr 25, 2019 Apr 25, 2019

Copy link to clipboard

Copied

Can I learn JavaScript for HTML and use it to customize forms in Adobe Acrobat?

TOPICS
Acrobat SDK and JavaScript

Views

301

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

Community Expert , Apr 25, 2019 Apr 25, 2019

Yes and no.  Core JavaScript is the same everywhere. But JavaScript integrated into a particular application has it's own DOM (document object modes) and event model. Leaning Core JavaScript is leaning the language (and programming) basics. But to use JavaScript you have to learn the DOM and event model for the particular application.

For Acrobat you'll find all you need to know at these links:

Acrobat DC SDK Documentation

pdfscripting.com

These videos will explain more:

Free Video Content & Full Listing of Available Videos

...

Votes

Translate

Translate
Community Expert ,
Apr 25, 2019 Apr 25, 2019

Copy link to clipboard

Copied

Yes and no.  Core JavaScript is the same everywhere. But JavaScript integrated into a particular application has it's own DOM (document object modes) and event model. Leaning Core JavaScript is leaning the language (and programming) basics. But to use JavaScript you have to learn the DOM and event model for the particular application.

For Acrobat you'll find all you need to know at these links:

Acrobat DC SDK Documentation

pdfscripting.com

These videos will explain more:

Free Video Content & Full Listing of Available Videos

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

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
New Here ,
Apr 25, 2019 Apr 25, 2019

Copy link to clipboard

Copied

LATEST

Thank you, Mark.  The information is very useful.

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