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
|
.TH DVIPDF 1 "18 Sept 2024" 10.04.0 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
\fBgs\fR(1), \fBdvips\fR(1)
.SH VERSION
This document was last revised for Ghostscript version 10.04.0.
.SH AUTHOR
Artifex Software, Inc.\& are the
primary maintainers of Ghostscript.
This manpage by George Ferguson.
|