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

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

New Here ,
Apr 25, 2019 Apr 25, 2019

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

TOPICS
Acrobat SDK and JavaScript
457
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

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

...
Translate
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

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

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

Thank you, Mark.  The information is very useful.

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