pdfSetPSEmbedType1Fonts

Enable/disable embedding of Type 1 fonts.
void pdfSetPSEmbedType1Fonts(int embed)
By default, XpdfPS will embed all fonts that it can. This function can be used to disable embedding of Type 1 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 Type 1 fonts */ pdfSetPSEmbedType1Fonts(0);
pdfSetPSEmbedTrueTypeFonts
pdfSetPSEmbedCIDPostScriptFonts
pdfSetPSEmbedCIDTrueTypeFonts