我使用以下代码在我的网站中动态嵌入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中只有白色背景。