mode

Set the PostScript mode.
[read/write property] mode([out, retval] int *mode) mode([in] int mode)
This property sets the PostScript mode to one of the following: Those three constants are all read-only properties on the XpdfPS object, so they are accessed as pdf.modePS, etc.

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

VB:
' generate encapsulated PostScript (EPS) files pdf.mode = pdf.modeEPS
level