使用两种浏览器的当前版本,我的嵌入式PDF在chrome中都可以正常显示,而在Firefox中不能。
我尝试了各种代码组合,以此为基础:
<object id="object_element" data="data:application/pdf;base64, {{ pdf_contents }}">
<embed id="embed_element" src="data:application/pdf;base64, {{ pdf_contents }}" type="application/pdf"/>
<div class="head_2">
There is a problem with your browser, please try<br>
using google chrome - a different browser.<br><br>
If you call, we can explain and talk you through<br>
installation, if necessary.
</div>
</object>
因此,没有对象标签和div标签。我还尝试过从服务器将其作为文件在src下加载
消息总是在Firefox中显示,而PDF在chrome中显示
Mozilla支持站点对我没有帮助。