Search for a word in a PDF on iPad
I use CGPDFDocumentRef
control to view pdf file in iPad. I want to add search capability and highl开发者_StackOverflow社区ight the results. Any suggestions on how I can do so? In addition, I would like to know if there there a way to zoom in and out using a multi-touch?
following sample has most of the features you need.
https://github.com/mobfarm/FastPdfKit
精彩评论