summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/dvipdfm.1
blob: b72633f76aee5e81c64dd7b11d4e5d61de6bdb86 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
.de EX
.sp
.in +5
.nf
.ft CW
..
.de EE
.in -5
.ft R
.sp
.fi
..
.TH "DVIPDFM" "1" "28 April 2011" "20120420" "DVIPDFMx"
.SH NAME
dvipdfm \- produce PDF files directly from DVI files

.SH SYNOPSIS
.B dvipdfm
.RI [ options ]
.I file\c
.RB [ .dvi ]

.SH DESCRIPTION
In TeX Live,
.B dvipdfm
is another incarnation of
.B dvipdfmx
rather than a separate program.  Compatibility is attempted as best as
possible.  (The change was made due to duplicated security and
configuration issues arising repeatedly.)  Please report problems with
this
.B dvipdfm
to the
.B dvipdfmx
maintainers at dvipdfmx (at) ktug.or.kr.

The program
.B dvipdfm
generates a
.SM PDF
file from a
.SM DVI
file.
.SM DVI
files are the output format
produced by TeX.
Output from 
.B groff
can be converted to
.SM DVI
format
using
.BR grodvi .

The program
.B dvipdfm
recognizes several commonly used
.BR \especial
commands, which are extensions to the
.SM DVI
format.
Specifically, it understands
color specials, papersize specials,
tpic specials (which allow it to be used with
.BR pic ),
hypertex specials, and some PostScript
specials.  These extensions allow documents
to contain color, figures, and hyperlinks.
The program tries to mimic
the behavior of
.B dvips
so that many
macro packages produced for use with 
.B dvips
will work with 
.B dvipdfm.
Dvipdfm understands its own specific
.B \especial
commands to allow access to PDF features
such as annotations and bookmarks.

For issues related to bounding boxes (and hence image sizes), please see
.BR extractbb (1).

.SH OPTIONS

.TP 5
.B \-\^c
Ignore color
.BR \especials .
The
.B \-\^c
toggles a flag that disables color
.B \especial
processing.
Unless changed in the configuration file,
that flag is off, and color
.BR \especial "s"
are interpreted normally.
The
.B \-\^c
option may be used to produce a black and white document
from a document containing color TeX
.B \especial
commands.

.TP 5
.B \-\^d
Remove thumbnail images after including them.
(See the
.B \-\^t
option for more information.)

.TP 5
.B \-\^e
Toggle partial font embedding flag.  If partial
font embedding is off, embedded fonts are
.I fully
embedded.
The default, if not changed in the configuration file,
is to embed only those glyphs actually used in the document.

.TP 5
.B \-\^f map_file
Set the name of the font map file to 
.IR map_file .
The format of the font map file
is documented in the 
.IR "Dvipdfm User's Manual" .

.TP 5
.B \-\^l
Select landscape mode.  In other words, exchange the 
.I x
and
.I y
dimensions of the paper.

.TP 5
.B \-\^m " mag"
Magnify the input document by
.IR mag .

.TP 5
.B \-\^o " name"
Generate PDF output file having the name
.IR name .
By default, the name of the output
file is
.IR file .pdf.

.TP 5
.B \-\^p " paper"
Select the papersize by name (e.g.,
.BR letter ", " legal ", " ledger ", " tabloid ", " a3 ", " a4 ", or " a5
)

.TP 5
.B \-\^r " size"
Set resolution of bitmapped fonts to
.B size
dots per inch.  Bitmapped fonts are generated
by the Kpathsea library, which uses Metafont.  Bitmapped
fonts are included as type 3 fonts in the PDF output file.

.TP 5
.B \-\^s " page_specifications"
Select the pages of the
.SM DVI
file to be converted.
The
.I page_specifications
consists of a comma separated list of
.I page_ranges:

.EX
.IR "page_specifications := page_specification" "[," page_specifications "]"
.EE

where

