Skip to main content
Known Participant
June 15, 2017
Question

Use exportDataObject without a dialog window

  • June 15, 2017
  • 1 reply
  • 520 views

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.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 15, 2017

You can no longer specify the file-path in your script. The user must

select it manually.