I have implemented an iPad application which is actually read the PDF file(using quartz). Now I want to implement the Search Feature and for this I have checked some tutorial some where mentioned using quartz and some where mentioned FastPdfKit. But I don't know which one will be better. I have seen the quartz ( https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_pdf_scan/dq_pdf_scan.html ). I have some doubt in this.
- the "Callbacks for Operators" what and why we use this?
- "Operators Table" what is the purpose of this? and
- Where we will put the search text.
Please suggest me in this regards or provide any other open source which I can use.
Thanks in advance.