.EX
.IR "page_specification := single_page" | page_range

.IR "page_range := " [ first_page ]\^\-\^[ last_page ]
.EE

An empty
.I first_page
is implied to be the first page of the
.SM DVI
file.
An empty
.I last_page
is treated as the last page of the
.SM DVI
file.

Examples:
.RS
.TP 5
.B "\-\^s 1,3,5"
includes pages 1, 3, and 5;
.TP 5
.B "\-\^s \-"
includes all pages;
.TP 5
.B "\-\^s \-,\-"
includes two copies of all pages in the
.SM DVI
file;
and
.TP 5
.B "\-\^s 1\-10"
includes the first ten pages of the
.SM DVI
file.
.RE
.TP 5
.B \-\^t
Search for thumbnail images of each page
in the directory named by the
.B TMPDIR
environment variable.
The thumbnail images must be named in a specific format.
They must have the same base name
as the
.SM DVI
file and they must have the page number as the extension
to the file name.  Dvipdfm does not
generate the thumbnails itself, but it is distributed with a wrapper
program named 
.B dvipdft 
that does so.

.TP 5
.B \-\^v 
Increase verbosity.
Results of the 
.B \-\^v
option are cumulative (e.g., 
.B \-\^vv
) increases the verbosity by two increments.

.TP 5
.B \-\^x x_offset
Set the left margin to 
.IR x_offset .
The default left margin is
.BR 1.0in .
The dimension may be specified in any units understood by TeX (e.g.,
.BR bpt ", " pt ", " in ", " cm
)

.TP 5
.B \-\^y y_offset
Set the top margin to 
.IR y_offset .
The default top margin is
.BR 1.0in .
The dimension may be specified in any units understood by TeX (e.g.,
.BR bpt ", " pt ", " in ", " cm
)

.TP 5
.B \-\^z compression_level
Set the compression level to 
.IR compression_level .
Compressions levels range from 0 (no compression) to
9 (maximum compression) and correspond to the values understood by zlib.

.SH "IMAGE BOUNDING BOXES"

When including images with
.BR dvipdfm ,
their bounding boxes should be generated by running
.BR ebb ,
or extractbb -m.
The result will be in an
.B .bb
file.

When including images with 
.BR dvipdfmx ,
their bounding boxes should be generated by running
.BR extractbb .
The result will be in an
.B .xbb
file; the xbb information is the same as for the PDF format.

.SH ENVIRONMENT

.B Dvipdfm 
uses the
.B kpathsea
library for locating the files that it opens.  Hence,
the environment variables documented in the
.I Kpathsea library
documentation influence
.B dvipdfm.

Dvipdfm also reads the following environment variables:

.TP 5
TMP
The directory to search for thumbnail images of each page.

.SH FILES
The precise location of the following files is determined by the
.I Kpathsea library
configuration.  The location may be determined by using kpsewhich, e.g.,
.nf
.B kpsewhich \-progname=dvipdfm \-format='other text files' config
.fi

.TP 5
.I config
Startup options

.TP 5
.I t1fonts.map
The default font map file (this name may be changed in the config file).

.TP 5
.I *.tfm
TeX font metrics

.TP 5
.I *.vf
TeX virtual font files

.TP 5
.I *.pfb
PostScript Type 1 font files

.TP 5
.I 
texmf.cnf
The Kpathsea library configuration file.
The location of this file may be found by typing
.nf
.B kpsewhich texmf.cnf
.fi


.SH "SEE ALSO"
.BR dvipdft "(1), "
.BR tex "(1), " dvips "(1), " groff "(1), " grodvi "(1), " pic "(1), "
.BR extractbb "(1), "
and the
.I "Kpathsea library"
info documentation.

.SH AUTHOR
Mark A. Wicks.  But for the version in TeX Live, all bugs and other
reports should go to the
.B dvipdfmx
maintainers at dvipdfmx (at) ktug.or.kr.