Node.js PDF tutorial with pdfkit and express

🔥More exclusive content: https://productioncoder.com/you-decid... Twitter:   / _jgoebel   Website: https://jangoebel.com Blog: https://productioncoder.com Code: https://github.com/productioncoder/pd... 00:00 how to generate PDFs in express 01:00 project setup 03:35 adding PDF creation logic 05:53 using callbacks to stream a pdf back to the client 09:02 running the application to create PDFs on the server 09:37 conclusion In this video we cover how to generate PDFs with a Node server and how to send them back to the client. The pdf generator we build will create these PDF on the server and stream it back to the client via a REST endpoint. We use the pdfkit Node.js library to build the PDF on the server. Technically speaking this library could also be used on the frontend to generate a PDF with client-side Javascript.