zint: add page (#12863)

* zint: add page

---------

Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/28/head
lsomm 2024-06-01 13:23:58 +00:00 committed by GitHub
parent 607349f5fd
commit ac4b2e20ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

16
pages/common/zint.md Normal file
View File

@ -0,0 +1,16 @@
# 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`