How to Create Pdf on the server automatically?
Updated: Mar 8, 2022

We want to generate that file based on the real order data. for that first of all will still check if we have that order and if the user is allowed to access it
How We Can create Pdfs??
There are many third party packages we can use PDFKit
pdfkit.org
Installing into our NodeJs application
npm install --save pdfkit