使用 abcpdf 列出 pdf 文档中的所有标签
我正在尝试使用 AbcPdf .net 组件(版本 7)来处理一些 PDF 并生成元数据。我想知道是否有办法列出pdf文档中的所有标签?作为标记 pdf 的示例,我在此处使用此文件
是否有其他组件或工具可用于列出或提取 pdf 标签?
预先感谢您的帮助
I am trying to use the AbcPdf .net component (version 7) to process some PDFs and generate metadata. I was wondering if there is anyway to list all the tags in a pdf document? As an example of a tagged pdf, I am using this file here
Are there any other components or tools available for listing or extracting pdf tags?
Thanks in advance for you help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 iTextSharp。它是免费的,您只需要“itextsharp.dll”。
http://sourceforge.net/projects/itextsharp/
这是一个用于读出文本的简单函数PDF 的。
ITextSharp 也有处理标签的方法。
Use iTextSharp. It's free and you only need the "itextsharp.dll".
http://sourceforge.net/projects/itextsharp/
Here is a simple function for reading the text out of a PDF.
ITextSharp also has methods for dealing with tags.