pdf在线浏览html代码,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.

下载后不能直接使用,需要重新构建,不熟悉将会非常麻烦

示例

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

课程详情

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" });

}

$('.tmPlayer').html('');

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持找一找教程网。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值