pdf.js 是一个技术原型主要用于在HTML5 平台上展示 PDF 文档(可用于pc和移动端)
由于安卓手机浏览器不支持解析PDF PDF.js来解析PDF并展示。
1)git上pdf.js的地址
https://github.com/mozilla/pdf.js.git
2)pdf 的安装使用方法
2.1安装
$ git clone https://github.com/mozilla/pdf.js.git
$ cd pdf.js
$ npm install
$ gulp server
2.2使用
网友评论