I am able to search and highlight text in HTML
File (using UIWebView
), But in PDF it is not working(using UIWebView
). Please help. Thanks in Advance.
Asked
Active
Viewed 267 times
0
-
http://stackoverflow.com/questions/11909341/pdf-highlighting-above-image-below-text – Omarj Jun 02 '15 at 11:34
-
PDFs are different kind of files and data, requires different ways to read them. You need to look into libs like https://github.com/iwelabs/ILPDFKit and https://github.com/KurtCode/PDFKitten. – iphonic Jun 02 '15 at 11:36
-
Okay @ Omraj, iphonic, let me check this. – Raj Jun 02 '15 at 11:37
-
I tried but still not working , May anyone help me, how to search and highlight text in HTML File (using UIWebView), – Raj Jun 02 '15 at 14:02
1 Answers
0
Old answers which will help u for sure :
-
I tried, but still this is not working on pdf file, only works on HTML file, any other suggestion would be great . Thank in advance . – Raj Jun 03 '15 at 06:24