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
- Host: GitHub
- URL: https://github.com/jangbl/pdfkit-node
- Owner: jangbl
- Created: 2021-05-10T09:22:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T11:00:12.000Z (over 2 years ago)
- Last Synced: 2025-04-19T00:41:07.930Z (9 months ago)
- Language: JavaScript
- Size: 1.6 MB
- Stars: 16
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
[](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