PdfAOptionsBase.FontEmbeddingOptions

PdfAOptionsBase.FontEmbeddingOptions property

Gets the options to process fonts that cannot be embedded into the document.

public FontEmbeddingOptions FontEmbeddingOptions { get; }

Property Value

The font embedding options.

Remarks

The PDF/A standard requires that all fonts must be embedded into the document. This property provides options for handling cases when it’s not possible to embed some fonts because they are absent on the destination PC.

See Also