These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Import and Export to FDF buttons

jeremyb1
Registered: Aug 6 2009
Posts: 8
Answered

I'm trying to create two buttons (import and export) in Acrobat 9 which execute the menu items:
Forms -> Manage Form Data -> Import Data
and
Forms -> Manage Form Data -> Export Data

however its not an option w/ the "Execute a menu item" action.

What is the proper way to implement this feature..

Thanks

My Product Information:
Acrobat Pro 9.1.3, Windows
jeremyb1
Registered: Aug 6 2009
Posts: 8
Solved:
Create Action JavaScript

this.importAnFDF();
this.exportAsFDF();