Dear Forum,
I have a PDF file with a couple of attached PDF files in it. Some data of the the upper most file needs to be written also in some fields of the attached files which are forms as well. I can't get it done just by writing and reading global variables, since those vars only live in the document they were born in, right? Does anybody have a simple script that would do something like:
...
on function spreadData(vData)
put vData into field "Address" of document "attachedPDF01.pdf"
end function
...
Thanks a lot for any help,
Ralf