← 返回命令列表

Linux command

ps2epsi 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Convert PS to EPSI

ps2epsi [input.ps] [output.epsi]

Convert with preview

ps2epsi [input.ps]

说明

ps2epsi converts PostScript files to Encapsulated PostScript Interchange (EPSI) format by adding an ASCII preview image header. The EPSI format embeds a low-resolution bitmap preview that applications can display without a PostScript interpreter, making it useful for document layout programs that need to show a visual placeholder. The tool is part of the Ghostscript suite and uses Ghostscript internally to render the preview image. If no output filename is given, the output file is named after the input with an .epsi extension.

FAQ

What is the ps2epsi command used for?

ps2epsi converts PostScript files to Encapsulated PostScript Interchange (EPSI) format by adding an ASCII preview image header. The EPSI format embeds a low-resolution bitmap preview that applications can display without a PostScript interpreter, making it useful for document layout programs that need to show a visual placeholder. The tool is part of the Ghostscript suite and uses Ghostscript internally to render the preview image. If no output filename is given, the output file is named after the input with an .epsi extension.

How do I run a basic ps2epsi example?

Run `ps2epsi [input.ps] [output.epsi]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more ps2epsi examples?

This page includes 2 examples for ps2epsi, plus related commands for nearby Linux tasks.