使用 PHP 调整 PDF 限制
我有一个用户将 PDF 上传到我的服务器,是否可以通过 PHP 调整 PDF 限制以不允许打印、复制等?
非常感谢。
I have a user uploading a PDF to my server, is it possible to adjust the PDF restrictions via PHP to not allow printing, copying, etc?
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这将满足您的需求。
http://www.idsecuritysuite.com/blog/密码保护-a-pdf-document-in-php
http://www.setasign.de/products/pdf-php-solutions/fpdi-protection-128/downloads/
或者,您可以在上传后调整 PDF 的权限:
但是,这将意味着用户无法读取该文件,我认为这不是您想要的效果。
This will meet your needs.
http://www.idsecuritysuite.com/blog/password-protect-a-pdf-document-in-php
http://www.setasign.de/products/pdf-php-solutions/fpdi-protection-128/downloads/
Alternatively you could adjust the permissions of the PDF after upload:
However this will mean users cannot read the file, which i don't believe is the desired effect your after.