我希望在 html 中显示一个使用 base64 编码嵌入的 pdf 文件。下面是我为此编写的代码。pdf 文件在 Chrome 和 firefox 中显示,但在 Internet Explorer 中不显示。
知道如何让它在 IE 中工作吗?Adobe Reader 插件对我来说在 IE 中正常工作。
<iframe src="data:application/pdf;base64,baseEncodedString"></iframe>
由于字符限制,我无法粘贴基本编码字符串。但它的大小为 401676 个字符。