Possible Duplicate:
How to read pdf in my android application?
My application will have a link for a pdf file. When user click on a link, pdf file should download to local storage if it is not already present and my application should open that pdf file in a pop-up window and that popup will have close button at top right corner of window. I don’t want default/third party pdf reader to display my pdf file.
How I can implement this requirement in my application?
No.Without third party you cant use it. If you force to use it, then images or some unicode
text type wont visible.So you want to go for OCR tool or use set of libraries and sdk for pdf.
Libraries and sdk.
This might help you
http://www.qoppa.com/android/pdfsdk/
http://code.google.com/p/droidreader/