Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Use exportDataObject without a dialog window

Community Beginner ,
Jun 15, 2017 Jun 15, 2017

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
471
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 15, 2017 Jun 15, 2017
LATEST

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

select it manually.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines