How to generate PDFs in react?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • react-pdf

    ๐Ÿ“„ Create PDF files using React

  • I developed a PDF generator which has been working in production for a while now with Next.JS and https://react-pdf.org/. I am generating PDFs with React PDF through Next.JS API endpoints. All of the PDF templates and page templates are developed in Storybook with hot reload, so you donโ€™t have to generate a new one everytime you change something in code. Can recommend this stack.

  • QuestPDF

    QuestPDF is a modern open-source .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API. Easily generate PDF reports, invoices, exports, etc.

  • I used that same library it worked great the only issue I had was the users would often have to manually set the scaling to fit to a page. I'm sure I could've fixed this in other ways if I was more competent with CSS but ended up just switching to use https://github.com/QuestPDF/QuestPDF in a backend instead of doing everything in front end.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • PDF Generation using QuestPDF in ASP.NET Core โ€” Part 1

    2 projects | dev.to | 4 May 2024
  • How we improved our client-side PDF generation by 5x

    1 project | dev.to | 17 Mar 2024
  • Show HN: An open-source web-app for creating resumes using YAML

    2 projects | news.ycombinator.com | 1 Nov 2023
  • How to create dynamic PDF using React?

    1 project | dev.to | 20 Sep 2023
  • How to display a PDF and allow user to fill it and sign it directly inside a ReactJS website?

    1 project | /r/reactjs | 8 Aug 2023