开发者

Is there any best way to show pdf in iphone other than UIWebview in objective-c?

开发者 https://www.devze.com 2023-01-24 03:23 出处:网络
Can you please suggest me, best way to show pdf files in iphone since i had used UIWebview, it took 3 - 4 开发者_如何学JAVAmins to render in webview. Also i faced _WebtryThreadLock error.

Can you please suggest me, best way to show pdf files in iphone since i had used UIWebview, it took 3 - 4 开发者_如何学JAVAmins to render in webview. Also i faced _WebtryThreadLock error.

Srini


It sounds like you may have some large vector calculations going on in your PDF. You can try re-constructing your PDF with flat images instead of vectors.

Code-wise QLPreviewController should be able to do what you want with a PDF, however it may use a UIWebView underneath. UIDocumentInteractionController also has a preview mode, but I suspect that it is using a QLPreviewController itself for it's preview.

You can also use the low level PDF functions, though this will be more difficult to do. Look at CGPDFDocument and it's related APIs in apple's documentation for more here.

0

精彩评论

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

关注公众号