How to search a pdf after opening it from a new intent?
Posted
by Nate
on Stack Overflow
See other posts from Stack Overflow
or by Nate
Published on 2010-05-23T18:10:35Z
Indexed on
2010/05/23
18:10 UTC
Read the original article
Hit count: 198
android
I've used the code from the PDF rendering question
http://stackoverflow.com/questions/2883355/how-to-render-pdf-in-android
And it works! Props to the answerer, but my question is about doing that same thing but also sending a keyword to search in the pdf. I have no idea how to do this, should I set a flag? Any help would be greatly appreciated.
© Stack Overflow or respective owner