前端 PDF 的使用。~~~html <iframe src="/index.pdf" width="100%" height="100%">
前端 PDF 的使用
预览 PDF
不使用外置 js 类库
iframe
1
2
3
4
5
<iframesrc="/index.pdf"width="100%"height="100%"> This browser does not support PDFs. Please download the PDF to view it: <ahref="/index.pdf">Download PDF</a></iframe>
<objectdata="test.pdf"type="application/pdf"width="100%"height="100%">This browser does not support PDFs. Please download the PDF to view it: <ahref="/index.pdf">Download PDF</a></object>