I am currently creating an android app based on code in this question
Need help to convert a Pdf page into Bitmap in Android Java
It is meant to go out and grab image files of maps with containing data on them (PDF). From the computer, I can hit Ctrl+F to search the data within the file. I was wondering if this was possible to program an android search button on click to do the Ctrl+F function on the PDF in the mobile device? If so, please post the code or a demonstration on how to do that.