LinuxCommandLibrary

zint

Generate barcodes and QR codes.

TLDR

Generate a barcode and save it

$ zint --data "[UTF-8 data]" --output [path/to/file]
copy


Specify a code type for generation
$ zint --barcode [code_type] --data "[UTF-8 data]" --output [path/to/file]
copy


List all supported code types
$ zint --types
copy

Copied to clipboard