DEV Community

Discussion on: Generating Pdf documents in React Using React-pdf

Collapse
 
unionindesign profile image
Stephen Marshall

Thanks for this! If anyone is curious about a real-life use case, I'm doing the same thing at work right now...

  • Digital mktg team: We need to generate a 35 page PDF SEO report with all the stats!
  • Seo team: OK! Go to our SEO service provider, and get the data you need from their GUI!
  • Digital mktg team: Umm, that's a lot of steps and takes a long time/not very efficient way to generate such a lengthy report! And we need to make a lot them!
  • Business Intelligence (Me): Say no more! I'll build a react app, and make an API call to get the data we need, and generate the report on the fly so you can download it!