/pdf-invoice-generator │ ├── app.py ├── requirements.txt ├── README.md ├── templates/ │ └── index.html ├── static/ │ ├── style.css │ └── screenshots/ │ ├── UI_Invoice_Form.png ...
We created a simple API at Invoice-Generator.com to generate invoice PDFs on the fly. This service has been used internally by us for some time. We believe this could be helpful in your project as ...