post_format#
Bases:
TUIMenu
Contains commands for setting the PostScript driver format and save files in PS files that can be printed quickly.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
fast_raster
(service, version, mode, path)Enables a raster file that may be larger than the standard raster file, but will print much more quickly.
raster
(service, version, mode, path)Enables the standard raster file.
rle_raster
(service, version, mode, path)Enables a run-length encoded raster file that will be about the same size as the standard raster file, but will print slightly more quickly.
vector
(service, version, mode, path)Enables the standard vector file.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Enables a raster file that may be larger than the standard raster file, but will print much more quickly.
Bases:
TUIMethod
Enables the standard raster file.
Bases:
TUIMethod
Enables a run-length encoded raster file that will be about the same size as the standard raster file, but will print slightly more quickly. This is the default file type.
Bases:
TUIMethod
Enables the standard vector file.