Linux Commands Examples

A great documentation place for Linux commands

ps2ps

, eps2eps Ghostscript PostScript "distiller"


see also : eps2eps - ps2pdf - ps2ascii - ps2epsi

Synopsis

ps2ps [ options ] input.ps output.ps
eps2eps
[ options ] input.eps output.eps


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
png: $(PNGFILES)
colorpng: $(COLOR_PNGFILES)
regression: all
for psfile in *.eps; do echo $$psfile; ps2ps $$psfile /dev/null; done

description

ps2ps uses gs(1) to convert PostScript(tm) file "input.ps" to simpler, normalized and (usually) faster PostScript in "output.ps". Normally the output is allowed to use PostScript Level 2 or Level 3 constructs, but the -dLanguageLevel=1 option restricts the output to Level 1.

eps2eps performs the equivalent optimization for Encapsulated PostScript (EPS) files.

Both accept any general Ghostscript command line options, and respectively options specific to the pswrite and epswrite devices.

files

Run "gs -h" to find the location of Ghostscript documentation on your system, from which you can get more details.

version

This document was last revised for Ghostscript version 9.07.


bugs

The pswrite device used by both ps2ps and eps2eps produces much lower level output than is desirable. Use with caution.


see also

ps2pdf , ps2ascii , ps2epsi


author

Artifex Software, Inc. are the primary maintainers of Ghostscript.

How can this site be more helpful to YOU ?


give  feedback