In this article we will show you how to generate PDF invoices on the web server side. We use this approach to generate and email billing reminders to our customers.
1. Download NodeJS to the web server. For Windows choose 64-bit MSI installer.
2. Run and install keeping all default settings.
3. Inside your project create a new folder named pdfmake.
Continue Reading "Generate PDF files using NodeJS and PDFMake"