These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

exportData

krm240
Registered: Apr 17 2009
Posts: 95

Does exportData with a file path work in Designer?
I have tried many alternatives and unable to get it working. I thought I had it but to no avail.
Using trusted functions as follows:

oDoc.xfa.host.exportData("", 0); works fine prompting for the file path

But
oDoc.xfa.host.exportData("/c/Users/Public/Temp/Test.xml",0); does not work

Any assistance would be greatly appreciated.

My Product Information:
LiveCycle Designer, Windows
Bamboolian
Registered: Jul 27 2010
Posts: 48
Hi,

According to the API,
"For security reasons, if you provide the first parameter, the exportData method executes only when
performed on certified documents. If you do not provide the first parameter, the document does not need to be certified and the user is prompted to provide a location and file name."

In order to certify, open the document with Adobe pro, and select [Advance] - [Sign & Ceritify] - [Certify with signiture].
krm240
Registered: Apr 17 2009
Posts: 95
Thanks for the response
Just tried the digital signature and no luck.
Tried with a trusted function and without.

All suggestions would be really appreciated.