package
3.29.0+incompatible
Repository: https://github.com/unidoc/unidoc-examples.git
Documentation: pkg.go.dev
# README
PDF Invoices
Using UniPDF, you can create beautifully formatted automated invoices using code written in GoLang. This example contains two types of invoices, a simple one and an advanced invoice that has better formatting.
Examples
- pdf_invoice_simple.go explains how to create a simple invoice
- pdf_invoice_advanced.go explains how to create a better invoice that has customized formatting and coloring and a lot of other customized content.