使用 asp.net 将到期日期添加到 pdf
当有人下载文件时,是否可以使用asp.net向PDF添加到期日期?
这个想法是,当用户下载文件时,该文件将在设定的日期之前可用,届时该文件将变得无用,并且他们将不得不下载新版本。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PDF 的过期日期涉及安全证书,因为 PDF 文件没有过期日期。
您可以使用 JS for Acrobat 但无论您做什么,都需要挂钩使用文档服务器,因为它是发送策略并检查文档验证/过期的服务器当您使用 PDF 文件时。
对于你想要的,我宁愿做一些使用所有这些技术的其他事情:
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: