Penguin
Annotated edit history of pdffonts(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pdffonts
2 !!!pdffonts
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 CONFIGURATION FILE
7 OPTIONS
8 BUGS
9 AUTHOR
10 SEE ALSO
11 ----
12 !!NAME
13
14
15 pdffonts - Portable Document Format (PDF) font analyzer (version 1.00)
16 !!SYNOPSIS
17
18
19 __pdffonts__ [[options] [[''PDF-file'']
20 !!DESCRIPTION
21
22
23 __Pdffonts__ lists the fonts used in a Portable Document
24 Format (PDF) file along with various information for each
25 font.
26
27
28 The following information is listed for each
29 font:
30
31
32 __name__
33
34
35 the font name, exactly as given in the PDF file (potentially
36 including a subset prefix)
37
38
39 __type__
40
41
42 the font type -- see below for details
43
44
45 __emb__
46
47
48
49
50 __sub__
51
52
53
54
55 __uni__
56
57
58
59
60 __object ID__
61
62
63 the font dictionary object ID (number and
64 generation)
65
66
67 PDF files can contain the following types of
68 fonts:
69
70
71 Type 1
72
73
74 Type 1C -- aka Compact Font Format (CFF)
75
76
77 Type 3
78
79
2 perry 80 !TrueType
1 perry 81
82
83 CID Type 0 -- 16-bit font with no specified
84 type
85
86
2 perry 87 CID Type 0C -- 16-bit !PostScript CFF font
1 perry 88
89
2 perry 90 CID !TrueType -- 16-bit !TrueType font
1 perry 91 !!CONFIGURATION FILE
92
93
94 Pdffonts reads a configuration file at startup. It first
95 tries to find the user's private config file, ~/.xpdfrc. If
96 that doesn't exist, it looks for a system-wide config file,
97 typically /usr/local/etc/xpdfrc (but this location can be
98 changed when pdffonts is built). See the xpdfrc(5)
99 man page for details.
100 !!OPTIONS
101
102
103 Many of the following options can be set with configuration
104 file commands. These are listed in square brackets with the
105 description of the corresponding command line
106 option.
107
108
109 __-f__ ''number''
110
111
112 Specifies the first page to analyze.
113
114
115 __-l__ ''number''
116
117
118 Specifies the last page to analyze.
119
120
121 __-opw__ ''password''
122
123
124 Specify the owner password for the PDF file. Providing this
125 will bypass all security restrictions.
126
127
128 __-upw__ ''password''
129
130
131 Specify the user password for the PDF file.
132
133
134 __-cfg__ ''config-file''
135
136
137 Read ''config-file'' in place of ~/.xpdfrc or the
138 system-wide config file.
139
140
141 __-v__
142
143
144 Print copyright and version information.
145
146
147 __-h__
148
149
150 Print usage information. (__-help__ and __--help__ are
151 equivalent.)
152 !!BUGS
153
154
155 No known bugs.
156 !!AUTHOR
157
158
159 The pdffonts software and documentation are copyright
160 1996-2002 Derek B. Noonburg
161 (derekn@foolabs.com).
162 !!SEE ALSO
163
164
165 xpdf(1), pdftops(1), pdftotext(1),
166 pdfinfo(1), pdftopbm(1), pdfimages(1),
167 xpdfrc(5)__
168 http://www.foolabs.com/xpdf/__
169 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.