Aspose::Words::Saving::PdfFontEmbeddingMode enum

PdfFontEmbeddingMode enum

Specifies how Aspose.Words should embed fonts.

enum class PdfFontEmbeddingMode

Values

NameValueDescription
EmbedAll0Aspose.Words embeds all fonts.
EmbedNonstandard1Aspose.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.
EmbedNone2Aspose.Words do not embed any fonts.

See Also