如何扫描PDF文档中的链接?
如何扫描 PDF 文档中的链接?我必须使用石英吗?有哪些方法/函数?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何扫描 PDF 文档中的链接?我必须使用石英吗?有哪些方法/函数?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这些链接存储在 Annotations 对象中,因此您需要一些软件来解析这些链接。
The links are stored in the Annotations object so you will need some software to parse those.
是的,您需要使用石英。你必须从 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.