One data grid for JavaScript, React, Vue & Angular. Sorting, filtering, virtualization, pinning, and CSV export included. Early access $199 $349 → [Get it now]

How to generate PDF files in Node.js

Generating PDF files is essential for Node.js applications that create invoices, reports, certificates, and downloadable documents. As the creator of CoreUI, I’ve built PDF generation features in countless enterprise applications. The most effective solution is to use PDFKit for programmatic PDF creation or Puppeteer for HTML-to-PDF conversion. This approach provides full control over document layout and formatting.

Read More…