pdfSetPSEmbedCIDPostScriptFonts

Enable/disable embedding of CID PostScript fonts.
void pdfSetPSEmbedCIDPostScriptFonts(int embed)
By default, XpdfPS will embed all fonts that it can. This function can be used to disable embedding of CID (16-bit) PostScript fonts.

The embed argument is a boolean: 0 means "do not embed"; 1 means "embed".

Disabling font embedding is generally not recommended.

This setting is global, i.e., it affects XpdfPS calls on all PDF handles.

C:
/* don't embed CID PostScript fonts */ pdfSetPSEmbedCIDPostScriptFonts(0);
pdfSetPSEmbedType1Fonts
pdfSetPSEmbedTrueTypeFonts
pdfSetPSEmbedCIDTrueTypeFonts