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.
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].