Settings which have an effect on Report Generation in PostScript format.
The postscript export can use the setpagedevice
command (since level 2) for setting the paper format of the printer. This property specifies if the setpagedevice
operator will be used for the postscript export or not. This is necessary because some printer drivers do not print the .ps file if it contains setpagedevice
.
This property specifies if image compression will be used for the postscript export or not. This is necessary because some printer drivers do not print the .ps file if it contains compressed images.
Set the fonts that will be used instead of the logical fonts which are not available in Postscript.
For Postscript export the font 'serif' will be replaced with the font defined in this property. This font is used in Postscript export because Postscript does not know the logical font 'serif'.
For Postscript export the font 'sansserif' will be replaced with the font defined in this property. This font is used in Postscript export because Postscript does not know the logical font 'sansserif'.
For Postscript export the font 'monospaced' will be replaced with the font defined in this property. This font is used in Postscript export because Postscript does not know the logical font 'monospaced'.