PdfFontEmbeddingMode
Overview
PdfFontEmbeddingMode is a enum in Aspose.Words for Python.
Font embedding mode in PDF (mirrors aspose.words.saving.PdfFontEmbeddingMode).
Values
| Value | Description |
|---|---|
EMBED_ALL | Represents embedding all fonts in the generated PDF |
EMBED_NONSTANDARD | Represents embedding only non‑standard fonts in the PDF |
EMBED_NONE | Represents not embedding any fonts in the PDF |