allowEmbeddingPostScriptFonts property

SaveOptions.allowEmbeddingPostScriptFonts property

Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved. The default value is false.

get allowEmbeddingPostScriptFonts(): boolean

Remarks

Note, Word does not embed PostScript fonts, but can open documents with embedded fonts of this type.

This option only works when FontInfoCollection.embedTrueTypeFonts of the DocumentBase.fontInfos property is set to true.

See Also