DFpsprint — Convert one or more input CRF images into PostScript®
DFpsprint
{infile...}
DFpsprint is a utility program that converts input CRF image(s) to PostScript® suitable for printing. When multiple CRF images are given as options, the resulting PostScript® file contains one CRF image per page.
The resulting PostScript® document is always sent to standard output where it can be re-directed to a file.
![]() | Note |
|---|---|
|
To convert CRF images files for immediate printing, DFprint_filter provides a simpler interface. |
infile | one or more input CRF images.
If only one input file is being printed, the filename argument can be given
or the file can be re-directed in via standard input.
If there are multiple input files, each input file name must appear as an
option.
The file name |
DFpsprint exits with one of the following statuses:
0 | The command was successful. |
36 | The required command-line arguments were not present or were incorrectly specified. |
> 0 | The command was successful but one or more input files could not be read. The exit status is the number of input files that could not be read. |
Example 3.65. Simple use of DFpsprint for printing the file
/tmp/rasterfile
% DFpsprint /tmp/rasterfile | lp -dlp
This command line subsequently re-directs the output to the printer.
Example 3.66. Concatenating 3 image files where the second is read from standard input
% cat /tmp/ras2 | DFpsprint /tmp/ras1 - /tmp/ras3 > /tmp/ps.out