Aspose::Pdf::Plugins::PdfAOptionsBase::get_FontEmbeddingOptions method

PdfAOptionsBase::get_FontEmbeddingOptions method

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

System::SharedPtr<Aspose::Pdf::FontEmbeddingOptions> Aspose::Pdf::Plugins::PdfAOptionsBase::get_FontEmbeddingOptions()

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.

The font embedding options.

See Also