How to scan links in a PDF document?

纵饮孤独 提交于 2019-12-05 06:21:34

问题


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


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/3717775/how-to-scan-links-in-a-pdf-document

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!