Install poppler-0.14.5.tar.gz
[msysgit.git] / mingw / share / man / man1 / pdffonts.1
blobfd7386c4ae2835a082c81c0db0ebf2216cc7deb8
1 .\" Copyright 1999-2004 Glyph & Cog, LLC
2 .TH pdffonts 1 "22 January 2004"
3 .SH NAME
4 pdffonts \- Portable Document Format (PDF) font analyzer (version
5 3.00)
6 .SH SYNOPSIS
7 .B pdffonts
8 [options]
9 .RI [ PDF-file ]
10 .SH DESCRIPTION
11 .B Pdffonts
12 lists the fonts used in a Portable Document Format (PDF) file along
13 with various information for each font.
14 .PP
15 The following information is listed for each font:
16 .TP
17 .B name
18 the font name, exactly as given in the PDF file (potentially including
19 a subset prefix)
20 .TP
21 .B type
22 the font type -- see below for details
23 .TP
24 .B emb
25 "yes" if the font is embedded in the PDF file
26 .TP
27 .B sub
28 "yes" if the font is a subset
29 .TP
30 .B uni
31 "yes" if there is an explicit "ToUnicode" map in the PDF file (the
32 absence of a ToUnicode map doesn't necessarily mean that the text
33 can't be converted to Unicode)
34 .TP
35 .B object ID
36 the font dictionary object ID (number and generation)
37 .PP
38 PDF files can contain the following types of fonts:
39 .PP
40 .RS
41 Type 1
42 .RE
43 .RS
44 Type 1C -- aka Compact Font Format (CFF)
45 .RE
46 .RS
47 Type 3
48 .RE
49 .RS
50 TrueType
51 .RE
52 .RS
53 CID Type 0 -- 16-bit font with no specified type
54 .RE
55 .RS
56 CID Type 0C -- 16-bit PostScript CFF font
57 .RE
58 .RS
59 CID TrueType -- 16-bit TrueType font
60 .RE
61 .SH OPTIONS
62 .TP
63 .BI \-f " number"
64 Specifies the first page to analyze.
65 .TP
66 .BI \-l " number"
67 Specifies the last page to analyze.
68 .TP
69 .BI \-opw " password"
70 Specify the owner password for the PDF file.  Providing this will
71 bypass all security restrictions.
72 .TP
73 .BI \-upw " password"
74 Specify the user password for the PDF file.
75 .TP
76 .B \-v
77 Print copyright and version information.
78 .TP
79 .B \-h
80 Print usage information.
81 .RB ( \-help
82 and
83 .B \-\-help
84 are equivalent.)
85 .SH EXIT CODES
86 The Xpdf tools use the following exit codes:
87 .TP
89 No error.
90 .TP
92 Error opening a PDF file.
93 .TP
95 Error opening an output file.
96 .TP
98 Error related to PDF permissions.
99 .TP
101 Other error.
102 .SH AUTHOR
103 The pdffonts software and documentation are copyright 1996-2004 Glyph
104 & Cog, LLC.
105 .SH "SEE ALSO"
106 .BR pdftops (1),
107 .BR pdftotext (1),
108 .BR pdfinfo (1),
109 .BR pdftoppm (1),
110 .BR pdfimages (1),