1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/zint.md
lsomm ac4b2e20ef
zint: add page (#12863)
* zint: add page

---------

Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-06-01 18:53:58 +05:30

16 lines
370 B
Markdown

# 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`