views:

110

answers:

0

I am developing an iPhone application and have been able to successfully allow my users to view PDF and Microsoft Word documents using the UIWebView control.

The next requirement that I would like to meet is to provide the capability to perform a keyword search on an open PDF or Microsoft Word document. I would also like to go beyond simply highlighting the search term and actually navigating to the location of the keyword in the document.

Is the UIWebView the right control to accomplish this? If so, what is the best way to provide this functionality?