@radzor/invoice-generator
Generate PDF invoices from structured data. Build invoices with line items, customer info, tax calculations, and export as PDF buffers or structured JSON.
Install
View source on GitHub →Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| companyName* | string | — | Your company or business name for the invoice header. |
| companyAddress | string | — | Your company address for the invoice header. |
| currency | string | USD | Currency code (ISO 4217) for monetary amounts. |
| taxRate | number | 0 | Default tax rate as a percentage (e.g. 20 for 20%). |
| invoicePrefix | string | INV | Prefix for auto-generated invoice numbers. |
Your company or business name for the invoice header.