Aspose::Pdf::Plugins::PdfAOptionsBase::get_ExcludeFontsStrategy method
PdfAOptionsBase::get_ExcludeFontsStrategy method
Gets the strategy for removing fonts to minimize the output file size during the PDF/A conversion process.
PdfFormatConversionOptions::RemoveFontsStrategy Aspose::Pdf::Plugins::PdfAOptionsBase::get_ExcludeFontsStrategy()
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
- Enum RemoveFontsStrategy
- Class PdfAOptionsBase
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++