generateOPIComments

Enable/disable generation of OPI comments.
[read/write property] generateOPIComments([out, retval] VARIANT_BOOL *opi) generateOPIComments([in] VARIANT_BOOL opi)
XpdfPS can convert PDF OPI information to PostScript OPI comments. This behavior defaults to off, and can be enabled using this property.

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

VB:
' generate OPI comments pdf.generateOPIComments = True