vue 使用 pdfh5 展示PDF文件

官方GIT:https://github.com/gjTool/pdfh5

1.装pdfh5依赖

npm install pdfh5

2.在文件内引用

import Pdfh5 from 'pdfh5'

import 'pdfh5/css/pdfh5.css'

3.html代码 

<div id="pdfh5-box" />

4.使用-配置项参考官网

this.pdfh5 = new Pdfh5('#pdfh5-box', {
  pdfurl: url
})

猜你喜欢

转载自blog.csdn.net/momo_mom177/article/details/128865090