we desperately want to develop a pdf reader.we searched for api ,but got java apis which are written using applets and swings.how can we run that on android.Or can anybody suggest any pdf reader api for android.we are stuck in this and cant go forward to complete our app.if anyone has the source code for that please share .any kind of help is highly appreciated.
Get PDF API from either this or this
Because develop an PDF reader for Android is not really simple, so I suggest you read this PDF file online by Google Docs Reader
WebView webview = (WebView) findViewById(R.id.webview);
webview.getSettings().setJavaScriptEnabled(true);
String pdf = "http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf";
webview.loadUrl("http://docs.google.com/gview?embedded=true&url=" + pdf);
Try Mobi. Very powerful and fast PDF viewer. Very easy to integrate and use.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With