PDF以Firefox显示,但不以chrome显示

时间:2019-02-21 13:28:29

标签: html5 pdf

我使用以下代码在我的网站中动态嵌入pdf文件:

$('#DocumentViewer').html('<object style="height:700px; width:100%;background-color:white;"
data="'+url+'" type="application/pdf"><embed style="height:700px; width:100%;
background-color:white;" src="'+url+'" type="application/pdf" /></object>');

Url是文档(/ document / documentId)的请求URL。 pdf在firefox中正确显示,但在chrome和edge中只有白色背景。

0 个答案:

没有答案