Creating PDF Files Without Slowing Down Your App

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • vite-react-pdf-renderer-web-worker

    Created with StackBlitz ⚡️

  • Checkout the repo here or the stackblitz demo here

    Now that we have a way to create PDF files, we can create a web worker to run the renderPDF function in a separate thread. Here’s an example of a web worker that uses comlink to expose the renderPDF function as an asynchronous function:

  • 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
  • react-pdf

    📄 Create PDF files using React

  • In many web applications, there are times when we need to generate and download PDF files on the client-side. However, for the sake of showing a live preview to users, PDF generation may block the main thread and cause poor user experience. This is where web workers come into play. In this article, we will explore how to use @react-pdf/renderer inside a web worker to render PDF files in a non-blocking way.

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

  • How we improved our client-side PDF generation by 5x

    1 project | dev.to | 17 Mar 2024
  • 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
  • Failing to print a PDF file generated with "react-pdf" library. Weird error messages at console

    1 project | /r/react | 11 Jul 2023
  • React-PDF: React renderer for creating PDF files on the browser and server

    1 project | news.ycombinator.com | 29 Jun 2023