embedCIDPostScriptFonts

Enable/disable embedding of CID PostScript fonts.
[read/write property] embedCIDPostScriptFonts([out, retval] VARIANT_BOOL *embed) embedCIDPostScriptFonts([in] VARIANT_BOOL embed)
By default, XpdfPS will embed all fonts that it can. This property can be used to disable embedding of CID (16-bit) PostScript fonts.

A value of false means "do not embed"; true means "embed".

Disabling font embedding is generally not recommended.

This setting is global, i.e., it affects all XpdfPS objects (in the same process).

VB:
' don't embed CID PostScript fonts pdf.embedCIDPostScriptFonts = False
embedType1Fonts
embedTrueTypeFonts
embedCIDTrueTypeFonts