File: dvipdf.1

package info (click to toggle)
manpages-l10n 4.27.0-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 1,001,980 kB
  • sloc: sh: 4,067; makefile: 913; python: 885; perl: 442; sed: 16; lisp: 3
file content (28 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (16)
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.