【发布时间】:2021-07-23 02:41:37
【问题描述】:
我想将 base64 编码的 pdf 字符串嵌入到 html 模板中。
<iframe src="data:application/pdf;base64, encodeURI(pdfstring)"></iframe>
这在 chrome 和 edge 中运行良好,但在 IE 11 中显示空白页。我不想下载它。IE11 有修复吗
【问题讨论】:
-
这有帮助吗? [链接]stackoverflow.com/questions/18627370/…
标签: javascript pdf iframe base64 internet-explorer-11