java - 在 Android 应用程序中,我需要 Pdfviewer Jar 来查看 pdf,任何人都可以帮助我吗?

标签 java android pdf

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

最佳答案

关于java - 在 Android 应用程序中,我需要 Pdfviewer Jar 来查看 pdf,任何人都可以帮助我吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22552402/

相关文章:

java - 从 3 中减去最后一个元素时出现 ArrayIndexOutOfBoundsException

java - java中直接传输ipv4数据包

android - ionic 构建错误 : You have not accepted the license agreements of the following SDK components: [Android SDK Platform 24]

javascript - 在 xasis 上使用 jsreport 和纪元时间绘制图表

java - iText - 使用 PdfCleanUpProcessor 后输出文件字体看起来模糊

java - 如何解决hibernate中乐观锁(Versioning)的问题?

java - Thymeleaf 下拉列表未填充

android - 为什么 LineNumberTable 在 Android 的 ProGuard 配置中没有默认启用?

android - 让我的 PagerAdapter 中的 ImageView 全屏显示 - 如何?

image - 在 Zebra EPL 打印机上打印 .bmp 文件