How to create dynamic PDF using React?
Sep 20, 2023 · 8 min read · Introduction In this article, we will learn how to generate dynamic PDFs by taking inputs from user. Some of the use-cases include generating invoices, certificates, resumes, reports based on data received, etc. To enable PDF downloading, we will use...
Join discussion