| from small one page howto to huge articles all in one place 
 
 poll results
 
 Last additions:
 
 May 25th. 2007:
 
 
 April, 26th. 2006:
 
 
 | You are here: manpages 
 
 DVIPDF
Section: Ghostscript (1) Updated: 26 September 2016Index
Return to Main Contents 
 NAME
dvipdf - Convert TeX DVI file to PDF using ghostscript and dvips
 SYNOPSISdvipdf [ options  ] input.dvi  [ output.pdf  ] ...
 DESCRIPTION
This script invokes
dvips (1)
with the
-q 
option, and pipes its output into
gs (1)
with the following options:
 
-q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite 
 
as well as 
-sOutputFile
and any options from the command-line.
 
 SEE ALSOgs(1), dvips (1)
 VERSION
This document was last revised for Ghostscript version 9.20.
 AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
This manpage by George Ferguson.
 
 
 Index
NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
VERSION
AUTHOR
 
 
 
 
 |