An open API service indexing awesome lists of open source software.

https://github.com/jangbl/pdfkit-node

demonstrates how to create PDFs with pdfkit and streaming it over an express.js server
https://github.com/jangbl/pdfkit-node

Last synced: 9 months ago
JSON representation

demonstrates how to create PDFs with pdfkit and streaming it over an express.js server

Awesome Lists containing this project

README

          

# Node PDFKit: stream generated documents with express

This tutorial demonstrates how to use [PDFKit](https://pdfkit.org/) to generate a PDF and stream it to the client without wasting precious memory on buffering the complete document.

Please help this repo with a ⭐️ if you find it useful! 😁

This repository is contains the code for the [Node PDFKit video tutorial](https://www.youtube.com/watch?v=fKewAlUwRPk)

[![Node PDFKit tutorial.png](images/node-pdf-tutorial-pdfkit.png)](https://www.youtube.com/watch?v=fKewAlUwRPk)

Please also check out my website at [jangoebel.com](https://jangoebel.com)

For updates, please follow [@_jgoebel](https://twitter.com/_jgoebel) on Twitter.

## Running this project

1. `npm i`
2. `npm run dev` starts up a hot-reload express webserver on port 8080