source: main/trunk/binaries/windows/bin/xpdf-tools/doc/pdffonts.txt@ 32207

Last change on this file since 32207 was 32207, checked in by ak19, 6 years ago

Got a basic Windows version of PDFPlugin's new paged_html mode working

File size: 4.0 KB
Line 
1pdffonts(1) General Commands Manual pdffonts(1)
2
3
4
5NAME
6 pdffonts - Portable Document Format (PDF) font analyzer (version 4.00)
7
8SYNOPSIS
9 pdffonts [options] [PDF-file]
10
11DESCRIPTION
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 emb "yes" if the font is embedded in the PDF file
23
24 sub "yes" if the font is a subset
25
26 uni "yes" if there is an explicit "ToUnicode" map in the PDF file
27 (the absence of a ToUnicode map doesn't necessarily mean that
28 the text can't be converted to Unicode)
29
30 prob "X" if this font is likely to be problematic when converting
31 text to Unicode
32
33 object ID
34 the font dictionary object ID (number and generation)
35
36 location
37 the font location (see the -loc and -locPS options).
38
39 PDF files can contain the following types of fonts:
40
41 Type 1
42 Type 1C -- aka Compact Font Format (CFF)
43 Type 1C (OT) -- OpenType with 8-bit CFF data
44 Type 3
45 TrueType
46 TrueType (OT) -- OpenType with 8-bit TrueType data
47 CID Type 0 -- 16-bit font with no specified type
48 CID Type 0C -- 16-bit PostScript CFF font
49 CID Type 0C (OT) -- OpenType with CID CFF data
50 CID TrueType -- 16-bit TrueType font
51 CID TrueType (OT) -- OpenType with CID TrueType data
52
53CONFIGURATION FILE
54 Pdffonts reads a configuration file at startup. It first tries to find
55 the user's private config file, ~/.xpdfrc. If that doesn't exist, it
56 looks for a system-wide config file, typically /usr/local/etc/xpdfrc
57 (but this location can be changed when pdffonts is built). See the
58 xpdfrc(5) man page for details.
59
60OPTIONS
61 Many of the following options can be set with configuration file com-
62 mands. These are listed in square brackets with the description of the
63 corresponding command line option.
64
65 -f number
66 Specifies the first page to analyze.
67
68 -loc Shows additional information on the location of the font that
69 will be used when the PDF file is rasterized (with xpdf,
70 pdftoppm, etc.).
71
72 -locPS Shows additional information on the location of the font that
73 will be used when the PDF file is converted to PostScript (with
74 pdftops).
75
76 -l number
77 Specifies the last page to analyze.
78
79 -opw password
80 Specify the owner password for the PDF file. Providing this
81 will bypass all security restrictions.
82
83 -upw password
84 Specify the user password for the PDF file.
85
86 -cfg config-file
87 Read config-file in place of ~/.xpdfrc or the system-wide config
88 file.
89
90 -v Print copyright and version information.
91
92 -h Print usage information. (-help and --help are equivalent.)
93
94EXIT CODES
95 The Xpdf tools use the following exit codes:
96
97 0 No error.
98
99 1 Error opening a PDF file.
100
101 2 Error opening an output file.
102
103 3 Error related to PDF permissions.
104
105 99 Other error.
106
107AUTHOR
108 The pdffonts software and documentation are copyright 1996-2017 Glyph &
109 Cog, LLC.
110
111SEE ALSO
112 xpdf(1), pdftops(1), pdftotext(1), pdftohtml(1), pdfinfo(1), pdfde-
113 tach(1), pdftoppm(1), pdftopng(1), pdfimages(1), xpdfrc(5)
114 http://www.xpdfreader.com/
115
116
117
118 10 Aug 2017 pdffonts(1)
Note: See TracBrowser for help on using the repository browser.