I want to View PDF file within my Android Application. Currently I am using below code to view PDF file,
webView.loadUrl("http://docs.google.com/gview?embedded=true&url=http://www.xyz/docs/pdf1.pdf");
I don't want to use above method i.e. Google Doc, as it shows light blue title with two small magnifying lens for zoom in-zoom out, i just want to view the plain PDF, where zooming is done by fingers. Is that possible?