I have trying to build up a PDF viewer kinda app in Iphone. My doubt is that at the last section of the pdf parsing, they have given an example which shows each pdf page being converted to stream and being scanned. And they use operator call back functions with the help of operator table. I want to highlight a word in a page.
My doubt is that if I write code for the word highlighting inside a call back function of the operator, will it take effect on the page of the pdf that we are currently viewing in the webView? Eg: I have shown PDF in webView and Then when i click a button this parsing takes place. So will the effect take place on the pdf being displayed on the webView?
Also can someone show me how to write code parts in this forum?