Tracking Code Into a PDF or PostScript File
Is there a way to track when a PDF is opened? Perhaps by embedding some script into the pdf itself? I saw the question below, and I suppose the answer is "no" for javascript, but I am wondering if this is possible at all. Google analytics tracking code insert in pdf file The PDF standard includes support for JavaScript but as @Wes Hardaker pointed out, not every PDF reader supports it. However, sometimes some is better than none. Here's Adobe's official Acrobat JavaScript Scripting Guide . What's probably most interesting to you is the doc object which has a method called getURL() . To use it