Articles for the Document Generation tag
-
Word Documents Without Word: Generating .docx Files with docx
Building a .docx file by hand means wrestling zipped XML until something corrupts. docx hands you a clean, typed object model instead, and it runs the same in the browser and on the server.
-
jsPDF: PDF Sorcery Right in the Browser
Need to generate invoices, certificates, or reports without a server round-trip? jsPDF creates PDF documents directly in the browser (or Node.js) with full control over text, shapes, images, and page layout.
-
Crafting PDFs with React: Unleashing the Power of @react-pdf/renderer
@react-pdf/renderer is a powerful library that brings PDF generation capabilities to React applications. This article explores its features, usage, and best practices for creating professional-looking documents programmatically.