Home / Vuejs PDF
5 Components & Libraries
Sortby
Pdfvuer A PDF viewer for Vue using Mozilla's PDF.js Install npm install --save pdfvuer Example - basic template pdf src="./static/relativity.pdf
This package is compatible with both Vue 2 and Vue 3, but is delievered in separate builds. Use dist/vue2-pdf-embed.js for Vue 2 and dist/vue3-pdf-embed.js for Vue 3. The default export of the package is for Vue 3.
vue-pdf vue.js pdf viewer Install npm install --save vue-pdf Example - basic template pdf src="./static/relativity.pdf"/pdf /template scri
Vue PDFMake A PDFMake plugin for 3.x Install yarn add vue3-pdfmake OR npm install vue3-pdfmake in main.(js|ts) import { createApp } from 'vue'; import
A small electron based pdf reader to test out the capabilities of Vue.js, Electron and PDF.js.