Re: Tool, welches nicht eingebettete Schriften bei
Hallo,
bin auf der Suche nach einem Tool, mit dem ich ganze
Verzeichnisse durchsuchen kann und es mir dann eine Liste
ausgibt, bei welchen PDFs Schriften nicht eingebettet sind,
sondern durch alternative im System befindlichen ersetzt
werden.
aus "man pdffonts"
pdffonts(1) pdffonts(1)
NAME
pdffonts - Portable Document Format (PDF) font analyzer (version 1.00)
SYNOPSIS
pdffonts [options] [PDF-file]
DESCRIPTION
Pdffonts lists the fonts used in a Portable Document Format (PDF) file along with var
ious information for each font.
The following information is listed for each font:
name the font name, exactly as given in the PDF file (potentially including a subset
prefix)
type the font type -- see below for details
emb "yes" if the font is embedded in the PDF file
sub "yes" if the font is a subset
uni "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 Uni
code)
object ID
the font dictionary object ID (number and generation)
PDF files can contain the following types of fonts:
Type 1
Type 1C -- aka Compact Font Format (CFF)
Type 3
TrueType
CID Type 0 -- 16-bit font with no specified type
CID Type 0C -- 16-bit PostScript CFF font
CID TrueType -- 16-bit TrueType font
[...]
Zusammen mit "find" dürfte das das sein, was Du suchst.
Gibt's sowas? Darf auch etwas Geld kosten ;-)
"pdffonts" ist Freie Software. Open Source rocks, eh?!
Gruß,
Sebastian