1thumbpdf(1)                          teTeX                         thumbpdf(1)
2
3
4

NAME

6       thumbpdf - generate thumbnail images for a PDF file created with pdftex
7

SYNOPSIS

9       thumbpdf [ OPTION... ]  PDF_FILE
10

DESCRIPTION

12       thumbpdf  is used to create thumbnail images of individual pages within
13       a PDF (Portable Document Format) document.
14

USAGE

16       First run pdftex(1) on your document to create a PDF  file.   Then  run
17       thumbpdf  to  generate the thumbnails, a PDF file containing the thumb‐
18       nails, and a pdfTeX file to include the thumbnails  in  the  PDF  file.
19       Finally, run pdftex(1) on your file again to create the final PDF file.
20
21       thumbpdf  calls  gs(1)  to  generate  PNG  images  of  the pages within
22       PDF_FILE, and pdftex(1) to create a PDF file containing  the  thumbnail
23       images.
24

OPTIONS

26       --help print usage
27
28       --(no)makepng
29              make PNG thumbnail images (default: true)
30
31       --(no)makepdf
32              generate new PDF file containing the thumbnails (default: true)
33
34       --(no)makedef
35              create a TeX file for pdftex(1) to read in (default: true)
36
37       --(no)quiet
38              suppress messages (default: false)
39
40       --(no)verbose
41              verbose messages (default: false)
42
43       --(no)debug
44              print debugging information while parsing (default: false)
45
46       --resolution res
47              resolution for GhostScript step (default: 9)
48
49       --compress n
50              \pdfcompresslevel for thumbpdf.pdf (0-9; default: 9)
51
52       --device | pngdev
53              GhostScript PNG device; dev = `mono´, `gray´, `16´, `256´, `16m´
54              (default: `png16m´)
55

FILES

57       thumbnn.png
58              PNG thumbnail images
59
60       thumbpdf.pdf
61              PDF file containing thumbnail images
62
63       thumbpdf.tex
64              A pdfTeX program to include the thumbnails file
65
66       thumbpdf.log
67              pdfTeX log file
68
69       thumbpdf.sty
70              a LaTeX package to be included in files for which a  user  wants
71              to generate thumbnails
72

SEE ALSO

74       gs(1), pdftex(1).
75
76       Web page: <http://tug.org/teTeX/>
77

BUGS

79       None known, but report any bugs found to the author.
80
82       Copyright © 1999.  thumbpdf is distributed under version 1, or (at your
83       option) a later version of the LaTeX Project Public License.
84

AUTHOR

86       thumbpdf was written by Heiko Oberdiek <oberdiek@ruf.uni-freiburg.de>.
87
88       This manual page was written by C.M. Connelly <c@eskimo.com>,  for  the
89       Debian GNU/Linux system.  It may be used by other distributions without
90       contacting the author.  Any mistakes or omissions in  the  manual  page
91       are my fault; inquiries about or corrections to this manual page should
92       be directed to me (and not to the primary author).
93
94
95
96teTeX                           September 2000                     thumbpdf(1)
Impressum