Possible Duplicate:
Example of code to implement a PDF reader
Is there a Free PDF Viewer that I can use for my Application?
I am looking for a PDF Viewer that can search, highlight text, view the page that user wants, and without altering the contents of the PDF file. Just like Adobe Reader but for Android that can be implemented to a Application.
You can link me to a same question or source code.
EDIT:
I have found this question “Pdf viewer api/library for android app sample code?” but I think his looking for a Reader. this question “pdf viewer library for android” I read that to view pdf it should be Natively and the solution for that is to use External Applications.
If I use external application, I want the external application accepts PDF Filepath, Page to view, and Keyword for search programmatically but i think external application wont let me do that.
Use Below Code for Read PDF using PDFViewer.jar library, it will solve your problem.
First.java
Second.java
And Declared Both Activities into your manifest file.