pdfobject.js html元素中嵌入pdf文件并在线进行预览的插件


pdfobject.js html元素中嵌入pdf文件并在线进行预览的插件

第一步引入bfwone

第二步执行插件代码

示例如下

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <script id="bfwone" data="dep=jquery.17&err=0" type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/bfwone.js"></script>
    <script type="text/javascript">
        bready(function() {
            use(["pdfobject"], function() {
                PDFObject.embed("//repo.bfw.wiki/bfwrepo/files/sample-3pp.pdf", "#example1");
            });
        });
    </script>
    <style>
        .pdfobject-container {
            height: 30rem;
            border: 1rem solid rgba(0,0,0,.1);
        }
    </style>
</head>
<body>
    <h1>pdf example</h1>
    <div id="example1"></div>
    <h1>pdf example</h1>
</body>
</html>


官方地址:https://pdfobject.com/

立即下载pdfobject.js查看所有js插件

网友评论0

程序员在线工具箱