blob: 016482a4b83eeeb45cedb3fd5200bac2a57ca771 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
.\" $Id$
.TH DVIPDF 1 "8 April 2001" 7.00 Ghostscript \" -*- nroff -*-
.SH NAME
dvipdf \- Convert TeX DVI file to PDF using ghostscript and dvips
.SH SYNOPSIS
\fBdvipdf\fR [ \fIoptions\fR ] \fIinput.dvi\fR [ \fIoutput.pdf\fR ] ...
.SH DESCRIPTION
This script invokes
.BR dvips (1)
with the
.B -q
option, and pipes its output into
.BR gs (1)
with the following options:
.ce
.B -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite
as well as
.B -sOutputFile
and any options from the command-line.
.SH SEE ALSO
gs(1), dvips(1)
.SH VERSION
This document was last revised for Ghostscript version 7.00.
.SH AUTHOR
L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
code in Ghostscript.
This manpage by George Ferguson.
|