I\'m using quartz to display pdf. I need to get the indexes of pages where my searching text exists. Anyone can help me? Thanks.
Solution: There is a sa
If you use PDFDocument, instead of CGPDFDocument, that API has text search operations, such as findString:withOptions
PDFDocument
CGPDFDocument
findString:withOptions