🌐
SurveyJS
surveyjs.io › pdf-generator › documentation › get-started-vue
Save survey form to fillable PDF in a Vue.js app | SurveyJS
import { SurveyPDF } from "survey-pdf"; const surveyJson = { /* ... */ } const pdfDocOptions = { /* ... */ } const savePdf = function (surveyData: any) { const surveyPdf = new SurveyPDF(surveyJson, pdfDocOptions); surveyPdf.data = surveyData; surveyPdf.save(); }; You can use any UI element to call this helper function. For instance, the following code adds a new navigation button below the survey and calls the savePdf function when a user clicks this button: <script setup lang="ts"> import 'survey-core/survey-core.css'; import { Model } from 'survey-core'; import { SurveyComponent } from "survey-vue3-ui"; import { SurveyPDF } from 'survey-pdf'; const surveyJson = { /* ...
🌐
Nutrient
nutrient.io › blog › sdk › how to generate a pdf with vuejs
Vue PDF generation: Convert HTML to PDF with html2pdf.js in Vue.js
June 19, 2025 - Once complete, navigate into your project directory: ... html2pdf.js is a lightweight library that converts HTML elements into downloadable PDFs by capturing them as canvases and passing the output to jsPDF.
Discussions

vue.js - How do I render a pdf in a page using VueJS? - Stack Overflow
I am trying to build a portfolio website for someone and can't manage to render pdfs neither in the webapp nor in a new tab. The pdf files are local, so nothing backend related to access. More on stackoverflow.com
🌐 stackoverflow.com
Creating visually rich PDFs with PDF-Frame-Vue [Vue 3]
Looks interesting !! More on reddit.com
🌐 r/vuejs
9
33
January 26, 2024
Free eBook: Vue.js 2 Cookbook [PDF]
🌐 r/vuejs
2
24
January 19, 2016
Free eBook: Learning Vue.js 2 [PDF]
Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. ... Reddit Inc © 2022. More on reddit.com
🌐 r/vuejs
1
🌐
DEV Community
dev.to › fercarballo › descargar-archivo-pdf-en-una-aplicacion-web-con-vuejs-y-javascript-2glh
Download PDF File in a Web Application with Vue.js and JavaScript. - DEV Community
April 27, 2023 - In this article, you will learn how to create an option to download a PDF file from a web frontend application using Vue.js and JavaScript.
🌐
VueUse
vueuse.org
VueUse
Collection of essential Vue Composition Utilities
🌐
npm
npmjs.com › package › @vue-pdf-viewer › viewer
@vue-pdf-viewer/viewer - npm
October 16, 2025 - Save Weeks of Development Time: Vue PDF Viewer simplifies PDF integration with ready-to-use tools, minimizing the need for custom development and saving you valuable time. Tailored for Vue.js & Nuxt.js: Vue PDF Viewer is native to Vue.js, ensuring ...
      » npm install @vue-pdf-viewer/viewer
    
Published   Dec 04, 2025
Version   3.5.1
Author   Vue PDF Viewer
🌐
Nutrient
nutrient.io › blog › sdk › vuejs pdf editor
Vue.js PDF editor: How to edit PDFs using Vue.js
December 12, 2022 - In this article, you’ll learn how to edit and manipulate PDF files using Nutrient’s Vue.js PDF library.
🌐
Syncfusion
help.syncfusion.com › document-processing › pdf › pdf-viewer › vue › getting-started
Getting started with Vue Standalone PDF Viewer component | Syncfusion
Step 1: Ensure that your application includes the ej2-pdfviewer-lib folder. This folder must contain the pdfium.js and pdfium.wasm files, along with the PDF file that you intend to display.
Find elsewhere
🌐
Vue PDF Viewer
blog.vue-pdf-viewer.dev › popular-pdf-viewers-for-vuejs-which-one-is-right-for-you
Top 5 PDF Viewers for Vue.js
May 24, 2025 - PDF.js (Open Source): Reliable, no-frills viewing for simple applications. vue-pdf (Open Source): Lightweight wrapper for PDF.js, built for Vue.
🌐
GitHub
github.com › TaTo30 › vue-pdf
GitHub - TaTo30/vue-pdf: PDF component for Vue 3
VuePDF is a client-side component for Vue 3 that allows you to flexibly render PDF pages within your project. This library wraps pdf.js library so all main features of pdf.js are supported by VuePDF as well.
Starred by 642 users
Forked by 103 users
Languages   TypeScript 60.7% | Vue 38.6%
🌐
GitHub
github.com › FranckFreiburger › vue-pdf
GitHub - FranckFreiburger/vue-pdf: vue.js pdf viewer
vue.js pdf viewer is a package for Vue that enables you to display and view PDF's easily via vue components.
Starred by 2.3K users
Forked by 533 users
Languages   JavaScript 70.2% | CSS 20.5% | Vue 9.3%
🌐
Vue-pdf
vue-pdf.org › docs › intro › getting-started
Getting Started | Vue PDF
July 28, 2025 - <script setup> import { usePdf ... <iframe :src="url" /> </template> To generate a PDF file using Node.js, you can use the renderToFile function from the @ceereals/vue-pdf package....
🌐
YouTube
youtube.com › playlist
PDF Generation in Vue.js - YouTube
Share your videos with friends, family, and the world
🌐
Vue.js
vuejs.org
Vue.js
Vue.js - The Progressive JavaScript Framework has loaded
🌐
Reddit
reddit.com › r/vuejs › creating visually rich pdfs with pdf-frame-vue [vue 3]
r/vuejs on Reddit: Creating visually rich PDFs with PDF-Frame-Vue [Vue 3]
January 26, 2024 -

Hello Vuejs community! I'm excited to share my open-source project, 'PDF-Frame-Vue', designed specifically for Vue applications. It's a framework that allows you to create interactive and visually rich PDFs and Canvas graphics with its intuitive HTML template syntax.

I would love to get your feedback and support on this. It's crafted to enhance the capabilities of Vue apps. Looking forward to hearing your thoughts and suggestions! Attaching a blog along with the examples for your reference.

Blog: ://nswamy14.hashnode.dev/creating-visually-rich-pdfs-with-pdf-frame-vue

Github Repo: https://github.com/I2Djs/pdf-frame

Pdf Example: https://stackblitz.com/edit/pdf-frame-vuejs

Canvas Example: https://stackblitz.com/edit/pdf-frame-vuejs-canvas-qp1rhy

Vue 3 component for PDF and Canvas graphics

🌐
Apryse
docs.apryse.com › web › guides › get-started › vue
vue, vue.js pdf viewer, editor | Apryse documentation
Get started quickly with the Apryse WebViewer SDK in a Vue.js app. By the end, you'll be able to render a PDF document in the WebViewer UI.
🌐
Medium
medium.com › @toakshay.official › vue-js-generate-pdf-from-html-f095cf72bff4
Vue JS | Generate PDF from HTML. Do you know how much time would it take… | by Akshay Bhargava | Medium
October 17, 2021 - Do you know how much time would it take for us to write some code that converts the complete UI into a single PDF or maybe if we were using multiple components and then generate a complete PDF … quite a while !. But so generous of the people on the internet we have just a library that let’s us do that in a couple of minutes. Today I would be happy to show a npm package — ‘vue-html2pdf’. You can find the complete documentation in the link below
🌐
Vue PDF Viewer
vue-pdf-viewer.dev
Vue PDF Component - Easy to Use | Vue PDF Viewer
The best choice for Vue.js developers looking to display PDF on Vue 3 and Nuxt websites.
🌐
npm
npmjs.com › package › vue-pdf-embed
vue-pdf-embed - npm
The web worker used to handle PDF documents is loaded by default. However, this may not be acceptable due to bundler restrictions or CSP (Content Security Policy). In such cases it is recommended to use the essential build (index.essential.mjs) and set up the worker manually using the exposed GlobalWorkerOptions. import { GlobalWorkerOptions } from 'vue-pdf-embed/dist/index.essential.mjs' import PdfWorker from 'pdfjs-dist/build/pdf.worker.mjs?url' GlobalWorkerOptions.workerSrc = PdfWorker
      » npm install vue-pdf-embed
    
Published   Jul 14, 2025
Version   2.1.3
Author   Aliaksei Hrynko
🌐
npm
npmjs.com › package › vue-pdf
vue-pdf - npm
vue.js pdf viewer is a package for Vue that enables you to display and view PDF's easily via vue components.
      » npm install vue-pdf
    
Published   Jun 17, 2021
Version   4.3.0
Author   Franck FREIBURGER