9
votes

I am trying to work on searching a word on the pdf which is rendered through the drawLayer. Can any one suggest how I should find a word on a pdf and the position (co-ordinates) of the word on the page? Is there any free framework to import or any libraries available? After spending more time with google I found some samples to search a word on pdf; those are fastsamplepdf from github, random ideas

MY WORK
I seen fastsample pdf code; I understood only the parsing of the pdf to text using

+(MFDocumentManager *)documentManagerWithFilePath:
    (NSString *)filePath; 

and

-(NSString *)wholeTextForPage:
    (NSUInteger)pageNr withProfile:(MFProfile *)p;

But I can't find how they are highlighted. Please can any one help me out with this. Please post some suggestions. Thank you.

1

1 Answers