Question
pdf open parameters
Is there any way to:
- implement a startup script that performs operations when a document is opened?
- pass parameters from code calling the Acrobat Reader to such a script?
I have a document that has a Name field for a person's name. The person's name is known before the document open is attempted. I would like to pass the person's name in as a parameter and have a script inject the name into the Name field upon opening the document.
