version 2, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
thumbpdf |
|
|
2 |
!!!thumbpdf |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
USAGE |
|
|
7 |
OPTIONS |
|
|
8 |
FILES |
|
|
9 |
SEE ALSO |
|
|
10 |
BUGS |
|
|
11 |
COPYRIGHT |
|
|
12 |
AUTHOR |
|
|
13 |
---- |
|
|
14 |
!!NAME |
|
|
15 |
|
|
|
16 |
|
|
|
17 |
thumbpdf - generate thumbnail images for a PDF file created with __pdftex__ |
|
|
18 |
!!SYNOPSIS |
|
|
19 |
|
|
|
20 |
|
|
|
21 |
__thumbpdf__ [[ ''OPTION''... ] |
|
|
22 |
''PDF_FILE'' |
|
|
23 |
!!DESCRIPTION |
|
|
24 |
|
|
|
25 |
|
|
|
26 |
__thumbpdf__ is used to create thumbnail images of |
|
|
27 |
individual pages within a PDF (Portable Document Format) |
|
|
28 |
document. |
|
|
29 |
!!USAGE |
|
|
30 |
|
|
|
31 |
|
|
|
32 |
First run pdftex(1) on your document to create a PDF |
|
|
33 |
file. Then run __thumbpdf__ to generate the thumbnails, a |
|
|
34 |
PDF file containing the thumbnails, and a pdfTeX file to |
|
|
35 |
include the thumbnails in the PDF file. Finally, run |
|
|
36 |
pdftex(1) on your file again to create the final PDF |
|
|
37 |
file. |
|
|
38 |
|
|
|
39 |
|
|
|
40 |
__thumbpdf__ calls gs(1) to generate PNG images of |
|
|
41 |
the pages within ''PDF_FILE'', and pdftex(1) to |
|
|
42 |
create a PDF file containing the thumbnail |
|
|
43 |
images. |
|
|
44 |
!!OPTIONS |
|
|
45 |
|
|
|
46 |
|
|
|
47 |
__--help__ |
|
|
48 |
|
|
|
49 |
|
|
|
50 |
print usage |
|
|
51 |
|
|
|
52 |
|
|
|
53 |
__--(no)makepng__ |
|
|
54 |
|
|
|
55 |
|
|
|
56 |
make PNG thumbnail images (default: true) |
|
|
57 |
|
|
|
58 |
|
|
|
59 |
__--(no)makepdf__ |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
generate new PDF file containing the thumbnails (default: |
|
|
63 |
true) |
|
|
64 |
|
|
|
65 |
|
|
|
66 |
__--(no)makedef__ |
|
|
67 |
|
|
|
68 |
|
|
|
69 |
create a TeX file for pdftex(1) to read in (default: |
|
|
70 |
true) |
|
|
71 |
|
|
|
72 |
|
|
|
73 |
__--(no)quiet__ |
|
|
74 |
|
|
|
75 |
|
|
|
76 |
suppress messages (default: false) |
|
|
77 |
|
|
|
78 |
|
|
|
79 |
__--(no)verbose__ |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
verbose messages (default: false) |
|
|
83 |
|
|
|
84 |
|
|
|
85 |
__--(no)debug__ |
|
|
86 |
|
|
|
87 |
|
|
|
88 |
print debugging information while parsing (default: |
|
|
89 |
false) |
|
|
90 |
|
|
|
91 |
|
|
|
92 |
__--resolution__ ''res'' |
|
|
93 |
|
|
|
94 |
|
2 |
perry |
95 |
resolution for !GhostScript step (default: 9) |
1 |
perry |
96 |
|
|
|
97 |
|
|
|
98 |
__--compress__ ''n'' |
|
|
99 |
|
|
|
100 |
|
|
|
101 |
pdfcompresslevel for __thumbpdf.pdf__ (0-9; default: |
|
|
102 |
9) |
|
|
103 |
|
|
|
104 |
|
|
|
105 |
__--device__ | __png__''dev'' |
|
|
106 |
|
|
|
107 |
|
2 |
perry |
108 |
!GhostScript PNG device; ''dev'' = `mono, `gray, `16, |
1 |
perry |
109 |
`256, `16m (default: `png16m) |
|
|
110 |
!!FILES |
|
|
111 |
|
|
|
112 |
|
|
|
113 |
''thumb''nn''.png'' |
|
|
114 |
|
|
|
115 |
|
|
|
116 |
PNG thumbnail images |
|
|
117 |
|
|
|
118 |
|
|
|
119 |
''thumbpdf.pdf'' |
|
|
120 |
|
|
|
121 |
|
|
|
122 |
PDF file containing thumbnail images |
|
|
123 |
|
|
|
124 |
|
|
|
125 |
''thumbpdf.tex'' |
|
|
126 |
|
|
|
127 |
|
|
|
128 |
A pdfTeX program to include the thumbnails file |
|
|
129 |
|
|
|
130 |
|
|
|
131 |
''thumbpdf.log'' |
|
|
132 |
|
|
|
133 |
|
|
|
134 |
pdfTeX log file |
|
|
135 |
|
|
|
136 |
|
|
|
137 |
''thumbpdf.sty'' |
|
|
138 |
|
|
|
139 |
|
|
|
140 |
a LaTeX package to be included in files for which a user |
|
|
141 |
wants to generate thumbnails |
|
|
142 |
!!SEE ALSO |
|
|
143 |
|
|
|
144 |
|
|
|
145 |
gs(1), pdftex(1). |
|
|
146 |
|
|
|
147 |
|
|
|
148 |
Web page: |
|
|
149 |
!!BUGS |
|
|
150 |
|
|
|
151 |
|
|
|
152 |
None known, but report any bugs found to the |
|
|
153 |
author. |
|
|
154 |
!!COPYRIGHT |
|
|
155 |
|
|
|
156 |
|
|
|
157 |
Copyright thumbpdf__ is distributed under |
|
|
158 |
version 1, or (at your option) a later version of the LaTeX |
|
|
159 |
Project Public License. |
|
|
160 |
!!AUTHOR |
|
|
161 |
|
|
|
162 |
|
|
|
163 |
__thumbpdf__ was written by Heiko Oberdiek |
|
|
164 |
__ |
|
|
165 |
|
|
|
166 |
|
|
|
167 |
This manual page was written by C.M. Connelly |
|
|
168 |
---- |