Created a form in LCD, enabled it in Acrobat (Professional 8.0). I open the file (which is a pdf file), go to FORMS, MANAGE FORM DATE, EXPORT, and then export is as xml this takes my form data and puts it in my proper xml format.
When I try to do this process as a batch, I'm getting an xml file type, but the TAGS are not mine from the LCD xml schema. Where can I find help with this? I first posted in Forms Acrobat and realized that is probably the wrong form...thinking maybe this is the correct forum?
You might try using the JavaScript export functions in the Batch Sequence.
this.exportXFAData({cPath:"...",bXDP:false});
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/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script