206 lines
4.3 KiB
HTML
206 lines
4.3 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of pdffonts</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>pdffonts</H1>
|
|
Section: User Commands (1)<BR>Updated: 15 August 2011<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
pdffonts - Portable Document Format (PDF) font analyzer (version
|
|
3.03)
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>pdffonts</B>
|
|
|
|
[options]
|
|
[<I>PDF-file</I>]
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B>Pdffonts</B>
|
|
|
|
lists the fonts used in a Portable Document Format (PDF) file along
|
|
with various information for each font.
|
|
<P>
|
|
|
|
The following information is listed for each font:
|
|
<DL COMPACT>
|
|
<DT id="1"><B>name</B>
|
|
|
|
<DD>
|
|
the font name, exactly as given in the PDF file (potentially including
|
|
a subset prefix)
|
|
<DT id="2"><B>type</B>
|
|
|
|
<DD>
|
|
the font type - see below for details
|
|
<DT id="3"><B>encoding</B>
|
|
|
|
<DD>
|
|
the font encoding
|
|
<DT id="4"><B>emb</B>
|
|
|
|
<DD>
|
|
"yes" if the font is embedded in the PDF file
|
|
<DT id="5"><B>sub</B>
|
|
|
|
<DD>
|
|
"yes" if the font is a subset
|
|
<DT id="6"><B>uni</B>
|
|
|
|
<DD>
|
|
"yes" if there is an explicit "ToUnicode" map in the PDF file (the
|
|
absence of a ToUnicode map doesn't necessarily mean that the text
|
|
can't be converted to Unicode)
|
|
<DT id="7"><B>object ID</B>
|
|
|
|
<DD>
|
|
the font dictionary object ID (number and generation)
|
|
</DL>
|
|
<P>
|
|
|
|
PDF files can contain the following types of fonts:
|
|
<P>
|
|
|
|
<DL COMPACT><DT id="8"><DD>
|
|
Type 1
|
|
</DL>
|
|
|
|
<DL COMPACT><DT id="9"><DD>
|
|
Type 1C - aka Compact Font Format (CFF)
|
|
</DL>
|
|
|
|
<DL COMPACT><DT id="10"><DD>
|
|
Type 3
|
|
</DL>
|
|
|
|
<DL COMPACT><DT id="11"><DD>
|
|
TrueType
|
|
</DL>
|
|
|
|
<DL COMPACT><DT id="12"><DD>
|
|
CID Type 0 - 16-bit font with no specified type
|
|
</DL>
|
|
|
|
<DL COMPACT><DT id="13"><DD>
|
|
CID Type 0C - 16-bit PostScript CFF font
|
|
</DL>
|
|
|
|
<DL COMPACT><DT id="14"><DD>
|
|
CID TrueType - 16-bit TrueType font
|
|
</DL>
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="15"><B>-f</B><I> number</I>
|
|
|
|
<DD>
|
|
Specifies the first page to analyze.
|
|
<DT id="16"><B>-l</B><I> number</I>
|
|
|
|
<DD>
|
|
Specifies the last page to analyze.
|
|
<DT id="17"><B>-subst</B>
|
|
|
|
<DD>
|
|
List the substitute fonts that poppler will use for non embedded fonts.
|
|
<DT id="18"><B>-opw</B><I> password</I>
|
|
|
|
<DD>
|
|
Specify the owner password for the PDF file. Providing this will
|
|
bypass all security restrictions.
|
|
<DT id="19"><B>-upw</B><I> password</I>
|
|
|
|
<DD>
|
|
Specify the user password for the PDF file.
|
|
<DT id="20"><B>-v</B>
|
|
|
|
<DD>
|
|
Print copyright and version information.
|
|
<DT id="21"><B>-h</B>
|
|
|
|
<DD>
|
|
Print usage information.
|
|
(<B>-help</B>
|
|
|
|
and
|
|
<B>--help</B>
|
|
|
|
are equivalent.)
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>EXIT CODES</H2>
|
|
|
|
The Xpdf tools use the following exit codes:
|
|
<DL COMPACT>
|
|
<DT id="22">0<DD>
|
|
No error.
|
|
<DT id="23">1<DD>
|
|
Error opening a PDF file.
|
|
<DT id="24">2<DD>
|
|
Error opening an output file.
|
|
<DT id="25">3<DD>
|
|
Error related to PDF permissions.
|
|
<DT id="26">99<DD>
|
|
Other error.
|
|
</DL>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
The pdffonts software and documentation are copyright 1996-2011 Glyph
|
|
& Cog, LLC.
|
|
<A NAME="lbAH"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdfdetach">pdfdetach</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdfimages">pdfimages</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdfinfo">pdfinfo</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdftocairo">pdftocairo</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdftohtml">pdftohtml</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdftoppm">pdftoppm</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdftops">pdftops</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdftotext">pdftotext</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdfseparate">pdfseparate</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdfsig">pdfsig</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+pdfunite">pdfunite</A></B>(1)
|
|
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="27"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="28"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="29"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="30"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="31"><A HREF="#lbAF">EXIT CODES</A><DD>
|
|
<DT id="32"><A HREF="#lbAG">AUTHOR</A><DD>
|
|
<DT id="33"><A HREF="#lbAH">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:22 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|