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