1pdffonts(1) General Commands Manual pdffonts(1)
2
3
4
6 pdffonts - Portable Document Format (PDF) font analyzer (version 3.03)
7
9 pdffonts [options] [PDF-file]
10
12 Pdffonts lists the fonts used in a Portable Document Format (PDF) file
13 along with various information for each font.
14
15 The following information is listed for each font:
16
17 name the font name, exactly as given in the PDF file (potentially
18 including a subset prefix)
19
20 type the font type -- see below for details
21
22 encoding
23 the font encoding
24
25 emb "yes" if the font is embedded in the PDF file
26
27 sub "yes" if the font is a subset
28
29 uni "yes" if there is an explicit "ToUnicode" map in the PDF file
30 (the absence of a ToUnicode map doesn't necessarily mean that
31 the text can't be converted to Unicode)
32
33 object ID
34 the font dictionary object ID (number and generation)
35
36 PDF files can contain the following types of fonts:
37
38 Type 1
39 Type 1C -- aka Compact Font Format (CFF)
40 Type 3
41 TrueType
42 CID Type 0 -- 16-bit font with no specified type
43 CID Type 0C -- 16-bit PostScript CFF font
44 CID TrueType -- 16-bit TrueType font
45
47 -f number
48 Specifies the first page to analyze.
49
50 -l number
51 Specifies the last page to analyze.
52
53 -subst List the substitute fonts that poppler will use for non embedded
54 fonts.
55
56 -opw password
57 Specify the owner password for the PDF file. Providing this
58 will bypass all security restrictions.
59
60 -upw password
61 Specify the user password for the PDF file.
62
63 -v Print copyright and version information.
64
65 -h Print usage information. (-help and --help are equivalent.)
66
68 The Xpdf tools use the following exit codes:
69
70 0 No error.
71
72 1 Error opening a PDF file.
73
74 2 Error opening an output file.
75
76 3 Error related to PDF permissions.
77
78 99 Other error.
79
81 The pdffonts software and documentation are copyright 1996-2011 Glyph &
82 Cog, LLC.
83
85 pdfdetach(1), pdfimages(1), pdfinfo(1), pdftocairo(1), pdftohtml(1),
86 pdftoppm(1), pdftops(1), pdftotext(1)
87
88
89
90 15 August 2011 pdffonts(1)