Answered
I see from looking around on these forums that there's a way to use an automation script to "link" excel cells to text fields in a pdf. Is there a way to do this from text field to text field between two pdfs?
Also, what would the script look like? I'm familiar with the basics of programming, but I have no idea where to start. I know I'll probably need to use a folder level script, but is there a way I can set a global variable of some sort that will link these two different text fields?
http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=13576
for a solution with a document scripts.
But you could link fieds with a folder level script. So is was a single button click to get forms to sync up.
You simply open both documents, from a "trustedFunction", and copy data from one to another.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script