public_access_barcode
Generate a barcode image by specifying the type (Code128, QR, EAN13, etc.) and value. Define dimensions and save path to output the image.
Instructions
Generate barcode image via /report/barcode/{type}/{value}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| barcode_type | No | Code128 | |
| value | Yes | Barcode value | |
| width | No | ||
| height | No | ||
| save_path | No |