summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/pstopdf.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-06 18:06:54 +0000
committerKarl Berry <karl@freefriends.org>2010-06-06 18:06:54 +0000
commit7bbe9591ca38b5fe9c3eea7d88734256de9397c1 (patch)
treee1119e9cdf24c769e976b0bcf9ea23e3acfc3780 /Master/texmf/doc/man/man1/pstopdf.1
parentcb44cdd7a3b55399647c72b5bde42cf651bbcb2c (diff)
update man pages for 2010
git-svn-id: svn://tug.org/texlive/trunk@18774 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/pstopdf.1')
-rw-r--r--Master/texmf/doc/man/man1/pstopdf.175
1 files changed, 75 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..972f364cb19
--- /dev/null
+++ b/Master/texmf/doc/man/man1/pstopdf.1
@@ -0,0 +1,75 @@
+.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=\fIstring\fP
+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=\fIstring\fP
+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 equivalents):
+.EX
+pstopdf --convert cow.eps cow.pdf
+.EE
+
+
+.SH "SEE ALSO"
+.PP
+.BR epstopdf (1),
+.BR mptopdf (1),
+.BR ps2pdf (1),
+.BR texexec (1).
+.PP
+.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.