java - In Android App,I Need Pdfviewer Jar For Viewing pdf,AnyOne Can Help me? -


here,i open pdf raw folder,,,and use jar of pdfviewer,but problem is..viewing of pdf..i want open big size,and open in small size.. uripdf = "android.resource://" + getpackagename() + "/" + r.raw.knowhindi;

            final intent intent = new intent();             intent.setaction(android.content.intent.action_view);             intent.setdataandtype(uri.parse(uripdf), "pdf/*");             intent.setclass(getapplicationcontext(), second.class);             startactivity(intent); 

mupdf library better option;

http://mupdf.com/docs/how-to-build-mupdf-for-android


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -