Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将在 iframe 上打开 pdf。PDF 被加密以禁用打印。用户将输入 pdf 的密码,但我想以编程方式执行此操作。有没有办法在不解密或创建新pdf的情况下输入密码?
有一个名为 PDFSharp 的开源 pdf 库:
http://pdfsharp.codeplex.com/
您可以在项目中使用此库以编程方式打开加密的 pdf 文件。