简体   繁体   English

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

[英]In Android App,I Need Pdfviewer Jar For Viewing pdf,AnyOne Can Help me?

Here,I Open Pdf From Raw Folder,,,And Use Jar Of PDfViewer,But Problem Is..Viewing Of Pdf..I want to open with big size,and its open in small size.. uripdf = "android.resource://" + getPackageName() + "/" + R.raw.knowhindi; 在这里,我从原始文件夹打开Pdf ,,,并使用Jar的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);

MuPdf Library is a better option; MuPdf图书馆是一个更好的选择;

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 PDFViewer 在 Android 的 Webview 中打开 pdf - How can I use PDFViewer to open a pdf within Webview in Android 任何人都可以帮助我了解在 Android 中使用 AsyncTask 时出现错误代码 400 - Can anyone help me about I am getting error code 400 while working with AsyncTask in Android 如何在Android中使用PDFViewer.jar库? - How do I use the PDFViewer.jar library in android? 任何人都可以帮助我理解 Android Studio 中的 SharedPreferences - Can anyone please help me understand SharedPreferences in Android Studio 排序数组 - 任何人都可以帮我解决我失败的地方吗? - Sorting array - Can anyone help me where I'm failing? 我试图用 android studio 发布一个应用程序,但它给了我这个错误你能帮我吗? - I was trying to release an app with android studio but it gave me this error can you help me? 我尝试在我的小型 android 项目中使用意向电子邮件,但它不起作用。 谁能帮我找出错误? - I tried to use intent email in my small android project but its not working. Can anyone help me to find the error? 如果循环不起作用? 谁能帮我 - if loop is not working? can anyone help me 谁能帮我依赖注入? - Can anyone help me out in dependency Injection? 谁能帮我纠正此代码? - Can anyone please help me correct this code?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM