0.1.47 • Published 6 years ago
qys-pdf-viewer v0.1.47
qys-pdf-viewer
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Run your tests
yarn run test
Lints and fixes files
yarn run lint
使用方式
props: {
url: string // pdf地址
cMapUrl: string // 字体解析包的请求地址
visibleHeader: boolean // 是否渲染头部控制区域(缩放、翻页等 后期可提供插槽)
watermarkText: string // 水印文字
}
listeners: {
// 拖动事件相关
on-drop: (e, pageNo) => void
on-drag-over: (e, pageNo) => void
on-drag-leave: (e, pageNo) => void
// 文档渲染事件
document-rendered: ()=> void // 渲染成功
document-render-error: () => void // 渲染失败
// 单页渲染事件
page-rendered: (pageNo) => void
page-render-error: (pageNo) => void
}
$slot
slot-scope="{ pageNumber }"
提供插槽,插槽具有页码信息
<pdf :url="`/document/download/${id}?QID=5264b718-764e-45cf-8c5a-940b3aefc991`"
visible-header
@on-drop="onDrop"
@on-drag-over="onDrop"
@on-drag-leave="onDrop">
<template slot-scope="scope">
<div class="aaa"
draggable>
{{scope.pageNumber}}
</div>
</template>
</pdf>
Customize configuration
0.1.47
6 years ago
0.1.45
6 years ago
0.1.44
6 years ago
0.1.43
6 years ago
0.1.42
6 years ago
0.1.41
6 years ago
0.1.40
6 years ago
0.1.39
6 years ago
0.1.38
6 years ago
0.1.37
6 years ago
0.1.36
6 years ago
0.1.35
6 years ago
0.1.34
6 years ago
0.1.33
6 years ago
0.1.32
6 years ago
0.1.31
6 years ago
0.1.30
6 years ago
0.1.29
6 years ago
0.1.28
6 years ago
0.1.27
6 years ago
0.1.26
6 years ago
0.1.25
6 years ago
0.1.24
6 years ago
0.1.23
6 years ago
0.1.22
6 years ago
0.1.21
6 years ago
0.1.20
6 years ago
0.1.19
6 years ago
0.1.18
6 years ago
0.1.17
6 years ago
0.1.16
6 years ago
0.1.15
6 years ago
0.1.14
6 years ago
0.1.13
6 years ago
0.1.12
6 years ago
0.1.11
6 years ago
0.1.10
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago