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 @@
# pstopnm
> 将 PostScript 文件转换为 PNM 图像。
> 更多信息:<https://netpbm.sourceforge.net/doc/pstopnm.html>。
- 将 PS 文件转换为 PNM 图像,将输入的第 N 页存储到 `path/to/fileN.ppm`
`pstopnm {{path/to/file.ps}}`
- 明确指定输出格式:
`pstopnm -{{pbm|pgm|ppm}} {{path/to/file.ps}}`
- 指定输出的分辨率(每英寸的点数):
`pstopnm -dpi {{n}} {{path/to/file.ps}}`