PostScript Export
The PostScript Export settings affect report generation in the PostScript format.
Use SetPageDevice
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
.
-
Default value: Deactivated
Use Image Compression for PostScript Level 3
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.
-
Default value: Deactivated
Mapping for Logical Fonts
Set the fonts that will be used instead of the logical fonts which are not available in Postscript.
Serif
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'.
-
Default value: Times New Roman
SansSerif
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'.
-
Default value: Arial
Monospaced
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'.
-
Default value: Courier New