forgotten commit. disabled until egl is adapted.
[AROS-Contrib.git] / arospdf / doc / pdffonts.hlp
blobf964dc1abfe65fd0957885988f976b23326144d0
1 ! Generated automatically by mantohlp
2 1 pdffonts
4        pdffonts  -  Portable  Document Format (PDF) font analyzer
5        (version
7        pdffonts [options] [PDF-file]
9        Pdffonts lists the fonts used in a Portable Document  For-
10        mat  (PDF)  file  along  with various information for each
11        font.
13        The following information is listed for each font:
15        name   the font name, exactly as given  in  the  PDF  file
16               (potentially including a subset prefix)
18        type   the font type -- see below for details
20        emb    "yes" if the font is embedded in the PDF file
22        sub    "yes" if the font is a subset
24        uni    "yes"  if  there  is an explicit "ToUnicode" map in
25               the PDF  file  (the  absence  of  a  ToUnicode  map
26               doesn't  necessarily  mean  that  the text can't be
27               converted to Unicode)
29        object ID
30               the font dictionary object ID (number  and  genera-
31               tion)
33        PDF files can contain the following types of fonts:
35               Type 1
36               Type 1C -- aka Compact Font Format (CFF)
37               Type 1C (OT) -- OpenType with 8-bit CFF data
38               Type 3
39               TrueType
40               TrueType (OT) -- OpenType with 8-bit TrueType data
41               CID Type 0 -- 16-bit font with no specified type
42               CID Type 0C -- 16-bit PostScript CFF font
43               CID Type 0C (OT) -- OpenType with CID CFF data
44               CID TrueType -- 16-bit TrueType font
45               CID  TrueType  (OT)  --  OpenType with CID TrueType
46               data
48                                                                ()
50 2 ONFIGURATION_FIL
52        Pdffonts  reads a configuration file at startup.  It first
53        tries to find the user's private config  file,  ~/.xpdfrc.
54        If  that  doesn't exist, it looks for a system-wide config
55        file, typically /usr/local/etc/xpdfrc (but  this  location
56        can be changed when pdffonts is built).  See the xpdfrc(5)
57        man page for details.
59                                                                ()
61 2 OPTIONS
63        Many  of  the following options can be set with configura-
64        tion file commands.  These are listed in  square  brackets
65        with  the  description  of  the corresponding command line
66        option.
68        -f number
69               Specifies the first page to analyze.
71        -l number
72               Specifies the last page to analyze.
74        -opw password
75               Specify the owner password for the PDF file.   Pro-
76               viding  this will bypass all security restrictions.
78        -upw password
79               Specify the user password for the PDF file.
81        -cfg config-file
82               Read config-file in place of ~/.xpdfrc or the  sys-
83               tem-wide config file.
85        -v     Print copyright and version information.
87        -h     Print  usage  information.   (-help  and --help are
88               equivalent.)
90                                                                ()
92 2 XIT_CODE
94        The Xpdf tools use the following exit codes:
96        0      No error.
98        1      Error opening a PDF file.
100        2      Error opening an output file.
102        3      Error related to PDF permissions.
104        99     Other error.
106                                                                ()
108 2 AUTHOR
110        The  pdffonts  software  and  documentation  are copyright
111        1996-2007 Glyph & Cog, LLC.
113                                                                ()
115 2 SEE_ALSO
117        xpdf(1),     pdftops(1),     pdftotext(1),     pdfinfo(1),
118        pdftoppm(1), pdfimages(1), xpdfrc(5)
119        http://www.foolabs.com/xpdf/
121                                                                ()