add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,21 @@
# pbmtoescp2
> 将 PBM 图像转换为 ESC/P2 打印机文件。
> 另见:`pbmtoepson``escp2topbm`。
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmtoescp2.html>。
- 将 PBM 图像转换为 ESC/P2 打印机文件:
`pbmtoescp2 {{path/to/image.pbm}} > {{path/to/output.escp2}}`
- 指定输出的压缩:
`pbmtoescp2 -compression {{0|1}} {{path/to/image.pbm}} > {{path/to/output.escp2}}`
- 指定输出的水平和垂直分辨率(每英寸点数):
`pbmtoescp2 -resolution {{180|360|720}} {{path/to/image.pbm}} > {{path/to/output.escp2}}`
- 在输出末尾放置换页命令:
`pbmtoescp2 -formfeed {{path/to/image.pbm}} > {{path/to/output.escp2}}`