开发者

Open link in webView or safari from PDF page in iphone SDK?

开发者 https://www.devze.com 2023-02-22 18:13 出处:网络
I am working on PDF Reader from last few days. I got lots of issues while dealing with PDF using Quartz 2D. Currently I want to do is My PDF has links in it. I want to open this link in UIWebView or 开

I am working on PDF Reader from last few days. I got lots of issues while dealing with PDF using Quartz 2D. Currently I want to do is My PDF has links in it. I want to open this link in UIWebView or 开发者_开发知识库Safari.

Is it possible using quartz 2D. I had tried it by display pdf in webview but then even it is not working.

I need to open link of PDF files in any of Safari or UIWebView.

EDIT: I already have my PDF displayed. That PDF has text and a link to another website. When I click on that link I want to open that website, not any pdf. I know how to open PDF I want to know how to get link from PDF page and open it.

Thanks


Check the SO post for your answer

Display pdf from the weburl iphone sdk

here is a SO post for Opening a link in safari,

Open Link in UIWebView in Safari

Here is SO post regarding

How to access hyperlinks in PDF documents (iPhone)?

Get PDF hyperlinks on iOS with Quartz

0

精彩评论

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