开发者

How to scan links in a PDF document?

开发者 https://www.devze.com 2023-01-16 10:25 出处:网络
How can I scan links in a PDF Document?开发者_StackOverflow社区 Do I have to use Quartz? Which methods/functions?Yes, you need to use Quartz. You have to parse it out from the PDF. This guide can help

How can I scan links in a PDF Document?开发者_StackOverflow社区 Do I have to use Quartz? Which methods/functions?


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消