These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Passing parameters

mulcahy
Registered: Nov 4 2007
Posts: 2

We are opening a PDF file from a command within a third party database table.
(Acrobat Reader) This works every well.
 
The concept is the user can navigate through the document and on a choosen page/hotspot i.e
Advance Editing/Link Tool.The PDF file closes.
 
When the User selects the hot spot and the PDF file closes , it sends a Pre defined Tag back to the third party application.
 
How is this done without having to go through Java Script development.
 
All we required is a single return parameter from each hotspot link.

My Product Information:
Reader 8.0999999999999996447286321199499070644378662109375, Windows
JoelGeraci
ExpertTeam
Registered: Aug 17 2006
Posts: 80
You can't pass anything back without some sort of JavaScript code and the API in Reader is very limited.

If Acrobat Standard or higher is used rather than Reader, you can use the IAC interface to move information back and forth.

You can learn about developing with the IAC interface here...

[url=http://www.adobe.com/devnet/acrobat/pdfs/iac_developer_guide.pdf]http://www.adobe.com/devnet/acrobat/pdfs/iac_developer_guide.pdf[/url]

Joel