Hi All,
I need to write my first eForm using LiveCycle Designer. The requirement required to extract user's input data only and then store into a file which is located in local PC. How can I do that?
Hi All,
I need to write my first eForm using LiveCycle Designer. The requirement required to extract user's input data only and then store into a file which is located in local PC. How can I do that?
The is no direct way for code on the form to write to a local file. Especially if the form is being displayed in Reader. It can be done, but in this case the user is prompted for the filename and save location.
You can write Acrobat automation code (a folder level script) that will silently export data to a local file with an automatically generated name.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script