Aspose::Pdf::Plugins::PdfAOptionsBase::set_ExcludeFontsStrategy method

PdfAOptionsBase::set_ExcludeFontsStrategy method

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

void Aspose::Pdf::Plugins::PdfAOptionsBase::set_ExcludeFontsStrategy(PdfFormatConversionOptions::RemoveFontsStrategy value)

Remarks

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

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