commands.sh

zint

all

Generate barcodes and QR codes.

More info →

Examples (3)

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
made by @shridhargupta | data from tldr-pages