I am attempting to generate an adobe 8.0 'package' containing several documents. My intention is to create a main data entry form in Live Cycle designer, then add the remaining PDF forms (already created) to a package. I would then like to use JavaScript to have adobe fill in the other documents from the data form.
1. Is it possible to write JavaScript to span multiple docs in a package? If so, were can I find some references for this?
2. Is this the best way to go about his? I like using Live Cycle to define the main form, but I have also read that Live Cycle forms and Adobe 8 forms use a different JavaScript syntax.
Any help/Direction on this would be greatly appreciated.
John
Transfering data between forms in a collection is possible but sometimes tricky. When dealing with data in forms, the field names are everything. If you have control over the forms then you can name the fields for easy handling in JavaScript.
The next difficulty is that only the cover PDF has access to the other PDFs in the collection, so all the scripts have to be in the Cover PDF. In this setup the the Cover is basically the control panel for the forms colleciton.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script