Aspose::Words::Saving::PdfSaveOptions::get_FontEmbeddingMode method
PdfSaveOptions::get_FontEmbeddingMode method
Specifies the font embedding mode.
Aspose::Words::Saving::PdfFontEmbeddingMode Aspose::Words::Saving::PdfSaveOptions::get_FontEmbeddingMode() const
Remarks
The default value is EmbedAll.
This setting works only for the text in ANSI (Windows-1252) encoding. If the document contains non-ANSI text then corresponding fonts will be embedded regardless of this setting.
PDF/A and PDF/UA compliance requires all fonts to be embedded. EmbedAll value will be used automatically when saving to PDF/A and PDF/UA.
See Also
- Enum PdfFontEmbeddingMode
- Class PdfSaveOptions
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++