如何扫描PDF文档中的链接?

发布于 2024-09-19 03:51:24 字数 41 浏览 5 评论 0 原文

如何扫描 PDF 文档中的链接?我必须使用石英吗?有哪些方法/函数?

How can I scan links in a PDF Document? Do I have to use Quartz? Which methods/functions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

鼻尖触碰 2024-09-26 03:51:30

这些链接存储在 Annotations 对象中,因此您需要一些软件来解析这些链接。

The links are stored in the Annotations object so you will need some software to parse those.

若能看破又如何 2024-09-26 03:51:29

是的,您需要使用石英。你必须从 PDF 中解析出来。本指南可以帮助您。

http://developer.apple.com/library/ios/#documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_pdf_scan/dq_pdf_scan.html#//apple_ref/doc/uid/TP30001066-CH220-TPXREF101

我建议您阅读 PDF 规范,这样您就会知道要查找什么。

Yes, you need to use Quartz. You have to parse it out from the PDF. This guide can help you.

http://developer.apple.com/library/ios/#documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_pdf_scan/dq_pdf_scan.html#//apple_ref/doc/uid/TP30001066-CH220-TPXREF101

I recommend reading the PDF specification so you will know what to look for.

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