tldr/pages.zh/common/a2ping.md

33 lines
744 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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