Generating PDF documents from templates - NPM package

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

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
  • pdfme

    A TypeScript based PDF generator library, made with React.

  • But I believe this is the library you were looking for: https://github.com/pdfme/pdfme. You can get the generation time down to 30-50ms for a 40kb pdf from scratch (probably less than 20ms since your tenants are just filling in the template).

  • json-to-pdf

    Generates PDF documents using PDF-Make and a basic JSON templating system

  • You can install using `npm i json-to-pdf` or view the source on github

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

    Generate PDFs using JSX! 🎯

  • I don't understand what you mean with "direct" pdf creation so I'm maybe missing some point. I meant stuff like https://github.com/schibsted/jsx-pdf this for example. It's just the way the API can be used and you can build on top of it instead of just creating objects.

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