- Node.js (with npm or Yarn)
This repository is an example of how to make PDF invoices with PDFKit.
There are two important fields in this this repository:
index.js
is the main entry point. It defines the data structure used to create the invoices.createInvoice.js
exports a function that can be used to create invoice PDFs.
To learn more about this project, make sure to read the accompanying blog post
Please ensure you have signed our CLA so that we can accept your contributions.