PdfAOptionsBase.ExcludeFontsStrategy

PdfAOptionsBase.ExcludeFontsStrategy property

Gets or sets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process.

public RemoveFontsStrategy ExcludeFontsStrategy { get; set; }

Property Value

The strategy for removing fonts. This can be one of the values from the RemoveFontsStrategy enumeration. The default is the combination of SubsetFonts and RemoveDuplicatedFonts.

Remarks

This property allows you to control how fonts are handled during the conversion process. You can choose to remove duplicated fonts, remove similar fonts with different widths, or subset fonts.

See Also