generate_barcode
Barcode Generator — Generate a barcode (Code128, EAN-13, DataMatrix, PDF417, etc.) as a PNG image. [category: generate]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Symbology. Unknown types fall back to code128. | code128 |
| height | No | Output height in px. Width is derived automatically (height×3; square for qr/datamatrix) — there is no 'width' parameter. | |
| content | Yes | The data to encode |