IDocumentFontUtilities

IDocumentFontUtilities

Overview

IDocumentFontUtilities is a interface in Aspose.PDF FOSS for .NET.

Per-document font helper contract — implemented by FontUtilities.

This interface provides 2 methods for working with IDocumentFontUtilities objects in .NET programs. Available methods include: GetAllFonts, SubsetFonts. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.

Methods

SignatureDescription
GetAllFonts()Return every font referenced by any page in this document.
SubsetFonts(subsetStrategy: FontSubsetStrategy)Apply subsetStrategy to the document’s embedded fonts (removing unused glyphs).

See Also