Tag

jsPDF

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 12, 2024 · Frontend Development

Implementing Multi‑Page Print Preview and PDF Export in Vue 3 with vue3‑print‑nb, html2canvas, and jsPDF

This article explains how to achieve paginated print preview and PDF generation in a Vue 3 application by using vue3‑print‑nb for on‑demand printing, html2canvas to capture DOM elements as images, and jsPDF to compose multi‑page A4 PDFs with custom headers, footers, and spacing.

PDFVue3frontend
0 likes · 12 min read
Implementing Multi‑Page Print Preview and PDF Export in Vue 3 with vue3‑print‑nb, html2canvas, and jsPDF
政采云技术
政采云技术
Oct 11, 2022 · Frontend Development

HTML to Image Conversion: A Comprehensive Guide for Frontend Developers

This article provides a comprehensive guide on converting HTML content to images, Word documents, and PDFs using various frontend techniques and libraries like html2canvas, html-docx-js, and jsPDF.

PDF generationVue.jscontent-export
0 likes · 12 min read
HTML to Image Conversion: A Comprehensive Guide for Frontend Developers