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

Enter form edit mode from javascript

New Here ,
Apr 22, 2020 Apr 22, 2020

Hello.  I'm creating a simple script to place form fields on a document.

There is a high probability that at least one of the fields will have to be moved at run time due to some variability in the document layout.

 

Is there a way to programatically enter form edit mode at the end of my script?  I realize it only saves a button click but if it's possible, why not

TOPICS
Acrobat SDK and JavaScript
503
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 23, 2020 Apr 23, 2020

Yes, like this:

app.execMenuItem("AcroForm:Forms_EditFormInAcrobat")

Translate
Community Expert ,
Apr 23, 2020 Apr 23, 2020

Yes, like this:

app.execMenuItem("AcroForm:Forms_EditFormInAcrobat")

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 23, 2020 Apr 23, 2020
LATEST

Awesome, thank you.

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