Basic of Converting JSON Data to PDF using Express.js
For the very first time, you need to run this command:
npm install
In order to run the web app, you need to install nodemon, by run this command:
npm install nodemon
After installing nodemon, you can start the web app, with this command:
nodemon app.js
- Express.js - The Web Framework used
- pdfMake - The PDF Package
Thanks.