Enum PdfFontEmbeddingMode

Enum PdfFontEmbeddingMode

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)

Specifies how Aspose.Words should embed fonts.

public enum PdfFontEmbeddingMode

Fields

EmbedAll = 0

Aspose.Words embeds all fonts.

EmbedNone = 2

Aspose.Words do not embed any fonts.

EmbedNonstandard = 1

Aspose.Words embeds all fonts excepting standard Windows fonts Arial and Times New Roman. Only Arial and Times New Roman fonts are affected in this mode because MS Word doesn’t embed only these fonts when saving document to PDF.