tags:

views:

44

answers:

2

i'm trying to get the url from a pdf files so that if a user double taps the url on the pdf file, it opens in a new web page.... how can i do it ? any suggestions ? i'm using Xcode 3.2 version.

A: 

Apple provide the PDFKit API which you might want to use rather than wrting your own PDF parser.

Brock Woolf
Can we use that PDFKit in iPhone or iPad APP ? i read that PdfKitGuide and it mentioned about using MAC OS 4.0 and above.... so will this frameWork work in my project ? If not what else should i do ?thanks for answer :)
priyanka
Can we use that PDFKit in iPhone or iPad APP ? i read that PdfKitGuide and it mentioned about using MAC OS 10.4.0 and above.... so will this frameWork work in my project ? If not what else should i do ? i'm using SDK 3.2....thanks for answer :)
priyanka
A: 

Hey Guys,

Follow this link to make the hyperlinks work in ur PDF Reader Apps....

https://devforums.apple.com/message/293344#293344
priyanka