简体   繁体   English

如何在Android中的WebView中从SD卡打开PDF文件

[英]How to open pdf file from SD card in webview in android

如何在不使用Android中的Intent的情况下在Webview中打开SD卡pdf文件?

You cant open pdf directly in android web browser. 您无法直接在Android网络浏览器中打开pdf。

Use Google Docs in a WebView Like this : Read pdf file from sd-card with the help of webview 在WebView中使用Google文档像这样: 借助Webview从SD卡读取pdf文件

How to open Sd card pdf file in Webview without using Intent in Android? 如何在不使用Android中的Intent的情况下在Webview中打开SD卡pdf文件?

Generally, you can't. 通常,您不能。 WebView does not have any native ability to display PDF files. WebView没有显示PDF文件的任何本机功能。 You are welcome to attempt to get PDF.js to work, as is discussed in this Stack Overflow question . 欢迎您尝试使PDF.js正常工作,如本堆栈溢出问题中所述

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM