- PDF预览工具
在线地址:https://pdfobject.com/
示例图
用法:
<!--1.创建一个容器-->
<div id="example1"></div>
<!--2.引入JS,并使用PDFObject-->
<script src="/js/pdfobject.js"></script>
<script>PDFObject.embed("/pdf/sample-3pp.pdf", "#example1");</script>
<!--3.根据需求设置自己的样式-->
<style>
.pdfobject-container { height: 30rem; border: 1rem solid rgba(0,0,0,.1); }
</style>
网友评论