Use exportDataObject without a dialog window
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.
