I am using Acrobat professional V 7.0 .
I like to write a javascript code which save the forms data as XML format into a file. Like when i use the menu File->Form Data->Export data from From...
Could you please send me an example of the javascript code ?
Thanks in advance.
this.exportXFAData({
cPath: "/c/temp/myData.xml",
bXDP: false
})
George Kaiser