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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -