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

@@ -1,32 +1,32 @@
# a2ping
> 将图像转换为 EPS 或 PDF 文件。
> 更多信息:<https://manned.org/a2ping>.
> 更多信息:<https://manned.org/a2ping>
- 将图像转换为 PDF注意指定输出文件名是可选的
`a2ping {{图像文件}} {{输出PDF文件}}`
`a2ping {{path/to/image.ext}} {{path/to/output.pdf}}`
- 使用指定的方法压缩文档:
`a2ping --nocompress {{none|zip|best|flate}} {{文件}}`
`a2ping --nocompress {{none|zip|best|flate}} {{path/to/file}}`
- 如果存在,扫描 HiResBoundingBox默认为是
- 如果存在,扫描 HiResBoundingBox默认为是
`a2ping --nohires {{文件}}`
`a2ping --nohires {{path/to/file}}`
- 允许页面内容位于原点下方和左侧(默认为否):
- 允许页面内容位于原点下方和左侧(默认为否):
`a2ping --below {{文件}}`
`a2ping --below {{path/to/file}}`
- 额外参数传递`gs`
- 传递额外参数给 `gs`
`a2ping --gsextra {{参数}} {{文件}}`
`a2ping --gsextra {{arguments}} {{path/to/file}}`
- 额外参数传递给外部程序( `pdftops`
- 传递额外参数给外部程序( `pdftops`
`a2ping --extra {{参数}} {{文件}}`
`a2ping --extra {{arguments}} {{path/to/file}}`
- 显示帮助信息:
`a2ping -h`
`a2ping -h`