Generate Barcodes - Zint Barcode and QR Code Tool | Online Free DevTools by Hexmos
Generate barcodes and QR codes easily with Zint. Create various barcode types for diverse applications. Free online tool, no registration required.
zint
Generate barcodes and QR codes. More information: https://www.zint.org.uk/manual/chapter/4.
- Generate a barcode and save it:
zint --data "{{UTF-8 data}}" --output {{path/to/file}}
- Specify a code type for generation:
zint --barcode {{code_type}} --data "{{UTF-8 data}}" --output {{path/to/file}}
- List all supported code types:
zint --types