0
Use exportDataObject without a dialog window
Community Beginner
,
/t5/acrobat-sdk-discussions/use-exportdataobject-without-a-dialog-window/td-p/9162044
Jun 15, 2017
Jun 15, 2017
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.
TOPICS
Acrobat SDK and JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/use-exportdataobject-without-a-dialog-window/m-p/9162045#M31342
Jun 15, 2017
Jun 15, 2017
Copy link to clipboard
Copied
You can no longer specify the file-path in your script. The user must
select it manually.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

