Files
tldr/pages.zh/linux/pstoedit.md

12 lines
358 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pstoedit
> 将PDF文件转换为各种图像格式。
> 更多信息:<http://www.pstoedit.net>。
- 将PDF页面转换为PNG或JPEG格式
`pstoedit -page {{页面编号}} -f magick {{文件路径/file.pdf}} {{页面.png|页面.jpg}}`
- 将多个PDF页面转换为编号图像
`pstoedit -f magick {{文件路径}} {{页面%d.png|页面%d.jpg}}`