PDF hyperlinks on iPhone/iPad

后端 未结 1 1333
梦如初夏
梦如初夏 2020-12-29 08:27

I\'ve been looking around Google and SO and haven\'t quite found an answer to my question, or at least a more recent answer.

I have a PDF with hyperlinks/hotspots in

相关标签:
1条回答
  • 2020-12-29 09:02

    The "hotspots" you speak of are PDF links. Look up the PDF spec, particularly section 8.4 on Link Annotations. Then look over the Quartz 2D Programming Guide including the section on Inspecting PDF Document Structure. You'll want to get familiar with the CGPDF* API calls.

    0 讨论(0)
提交回复
热议问题