Creating Images (png, tiff, jpeg)
The printer also has the capabilty to create images instead of PDF documents.
Currently it is only supported when controlling the printer programmatically.
You can specify the image format by using the device setting in a runonce
settings file. In general the image output will be split into one file per page
in the source doucment. However, the tiff image format supports that all pages
are stored in only one file. Creation of one or multiple files per document is
controlled by the use of the <pageno> macro in the output setting. If the <pageno>
macro is used in the output name then the printer will create one file per page.
Example Source Files
Documentation on how to create images
|