A Vue 3 PDF TOOLS
English | 中文
https://github.com/Lanseria/v-pdf#readme
- 支持 PDF 预览
- 仅支持 vue 3
- 支持 PDF 文字复制
Use npm to install.
npm i -D @lanseria/v-pdf
<template>
<v-pdf-viewer
src="https://cdn.filestackcontent.com/wcrjf9qPTCKXV3hMXDwK"
></v-pdf-viewer>
</template>
Please see CONTRIBUTING.md.
v-pdf is licensed under the MIT license.
This project demonstrates how a simple PDF viewer could be implemented using Vue and PDF.js. This is not a fully-featured PDF document viewer with sophisticated controls, but could serve as the basis for one.
To learn more, checkout the series of posts describing how this project was implemented.