pdfSetPSMode

Set the PostScript mode.
void pdfSetPSMode(PDFPostScriptMode mode)
This function sets the PostScript mode to one of the following: This setting is global, i.e., it affects XpdfPS calls on all PDF handles.
C:
/* generate encapsulated PostScript (EPS) files */ pdfSetPSMode(pdfEPS);
pdfSetPSLevel