Hello,
I have few doubts in PDF scripting. My requirement are,
1) I need to save the PDF form data in to XML file.
I have used Adobe LiveCycle Designer 8.0 for designing the form and used the followin javascript with enabling "End user rights"
xfa.host.exportData("",0);
This is working fine with Adobe Life Cycle but not working in Adobe reader.
I have also used the following method also in the same form but not giving the results / or any error. Need to know whether any security settings has to be made for the same to work.
this.exportXFAData({bXDP: false});
2) Java script is not woking in lower version of reader.
Is it possible to go for a version check in the PDF document before opening the file ?
please reply
Thanks & Regards,
Roshin
2) app.viewerVersion will work back to Acrobat 4.0 (per the API reference). I would make sure that the end-user has JavaScript enabled. First check-box in Preferences/JavaScript.
-jb