tags:

views:

444

answers:

4

Hi, I am ipad Application developer.I am trying to open a pdf file in my application with text search option. Is there any possibility to load the pdf file within the application?

A: 

yes u can do it with uiwebview.load pdf on webview.

piyush
Incorrect, you cannot search text inside of a PDF
Sneakyness
using CGScanner we cannot scan all the pdf's.different pdf are encrypted in different formats. cgscanner will not extract the data from all kinds of encryption formats.it will extract only from linear pdf's.
chaitanya
A: 

You can certainly open a PDF document using a UIWebView just like on the iPhone. I don't know if it possible to search for text on the PDF itself - it is definitely not easy.

Nick Toumpelis
A: 

@Manoj - how did you perform the search for a text? with or without highlighting?

preeti
A: 

@ Manoj :

Visit this and download that code ,U will get solution http://github.com/ole/leaves/tree/twopages

Madhu