Phoning home in PDF file

0

Hello, good afternoon! I have a job to perform on home phoning, and one of the requirements is to send a notification that the file has been opened or accessed. I know that PDF readers have the function of accepting command in javascript (Adober Reader and Foxit, of which I know). Does anyone have any idea how this is possible? Needless to say, I ask for academic purposes.

Thank you in advance!

    
asked by anonymous 08.04.2015 / 21:00

1 answer

-1

You can create a routine on the server where the file is allocated to send an email every time the file is viewed, in my case as my specialty is web development I would only allow opening a document after execution of a script in php that would effect the storage of the ip and of the date in a database and would send an email warning to the interested one

    
08.04.2015 / 23:49