node-microinvoice
node-microinvoice copied to clipboard
Fast & elegant PDF invoice generator for Node using PDFKit. No Puppeteer
and also added horizontal lines in the item table
It seems to me that the builder design pattern is most suitable for this library. ```js const brandInvoiceBuilder = new InvoiceBuilder() .useStyles( new StyleBulder() .withDocument({ marginLeft: 30, marginRight: 30, marginTop:...
You have a great invoice shown on the README file. Could you add the code of how you generated that in the README as well? Would make it even easier...