Q:
PDFViewCtrl class is derived from android.view.ViewGroup and encapsulates a rich set of functionalities for interactive viewing of PDF documents. This control has text search functionality, but only for the document opened in it. You can use other PDFNet classes to implement search (ie, TextSearch), but you would need to implement the logic to traverse the files/folders since it does not search through multiple files automatically.
Yes, the viewer (PDFViewCtrl) can be embedded as a simple view into a layout. The sample app contains an example using this approach.
> To search multiple documents, can we “open” them one by one with our
> own algorithm, but have them NOT render while we do a textSearch for the text?