- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com
These are two very different things. If you want to execute a menu item just use the app.execMenuItem() function. You will need to first find the name of it using app.listMenuItems(). Exporting to a CSV requires working with DataObjects. You create a new DO, set its contents and then export it to a local file (this requires user confirmation) and remove the DO.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com
This executes the Form Export Data menu item. However, I don't think it will work in Reader:
app.execMenuItem("AcroForm:FormData_ExportData");
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com