Skip to main content

2 posts tagged with "JavaScript"

View All Tags

Generate PDF Using PDFMake in Node.js

· 19 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Node.js PDF generation using PDFMake - professional document examples created with JavaScript

PDF generation is a common requirement in many server-side applications, from creating invoices and reports to generating statements and certificates. Node.js, with its event-driven architecture and extensive ecosystem, is perfectly suited for handling PDF generation workflows. Among the various libraries available, PDFMake stands out as a robust, flexible, and feature-rich solution for PDF generation in Node.js applications. This comprehensive guide will walk you through everything you need to know about generating PDFs using PDFMake specifically in a Node.js environment, complete with practical examples and best practices.

Generate PDFs with jsPDF: A Complete Guide to Client-Side PDF Creation

· 9 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Illustration of generating PDFs in the browser using jsPDF

Generating PDFs directly in the browser can significantly enhance user experience by delivering immediate, downloadable documents without server-side processing. This client-side approach reduces server load while enabling offline functionality and instant feedback for users. In this guide, we'll demonstrate how to create dynamic PDFs using jsPDF and html2canvas — ideal for applications where real-time document generation and personalization are essential, from invoices and certificates to reports and tickets.