diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man1/ps2ps.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man1/ps2ps.1')
-rw-r--r-- | upstream/archlinux/man1/ps2ps.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/upstream/archlinux/man1/ps2ps.1 b/upstream/archlinux/man1/ps2ps.1 new file mode 100644 index 00000000..884aa021 --- /dev/null +++ b/upstream/archlinux/man1/ps2ps.1 @@ -0,0 +1,28 @@ +.TH PS2PS 1 "01 November 2023" 10.02.1 "Ghostscript Tools" \" -*- nroff -*- +.SH NAME +ps2ps, eps2eps \- Ghostscript PostScript "distiller" +.SH SYNOPSIS +\fBps2ps\fR [ \fIoptions\fR ] \fIinput output.ps\fR +.br +\fBeps2eps\fR [ \fIoptions\fR ] \fIinput output.eps\fR +.SH DESCRIPTION +\fBps2ps\fR uses \fIgs\fR(1) to convert \fBPostScript\fR(tm) or \fBPDF\fR(tm) file +"input" to simpler, normalized and (usually) faster PostScript in +"output.ps". The output is level 2 DSC 3.0 conforming PostScript. +.PP +\fBeps2eps\fR performs the equivalent optimization, creating Encapsulated +PostScript (EPS) files. NB, despite the name, the input need not be an +EPS file, PostScript or indeed PDF files are equally acceptable. +.PP +Both accept any general Ghostscript command line options, and +options specific to the ps2write and eps2write devices. +.SH FILES +Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your +system, from which you can get more details. +.SH SEE ALSO +ps2pdf(1), ps2ascii(1), ps2epsi(1) +.SH VERSION +This document was last revised for Ghostscript version 10.02.1. +.SH AUTHOR +Artifex Software, Inc. are the +primary maintainers of Ghostscript. |