I'll try to clearly explain. I created a form in LCD. User comes it and returns it to us as a pdf (instead of xml directly so that the user using reader can save a completed copy for their records).
So, hundreds of the pdf documents are coming in, and we have to open each individually and do the forms, manage form data, export as xml so that we can then take each xml document in import it into a access database.
This is working perfectly, however, is there a way that I can do some batch processing instead of opening each pdf. When I tried, it saves as xml, but not with my tags I get if I do the forms, manage form data method.
Help???
You'll want to set the batch squence to "Not Save Changes" and you also might want to modify the path creation to include a subfolder for the exported data.
Batch processing is nice, but it provides a somewhat narrow form of Automation. If you are dealing with a high volumn of forms you should consider writing either a server script, where the users would submit the form, or at least writing a VB script for driving the current process, from exporting data from the form to importing it into the DB.
One simple method would be to create a special version of your form where the fields are bound to the DB. Import the exported user data into the DB connected form, where it can be written directly into the DB.
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