summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/pstopdf.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-14 18:01:06 +0000
committerKarl Berry <karl@freefriends.org>2007-01-14 18:01:06 +0000
commitac3f914804a6959e3b6a304d275a0376337083d7 (patch)
tree8898610cb087af149d880b48a7b5615b8b432d7b /Master/texmf/doc/man/man1/pstopdf.1
parent5b0f67e0123dc2452238e374c3538c76651c20aa (diff)
man page update
git-svn-id: svn://tug.org/texlive/trunk@3467 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/pstopdf.1')
-rw-r--r--Master/texmf/doc/man/man1/pstopdf.174
1 files changed, 74 insertions, 0 deletions
diff --git a/Master/texmf/doc/man/man1/pstopdf.1 b/Master/texmf/doc/man/man1/pstopdf.1
new file mode 100644
index 00000000000..24b3fe68c74
--- /dev/null
+++ b/Master/texmf/doc/man/man1/pstopdf.1
@@ -0,0 +1,74 @@
+.TH "PSTOPDF" "1" "December 2006" "pstopdf 2.0" "ConTeXt"
+.de URL
+\\$2 \(laURL: \\$1 \(ra\\$3
+..
+.if \n[.g] .mso www.tmac
+.de EX
+.in +3
+.nf
+.ft CW
+..
+.de EE
+.in -3
+.ft R
+.fi
+..
+
+.SH "NAME"
+pstopdf \- convert EPS to PDF
+
+.SH "SYNOPSIS"
+\fBpstopdf\fP [ \fIOPTION\fP ... ] \fIFILE\fP [ ... ]
+
+.SH "DESCRIPTION"
+
+\fBpstopdf\fP converts EPS (encapsulated PostScript) to PDF.
+
+.SH OPTIONS
+.TP
+.B --help
+Print usage and version information.
+.TP
+.B --convert
+Convert EPS to PDF. This option is assumed if none is given.
+.TP
+.BI --method= string
+What method to use for bounding boxes when converting to PDF.
+Specify one of \fBcrop\fP, \fBbounded\fP (the default), or \fBraw\fP.
+Older versions of ConTeXt used numerical methods (1, 2, or 3).
+.TP
+.BI --resolution= string
+The resolution to use when when converting to pdf.
+Specify one of \fBlow\fP, \fBnormal\fP, \fBmedium\fP, \fBhigh\fP,
+\fBprinter\fP, \fBprint\fP, \fBscreen\fP, \fBebook\fP, or
+\fBdefault\fP.
+.TP
+.B --request
+Handle exa request file.
+.TP
+.B --watch
+Watch folders for conversions (\fIuntested\fP).
+
+.SH EXAMPLES
+
+To make \fIcow.pdf\fP:
+.EX
+pstopdf cow.eps
+.EE
+or (one of several equivalences):
+.EX
+pstopdf --convert cow.eps cow.pdf
+.EE
+
+
+.SH "SEE ALSO"
+.IP \(bu
+.BR epstopdf (1),
+.BR mptopdf (1),
+.BR texexec (1).
+.IP \(bu
+.URL "http://www.contextgarden.net" "ConTeXt wiki" .
+
+.SH "AUTHOR"
+This (incomplete) manual page was written by Sanjoy Mahajan
+<sanjoy@mit.edu>. It is in the public domain.