我試圖在我的HTML中內聯顯示PDF文檔。但是,我所知道的所有方法都顯示了空白的內容區域。到目前爲止,我試着用下面的所有方法http://codepen.io/abhishekisnot/pen/WxmPmd/?editors=1001HTML Inline PDF
:
<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>