如何使用 Perl 和 CAM::PDF 读取 PDF 文档属性?
我想用 Perl 读取一些 PDF 文档属性。我的系统上已经安装了 CAM::PDF。
是否可以选择使用此模块来读取 PDF 文档的属性?如果是的话可以 有人给出一个例子或参考执行此操作的相关子程序吗?
或者,我应该使用另一个模块吗?如果是哪个模块?
I want to read some PDF document property with Perl. I already have CAM::PDF installed on my system.
Is there an option to use this module to read the properties of a PDF document? If yes could
someone give an example or refer to the relevant subroutine that does this?
Or, should I use another module? If yes which module?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我喜欢 Sinan Ünür 的 PDF::API2 答案。 PDF::API2 非常棒。
我是 CAM::PDF 的作者。抱歉我之前错过了这个问题。 CAM::PDF 附带了一个命令行工具来提取此类数据 (pdfinfo.pl)。
我的库并不正式支持这一点,但如果您不介意侵入内部,这很容易做到。
I like the PDF::API2 answer from Sinan Ünür. PDF::API2 is awesome.
I'm the author of CAM::PDF. Sorry I missed this question earlier. CAM::PDF comes with a cmdline tool to extract this sort of data (pdfinfo.pl).
My library does not support this officially, but it's easy to do if you don't mind hacking into internals.
我对CAM::PDF了解不多。但是,如果您愿意安装 PDF::API2,您可以执行以下操作:
输出:
I do not know much about CAM::PDF. However, if you are willing to install PDF::API2, you can do:
Output: