2021.1

Table Of Contents
Note
PDF/A output created from a template that uses CMYK colors will be much
bigger than PDF/A output created from a template that uses RGB colors,
because PDF/A needs to contain a color profile and the CMYK color profile is
rather big compared to a RGB color profile. If output size matters it is
recommended to avoid using CMYK colors.
l Font Creation selection: The choices are:
l Simple fonts when possible (smallest size). This is the default option.
This option uses Simple fonts in cases where the fonts do not use too many
characters. It automatically switches to using composite fonts when the
number of characters becomes too large to fit a Simple font. This allows
omitting fonts that are considered "standard fonts" in the PDF reference, which
helps reduce file size.
The drawback to this option is that some PDF viewers do not support it
properly, which can cause viewing issues with jobs using non-Latin1 encoded
characters.
A Simple font can be a Type1 font, a TrueType font or a Type3 font.
One of the main characteristics of a Simple font is that its glyphs are
selected using a single byte character code, limiting the number of
glyphs to a maximum of 256.
For more information on Simple fonts, see Abode's documentation
regarding Portable Document Format files.
l Always create CIDfonts (best compatibility). This option always uses
composite fonts (CID fonts), regardless of the number of glyphs in the font.
CID fonts use 2 byte ids to select glyphs, so this option always leads to larger
file sizes.
The benefit of this option is that all the fonts get embedded in the output,
Page 1186