Skip to main content
debram47556062
Participant
January 31, 2019
Answered

Hello: Can individual PDF files be limited to a certain date/time?

  • January 31, 2019
  • 1 reply
  • 3578 views

We want to provide a PDF for one month. I understand password and encrypting, but can there be a time limitation?  If the PDF is stored on a website, what can be done to prevent the user from downloading outside of the date range?  The file can be printable but not editable.

Thanks in advance.

Debra

This topic has been closed for replies.
Correct answer try67

No, that's not what I said. I said that a script in the PDF can be used to prevent the file from being opened after a certain date, not downloaded. To prevent downloading you would need to use a script on the server itself.

To give access to a limited time is even more complicated, as it require saving the initial time the user opened the file somehow, and if they don't save the file after opening it, that information will be lost and the protection (even more) useless.

1 reply

try67
Community Expert
Community Expert
January 31, 2019

It's possible with a script, but there are many ways around it (for example: changing the system date, disabling JavaScript, etc.), so don't rely on it as a fool-proof solution...

try67
Community Expert
Community Expert
January 31, 2019

Sorry, I noticed now that you want to prevent downloading of the file, not opening it. That can certainly be achieved, but it has nothing to do with the file itself. It's something you need to build into your web-page. However, it won't affect files that have already been downloaded, of course.