获取PDF文档大纲
我正在使用 Quartz 2D 在 iPad 上渲染 PDF,效果很好。
现在我需要一种方法来获取文档大纲(目录),我发现以下函数 CGPDFDocumentGetCatalog 似乎相关,但返回的信息是一个我不知道的不透明字典钥匙。
我想要树中的大纲以及每个条目的页码。
我对可以在 iPad 上使用的任何答案感兴趣,即使它使用其他库。
I'm using Quartz 2D to render PDF on the iPad, this works fine.
Now I need a way to get the document outline (table of content), I found the following function CGPDFDocumentGetCatalog
which seems to be relevant, but the returned info is an opaque dictionary from which I don't know the keys.
I want the outline in a tree with the page number for each entry.
I'm interested in any answer I can use on the iPad, even if it use an other library.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://github.com/below/PDF-Voyeur
https://github.com/below/PDF-Voyeur