pdf-viewer-vue3 0.1.87•Public• Published2 months ago pdf-viewer-vue3 一款Vue3框架开发的pdf阅读器组件,如果您使用的是Vue2,可以查看Vue2PDF阅读器组件地址 tip 这个npm包不在进行更新,需要使用这个新的npm包:@pdf-viewer-yee/pdf-viewer-vue3 ...
vue3 pdf viewer example:https://hymhub.github.io/pdf-vue3/ Install npm i pdf-vue3 Usage Props AttributeDescriptionType srcThe URL or binary data(Uint8Array) or BASE64-encoded of the PDF.string|Uint8Array|BASE64 showProgressWhether to download the progress bar. The default value istrue.bo...
<vue-pdf-app:config="config"/> exportdefault{data() {return{//disable "Previous page" buttonconfig:{toolbar:{toolbarViewerLeft:{previous:false}}},//disable whole page navigation panelconfig2:{toolbar:{toolbarViewerLeft:false}},//disable whole panelconfig3:{toolbar:false}};}}; Config spe...
$ 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
Pdfvuer A PDF viewer for Vue using Mozilla's PDF.js Install For Vue 2: For Vue 3: Example - basic <template> <pdfsrc="./static/relativity.pdf":page="1"> <templateslot="loading"> loading content here... </template> </pdf> </template> importpdffrom'pdfvuer'import'pdfjs-dist/bui...
Examples for the x-viewer SDK, which is a WebGL-based BIM model viewer built on Three.js and Vue3. It is used to view DWG/DXF/PDF files. - egghunters/dxf-viewer-examples