From ac4b2e20ef35a405a135cd7d44d8aefa1f261d2e Mon Sep 17 00:00:00 2001 From: lsomm <39312332+lsomm@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:23:58 +0000 Subject: [PATCH] zint: add page (#12863) * zint: add page --------- Co-authored-by: spageektti Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/zint.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/zint.md diff --git a/pages/common/zint.md b/pages/common/zint.md new file mode 100644 index 000000000..b10131455 --- /dev/null +++ b/pages/common/zint.md @@ -0,0 +1,16 @@ +# zint + +> Generate barcodes and QR codes. +> More information: . + +- 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`