PDFKit framework available on the iPhone OS?

后端 未结 2 633
栀梦
栀梦 2020-12-21 07:18

I\'m curious to know whether the PDFKit framework is available for use within the iPhone OS, in order to build a PDF reader a bit more sophisticated than the one available b

相关标签:
2条回答
  • 2020-12-21 07:40

    The PDFKit is not available on iPhone at this time. Certainly the functionality is there, but Apple has not opened it up in an available framework. You should file a bug on this if you'd like to see it in the future.

    If you want more control over PDF, there are many ways to manipulate PDF content using Quartz graphics.

    0 讨论(0)
  • 2020-12-21 07:50

    Grab the official sample code called QuartzDemo which has an example on how to manipulate a PDF file using Quartz graphics. The output seems faster than the UIWebView.

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