Bulk generate barcodes
bulk_barcodeBatch-create barcodes and QR codes from a list of values, with each item output as a PNG file. Supports up to 50 codes per call.
Instructions
Generate many barcodes/QR codes at once from a list. Returns one PNG per item (capped at 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of values to encode (one barcode each, max 50) | |
| scale | No | Pixel scale factor (default 3) | |
| height | No | 1D bar height (default 10; ignored for QR) | |
| symbology | No | Barcode type for all items (default code128) | |
| includetext | No | Show value under 1D barcodes (default true) |