I am trying to extract text for pdf document in my iOS application, I am using CGPDFScanner.. I used the reference from these links:
The methods specified in the above two links work for some simple (Programming in Objective-c) type of pdf.. but when I try to extract text from pdf such as those in "Head First" series I get garbage value. Please suggest me some solution which will work for all types of pdf
If you are using PDFKitten, it can be CMap parsing issue in that. I have resolved this issue and found that searching is going well in almost every pdf.