Skip to main content
doublechamp
Participant
November 24, 2016
Question

Adding JavaScript Functionality to PDF Forms

  • November 24, 2016
  • 1 reply
  • 289 views

Hello,

I work with PDF forms on a daily basis.  I have background knowledge of various programming languages and I am fairly new to JavaScript.  I am seeking JavaScript  resources that can aid with complex functionalities such as working with forms inside of forms to extract data in a text field, creating PDF 417. Are there resources available to aid with adding JavaScript Functionality to PDF forms?  If so, where should I look?

[Moved from non-technical Forum Lounge to specific Program forum... Mod]

[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
November 24, 2016

This is main page for the JS in Acrobat reference: JavaScript for Acrobat | Adobe Developer Connection

There's plenty of information available on these forums, as well as on https://acrobatusers.com/ and on commercial sites such as pdfscripting.com . You also should study the core JS syntax, but keep in mind that most tutorials are related to JS on web-pages, so you have to make sure you only use the non-web parts when you write JS code for Acrobat.