我使用以下代码在我的网站中动态嵌入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>');