SKSubrat Kumarinthedevsubrat.hashnode.dev·Sep 20, 2023 · 8 min readHow to create dynamic PDF using React?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...00