使用 Java 从 PDF 文件中提取大纲(或书签)

发布于 2024-09-14 03:10:33 字数 348 浏览 6 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼睛会笑 2024-09-21 03:10:33

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文