如何创建受密码保护的 pdf 文件
我正在使用 html2fpdf 创建 PDF 文档。现在,一旦我创建了该文件,我想确保该 PDF 文件受到密码保护。在 PHP 中如何做到这一点?
I'm using html2fpdf for creating PDF documents. Now once I have created that, I want to make sure that the PDF file is password protected. How can this be done in PHP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从 ID Security Suite 网站上的博客文章下载我正在使用的库:
Download the library I am using from a blog post on the ID Security Suite site:
我从来没有找到一个直接的 php 解决方案来解决这个问题。我最终使用 pdftk 并使用
shell_exec()
调用二进制文件生成/上传 pdf 文件后。它接受这样的语法:
I was never able to find a direct php solution to this problem. I ended up using pdftk and using
shell_exec()
to call the binary once the pdf file was generated/uploaded.It accepts a syntax like this: