Copy link to clipboard
Copied
I am trying to open a file using a javascript dropdown menu. I know acrobat allows users to open a single file using the standard features, but I have about 30 different files that need to be referenced.
Copy link to clipboard
Copied
Take a look at the app.openDoc() method (Acrobat DC SDK Documentation ). In your dropdown control, you can store two pieces of information for each entry: The value that the user sees, and an export value. If you make the export value the path to the file, you can then pass that directly to openDoc().
Find more inspiration, events, and resources on the new Adobe Community
Explore Now