【发布时间】:2016-08-18 02:24:38
【问题描述】:
我正在尝试在我的 HTML 中内嵌显示 PDF 文档。但是,我所知道的所有方法都显示为空的内容区域。
请在此处查看示例:http://codepen.io/abhishekisnot/pen/WxmPmd/?editors=1001
到目前为止,我尝试使用以下所有方法:
<object data="http://www.pro-react.com/materials/appendixA.pdf" type="application/pdf" width="100%" height="100%" style="border: 1px solid red;"></object>
<embed src="http://www.pro-react.com/materials/appendixA.pdf" width="100%" height="100%" type='application/pdf' style="border: 1px solid red;">
<iframe src="http://www.pro-react.com/materials/appendixA.pdf" width="100%" height="100%" style=" border: 1px solid red;" frameborder="0"></iframe>
【问题讨论】:
标签: javascript html css pdf