亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

HTML5在線預覽PDF格式的代碼是什么

發布時間:2020-07-16 09:40:59 來源:億速云 閱讀:158 作者:Leah 欄目:web開發

這篇文章運用簡單易懂的例子給大家介紹HTML5在線預覽PDF格式的代碼是什么,代碼非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

簡介

PDF.js is a Portable Document Format (PDF) viewer that is built with HTML5.

PDF.js is community-driven and supported by Mozilla Labs. Our goal is to create a general-purpose, web standards-based platform for parsing and rendering PDFs.

開源地址:https://github.com/mozilla/pdf.js

下載后不能直接使用,需要重新構建,不熟悉將會非常麻煩

構建好的程序包:build_jb51.rar

示例

引用文件,直接復制下文可以直接使用

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>課程詳情</title>
    <style type="text/css">
    </style>
    <script src="~/Scripts/jquery-1.10.2.min.js"></script>
    <script src="~/Scripts/plugins/pdfjs/pdf.js"></script>
    <script src="~/Scripts/plugins/pdfjs/pdf.worker.js"></script>
    <script type="text/javascript">
        var var_filepath = decodeURIComponent("@filepath");//不能跨域
        var var_win_height = $(window).height();

        $(document).ready(function () {
            resetPlayerSize(); 
        });

        $(window).resize(function () {
            resetPlayerSize();
        });

        function resetPlayerSize() {
            var_win_height = $(window).height();
            $(".tmPlayer").css({ "height": var_win_height + "px" });
        } 
    </script>
</head>

<body style="margin: 0;overflow: hidden"> 
    <p id="tmPlayer" class="tmPlayer" style="height: 557px; width: 100%; height: 100%"></p>

    <script type="text/javascript">
        $('.tmPlayer').html('<iframe frameBorder="0" scrolling="no" src="/Scripts/plugins/pdfjs/generic/web/viewer.html?file=' +
            var_filepath +
            '" style="width:100%; height:100%;"></iframe>');
    </script>

</body>
</html>

關于HTML5在線預覽PDF格式的代碼是什么就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

淮南市| 尉氏县| 汉川市| 台山市| 四会市| 张北县| 霍州市| 越西县| 长丰县| 贵德县| 孟州市| 富平县| 瑞安市| 龙州县| 渭源县| 洛浦县| 九台市| 罗源县| 阿坝县| 红桥区| 永济市| 方山县| 铁岭县| 洪洞县| 鸡泽县| 论坛| 若羌县| 桦川县| 资溪县| 海林市| 辉南县| 赤峰市| 南郑县| 胶州市| 永济市| 广东省| 台安县| 秦安县| 信丰县| 石渠县| 星子县|