I am interested in capturing data in a secure PDF that we would email many of our users. The users would save the PDF with the data filled in and then they would email it back to the office for data load into our SQL server via our .Net application.
Can Adobe do this?
What would be the recommended way to handle this scenario?
Any ideas would be appreciated!!!
Thanks,
Bill
There are many, many different ways you can move data around with a Acrobat and PDF. It all depends on your requirements, budget, and capabilities. The easiest scenario is to use the Distribution Wizard in Acrobat Pro to set up the form for distribution and data collection. This is also a fairly inflexible methodology, but it's a good place to start.
The data collection functionality in Acrobat allows you to export data from a collection of forms to a CSV file. This is one very simple way to get data into your DB. There are much more sophisticated server based methodologies if you have the resorces to implement them.
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]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script