Generate PDF from React components
Posted on 2021-09-26 in Programmation • Tagged with JavaScript, React, Chrome, Puppeteer
How do you generate a PDF from any React components? I am not talking about just allowing your users to print a page into a PDF with their browser, I am talking about transforming a page as PDF programmatically and saving it server side. The idea is for our user …
Continue reading