I am using Adobe Acrobat 8 Pro on a Mac.
I am creating an electronic catalog with an opening page with links to external PDFs for the various products.
I would like to have the customer type in their name, project name and date on the opening page and have the information put onto the externally linked pages when they are opened up.
I have looked at the export/import form data, but can't seem to get there.
Any help is appreciated.
Jerry
First, add this line of code, in a document script, to all of the documents:
this.disclosed = true;
Next, Change your links to use a JavaScript Action that opens the document and then copies the values from the main file into the newly opened file. Like this
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script