PDFObject一个在 html 文档中动态引入 PDF 文件的轻量级 JavaScript 工具库 。
只需要引用pdfobject.js,不需要额外的库
<script type="text/javascript" src="js/pdfobject.js"></script>
js:
<script type="text/javascript">
window.onload = function (){
var myPDF = new PDFObject({ url: "sample.pdf" }).embed();
};
</script>
链接: https://fly63.com/nav/1393