Android 中的 PDF 查看器小部件

发布于 2024-10-17 17:01:59 字数 183 浏览 3 评论 0原文

我必须提供在我的应用程序中显示 PDF 文档的功能,而无需使用任何外部 PDF 查看器。我知道 Android 没有这种小部件,并且 WebView 无法加载 PDF 文档。

所以我想知道,是否有任何可用的小部件可用于在 Activity 中显示 PDF 文档(例如 WebView 用于显示网页)?

I have to provide the functionality of showing PDF docs in my app without using any external PDF viewer. I know Android doesn't have such kind of widget and WebView can't load a PDF doc.

So I want to know, is there any widget available which can be used to show the PDF docs in Activity (like WebView is used to show web pages)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

诗化ㄋ丶相逢 2024-10-24 17:01:59

据我所知,目前还没有适用于 Android 的“现成”解决方案。您当然可以下载任何第三方 PDF 查看器的代码并根据您的需要进行修改。
一些开源 PDF 查看器:

As I know, there is no such 'off-the-shelf' solution available for Android yet. You can of course download any third party PDF viewer's code and modify it as per your needs.
Some of the Open source PDF viewers:

旧街凉风 2024-10-24 17:01:59

另一种解决方案是使用 WebView,然后使用 pdf.js 库来显示给定的 pdf 文件。我怀疑这在小型移动设备上看起来会非常好,因为它是为桌面浏览器设计的,但它值得一试。

pdf.js 网站和演示

Another solution would be to use a WebView, but then use the pdf.js library to display a given pdf file. I doubt this would look very nice on a small mobile device since it's designed for desktop browsers, but its worth a try.

pdf.js website and demo

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文