1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages.zh/common/zint.md
Jin e5305a1865
common/z*: add Chinese translation (#14773)
* common/z*: add Chinese translation

* Update zoxide.md

* Update zoxide.md
2024-12-03 22:52:45 -08:00

386 B

zint

生成条形码和二维码。 更多信息:https://www.zint.org.uk/manual/chapter/4.

  • 生成一个条形码并保存:

zint --data "{{UTF-8 数据}}" --output {{路径/到/文件}}

  • 指定生成的编码类型:

zint --barcode {{编码类型}} --data "{{UTF-8 数据}}" --output {{路径/到/文件}}

  • 列出所有支持的编码类型:

zint --types