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?
Asked
Active
Viewed 2,819 times
4
-
I found the temporary solution for this. I used CGScanner to search the text in the pdf. It works good. But the thing is I have to highlight the searched text within the pdf. – Manoj Kumar Jun 17 '10 at 05:58
-
hi manoj..can you please let me know if you are able to highlight the text.. i am also searching for the same – CKT Jul 17 '10 at 20:23
-
if you findout anything please let me know how u did it???? – CKT Jul 17 '10 at 20:23
-
can you please post answer for the http://stackoverflow.com/questions/5335799/is-there-any-framework-to-highlight-text-on-pdf-file-in-iphone – ajay Mar 17 '11 at 16:27
3 Answers
1
@ Manoj :
Visit this and download that code ,U will get solution http://github.com/ole/leaves/tree/twopages

Madhu
- 11
- 2
0
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
- 2,717
- 22
- 38
-1
-
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. – CKT Aug 24 '10 at 14:12