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

How can I access the form open event in adobe

New Here ,
Jul 26, 2018 Jul 26, 2018

Would like to put some javascript code into the form open event.

Cant find where to insert the code?

TOPICS
Acrobat SDK and JavaScript , Windows
338
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
Community Expert ,
Jul 26, 2018 Jul 26, 2018

Under Tools - JavaScripts - Document JavaScripts.

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
Community Expert ,
Jul 26, 2018 Jul 26, 2018
LATEST

There really isn't a Form Open event.  Startup code is place in a Document Level Script. However, These scripts are typically run before the PDF is fully loaded into Acrobat, so you need to be careful about what you do.

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