misc_barcode
Generate barcodes in EAN-8, EAN-13, Code 39, Code 128, and UPC-A formats, returning PNG base64 or SVG, with optional saving to a file.
Instructions
条形码生成。type 可选 ean8/ean13/code39/code128/upca,format 可选 png(base64)或 svg。output_path 可保存文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 条形码内容 | |
| type | No | code128 | |
| format | No | png | |
| height | No | ||
| output_path | No |