Copy link to clipboard
Copied
Can I learn JavaScript for HTML and use it to customize forms in Adobe Acrobat?
1 Correct answer
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:
These videos will explain more:
...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:
These videos will explain more:
Free Video Content & Full Listing of Available Videos
Use the Acrobat JavaScript Reference early and often
Copy link to clipboard
Copied
Thank you, Mark. The information is very useful.

