Copy link to clipboard
Copied
Hi,
I'm executing some code using the JavaScript Debugger in Acrobat. I'm exporting the output of that code using exportDataObject. The issue that I'm having is that I would like to save the data automatically without a dialog window popping up asking the user for the save location. I attempted to using the cDIPath parameter of the exportDataObject function, however, I realized that the use of this parameter is no longer allowed. I wanted to know if there is an alternative way to remove the dialog or is it simply no longer allowed.
Copy link to clipboard
Copied
You can no longer specify the file-path in your script. The user must
select it manually.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now