iPhone UIWebView PDF Page Jump

前端 未结 3 1315
余生分开走
余生分开走 2020-12-11 10:36

I want to view a local PDF (in my iPhone app) and be able to jump to a specific page. Seems like the UIWebView is the way to go, however, I can\'t find any information on j

3条回答
  •  粉色の甜心
    2020-12-11 11:23

    Alternatively to an UIWebView, you can use the Quartz API :http://developer.apple.com/iphone/library/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_pdf/dq_pdf.html

    It's more complicated, but you should be able to do whatever you want.

提交回复
热议问题