is it possible to add an expiry date to a PDF with asp.net when someone downloads a file?
the idea is that when the user downloads a file it will be usable until a set date when it will become useless and they will have to download a fresh version.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Expire dates on PDF involve Security Certificates as there is no Expire Date on a PDF File.
You can use JS for Acrobat but no matter what you do you need to hook up with Document Server as it’s the server that sends policies and check document validation/expiration when you work with PDF Files.
for what you want, I would rather do something else that use all this technology: