0

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.

iBhavin
  • 1,261
  • 15
  • 30
Raj
  • 11
  • 3
  • 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 Answers1

0

Old answers which will help u for sure :

PDF search on the iPhone

PDF Manipulation on iPhone SDK

search feature in a PDF in iphone sdk

Community
  • 1
  • 1
Omarj
  • 1,151
  • 2
  • 16
  • 43
  • 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