在Android App中,我需要Pdfviewer Jar For Viewing pdf,AnyOne可以帮助我吗?

时间:2014-03-21 07:08:00

标签: java android pdf

在这里,我打开Pdf从原始文件夹,,,并使用罐子的PDfViewer,但问题是..查看Pdf ..我想打开大尺寸,并打开小尺寸.. 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);

1 个答案:

答案 0 :(得分:0)

MuPdf Library是更好的选择;

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