Hi,
Can we write a javascript in pdf such that when the pdf file is opened, the file open count is stored in a text file locally. Every time, the pdf file is opened, the count should be incremented in the text file. This is basically to check how many time a particular pdf file is opened by an user.
The text file path should be defined in the javascript.
Can we write a javascript in pdf such that when the pdf file is opened, the file open count is stored in a text file locally. Every time, the pdf file is opened, the count should be incremented in the text file. This is basically to check how many time a particular pdf file is opened by an user.
The text file path should be defined in the javascript.