pdf-viewer-vue3 0.1.87•Public• Published3 months ago pdf-viewer-vue3 一款Vue3框架开发的pdf阅读器组件,如果您使用的是Vue2,可以查看Vue2PDF阅读器组件地址 tip 这个npm包不在进行更新,需要使用这个新的npm包:@pdf-viewer-yee/pdf-viewer-vue3 demo d
vue3 pdf viewerexample: https://hymhub.github.io/pdf-vue3/Installnpm i pdf-vue3Usage import PDF from "pdf-vue3"; <template> <PDF src="/demo.pdf" /> <!-- <PDF :src="BASE64" /> --> <!-- <PDF :src="Uint8Array" /> --> </template>Config APIPropsAttributeDescription...
pdf> </template> import pdf from 'vue-pdf' export default { components: { pdf: pdf }, data () { return { show: true, pdfList: [ '', 'https://cdn.mozilla.net/pdfjs/tracemonkey.pdf', 'https://cdn.rawgit....
$ yarn add @tato30/vue-pdf # NPM $ npm i @tato30/vue-pdf Description: An easy PDF viewer component that makes it easier to embed PDF files into your Vue 3 applications. How to use it: 1. Import the PDF viewer. import {usePDF, VuePDF} from 'VuePDF' export default { components:...
@xianjianlf2/vue-pdf-view is a npm library built on Pdf js, using the latest vite + vue3 + tailwind technologies. It supports virtual scrolling for smooth navigation in large PDF files and implements most features of pdf js, making it an ideal choice for
arkokoley/pdfvuer master 7Branches29Tags Code README MIT license Pdfvuer A PDF viewer for Vue using Mozilla's PDF.js Install For Vue 2: npm install --save pdfvuer For Vue 3: Example - basic <template> <pdfsrc="./static/relativity.pdf":page="1"> <templateslot="loading"> loading ...