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.
我需要编写一个能够访问 pdf 文件并读取文档上所有功能/用户权限处于活动状态的工具。我厂分2个阶段发展。第一阶段:确定文档上的所有功能/用户权限处于活动状态。即检测是否启用了以下任何一项以及它们的类型。密码、数字签名、阅读器扩展、证书安全和策略。
我看过 PHP 的 PDF,但这看起来不像我需要的功能。哪种包/语言最适合这种工具?
我喜欢使用 C、C++、Perl、PHP、Python 或 Java 工作。
看看 Perl 的CAM::PDF。我相信它至少可以做一些你想做的事情。