FontEmbeddingModeEnum

FontEmbeddingModeEnum enumeration constants are used to define whether fonts should be embedded in the PDF (PDF/A) file.

typedef enum {
 FEM_Embed,
 FEM_DontEmbed,
 FEM_Auto,
 FEM_EmbedFullWhenNeeded,
 FEM_EmbedSubsetWhenNeeded
} FontEmbeddingModeEnum;
    

Elements

Name Description
FEM_Auto Select whether to embed fonts depending on the export format. Fonts are embedded in PDF/A files, and are not embedded in PDF files.
FEM_DontEmbed Do not embed fonts into the output file.
FEM_Embed Embed fonts into the output file.
FEM_EmbedFullWhenNeeded Embed whole fonts into the output file if necessary.
FEM_EmbedSubsetWhenNeeded Embed only the necessary subset of the fonts into the output file.

Remarks

To minimize the size of the output PDF/A files after export, use the combination of FEM_Auto or FEM_EmbedSubsetWhenNeeded and PEM_ImageOnText.

Used in

IPDFExportFeatures::FontEmbeddingMode

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.