PDF http://mozilla.github.io/pdf.js/ html
下載地址:http://mozilla.github.io/pdf.js/getting_started/#downloadgit
Stable (v2.0.943)穩定版github
下載解壓web
build跨域
web服務器
而後配置咱們服務器上(注:本地會提示咱們)ui
直接訪問scala
域名/web/viewer.html
而後配置咱們的頁面 htm
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta charset="UTF-8">
<title></title>
<style>
body , html{
background-color: #404040;
height: 100%;
padding: 0;
margin: 0;
}
</style>
<script>
self.location.href = '域名/web/viewer.html?file=http://xld.kaohewang.com/PDF地址.pdf';
</script>
</head>
<body>
</body>
</html>
直接顯示就是咱們的PDF閱讀了blog
遇到跨域,兼容等問題能夠加羣討論!