I\'m writing a pdf reader iPhone application.
I know how to show pdf file in view using CGPDF** classes in iOS.
What I want to do now is to search text in pd
Take a look at the CGPDFScanner type; it can be used to parse through a PDF document for strings and particular PDF operators.
CGPDFScanner