add new chinese translations
This commit is contained in:
16
pages.zh/common/pstopnm.md
Normal file
16
pages.zh/common/pstopnm.md
Normal 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}}`
|
Reference in New Issue
Block a user