'\" te .\" $Id: dvipdf.1 11721 2010-09-14 14:56:26Z chrisl $ .TH DVIPDF 1 "14 September 2010" 9.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. .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (5) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability print/filter/ghostscript = Stability Volatile .TE .PP .SH SEE ALSO gs(1), dvips(1) .SH VERSION This document was last revised for Ghostscript version 9.00. .SH AUTHOR Artifex Software, Inc. are the primary maintainers of Ghostscript. This manpage by George Ferguson. .SH NOTES .\" Oracle has added source availability information to this manual page This software was built from source available at https://java.net/projects/solaris-userland. The original community source was downloaded from http://ghostscript.com/releases/ghostscript-9.00.tar.gz Further information about this software can be found on the open source community website at http://ghostscript.com/.