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

Sending information when a link is clicked

Westminster
Registered: Dec 13 2007
Posts: 8

What is the best way to send information to an external process/application when a link is clicked in a PDF file?

My Product Information:
Acrobat Pro 8, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
What do you mean by external? Generally speaking, Acrobat JavaScript has pretty good features for internet communication (SOAP and HTTP Get/Post). But it's heavily restricted when it comes to the local file system. Even more so when a script is executed from a document.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

Westminster
Registered: Dec 13 2007
Posts: 8
I'm a developer and have an application running on the same computer (under Windows). I'd like to create a PDF file which sends a simple message when I click certain links in the PDF... Can it be done? The application can be reached as a COM server, if that is any help.