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,16 @@
# pnmtopclxl
> 将PNM文件转换为HP LaserJet PCL XL打印机流。
> 更多信息:<https://netpbm.sourceforge.net/doc/pnmtopclxl.html>。
- 将PNM文件转换为HP LaserJet PCL XL打印机流
`pnmtopclxl {{path/to/input1.pnm path/to/input2.pnm ...}} > {{path/to/output.pclxl}}`
- 指定图像的分辨率以及每张图像的左上角位置:
`pnmtopclxl -dpi {{resolution}} -xoffs {{x_offset}} -yoffs {{y_offset}} {{path/to/input1.pnm path/to/input2.pnm ...}} > {{path/to/output.pclxl}}`
- 为指定纸张格式生成双面打印机流:
`pnmtopclxl -duplex {{vertical|horizontal}} -format {{letter|legal|a3|a4|a5|...}} {{path/to/input1.pnm path/to/input2.pnm ...}} > {{path/to/output.pclxl}}`