zoukankan      html  css  js  c++  java
  • pdf预览----vue-pdf、pdfjs-dist、pdfjs插件

    没有get到 vue-pdf、pdfjs-dist 的好,直接使用pdfjs插件。

    pdfjs使用教程:

      1、官网下载压缩包:http://mozilla.github.io/pdf.js/getting_started/#download(下载稳定版)

        

      2、将下载下来的文件解压缩后,将里面的pdf文件夹拷贝到项目中的public文件夹中

        

      3、访问地址: /pdf/web/viewer.html?file=       scope.row.certificateUrl----是文件的地址

              <div class="show-certificat-img" v-else>
                <a :href="'/pdf/web/viewer.html?file='+scope.row.certificateUrl" target="_blank">{{scope.row.fileName}}</a>
              </div>

       4、效果:功能很全的pdf预览

  • 相关阅读:
    滚动加载图片
    轮播图
    各种插件
    IE兼容
    文字换行
    CSS3 transform用法
    隐藏手机号中间几位数
    js实现收藏,首页等功能
    loading练习
    animation练习
  • 原文地址:https://www.cnblogs.com/wuqilang/p/13031290.html
Copyright © 2011-2022 走看看