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?
Incorrect, you cannot search text inside of a PDF
Sneakyness
2010-05-25 20:57:21
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
2010-08-24 14:12:09
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
2010-06-16 17:42:49
A:
@Manoj - how did you perform the search for a text? with or without highlighting?
preeti
2010-08-15 06:58:03
A:
@ Manoj :
Visit this and download that code ,U will get solution http://github.com/ole/leaves/tree/twopages
Madhu
2010-08-24 06:59:13