android pdf viewer stackoverflow error while reading password protected file -


i able read normal pdf file not have password using pdfviewer.jar, when try read password protected file java.lang.stackoverflowerror.

can 1 tell me wrong ?

following code

   intent intent = new intent(this, mypdfvieweractivity.class);    intent.putextra(pdfvieweractivity.extra_pdffilename,"mnt/sdcard/sample.pdf");            startactivity(intent); 

the solution mentioned on github.com/jblough/android-pdf-viewer-library/issues/8 worked me , doing changes in src folder of pdf viewer app still referencing jar (which did not have changes)


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -