Attribute and values
|
Description
|
allFonts = yes | no
|
When set to yes, embeds all fonts except fonts specified in <EmbedNever>. If you want to embed some fonts, list them in the FontName child element.
|
subsetting = yes | no
|
When set to yes, embed only the characters needed in a particular PDF file, based on the percentage of the font used. When set to no, embed the whole font.
|
subsetPercent = NMTOKEN
|
Controls whether the whole font is embedded (100%) or just the characters needed by the PDF file, specified by a percentage of the font used. If the number of characters used exceeds this number, the entire font is embedded. (See the screen.pdfcf file for an example.)
|
ifEmbedFails = ignore | warn | abort
|
Controls what happens in the PDF creation process when embedding fails.
|