使用 Java 从 PDF 文件中提取大纲(或书签)
我正在使用 PDFBox 从 PDF 文件中提取大纲(书签)信息,这甚至在相同的内容中进行了解释地点。
但是,我遇到了问题,无法提取但生成合格的网址(foo.pdf#page=22777&zoom=2,2,777
)来打开这些书签中的 PDF。有时 PDFBox
无法找到放置书签的页面(即页码、左侧坐标或顶部坐标错误。)
任何人都知道能够执行此操作的 PDF 库(最好是 Java 中的) )?谢谢。
最好的问候,
亚历山大。
I'm using PDFBox to extract the outline (bookmarks) information from PDF files, that's even explained in the same site.
However, I've had problems not extracting but generating the qualified urls (foo.pdf#page=22777&zoom=2,2,777
) to open the PDF in those bookmarks. Sometimes PDFBox
is not able to find the page in which the bookmark is placed (i.e. the page number, left coordinate or top coordinate are wrong.)
Anyone knows a PDF library capable to do this (preferably in Java)? Thanks.
Best regards,
Alexander.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iText (http://itextpdf.com) 可能适合您。
我主要用它来创建 PDF(与解析已经存在的 PDF 不太一样),但是这个库很好,并且确实有与轮廓和书签相关的对象。
iText (http://itextpdf.com) might work for you.
I've used it mostly to create PDFs (not so much with parsing already exitingones), but the library is good, and does have objects related to outlines and bookmarks.