美文网首页
pdf.js的使用

pdf.js的使用

作者: 菜蚴菜 | 来源:发表于2020-06-09 10:33 被阅读0次

    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使用

    Api文档(http://mozilla.github.io/pdf.js/examples/

    相关文章

      网友评论

          本文标题:pdf.js的使用

          本文链接:https://www.haomeiwen.com/subject/khqstktx.html