UNIX Configuration
28
1
Binding
Specify the binding side for duplex printing.
Note
❒ Before specifying the binding option, the duplex option must be set to “on”.
❒ Data and paper volume affect completion of the print job.
binding=value of binding
The following sample shows how to set duplex printing and long-edge binding
(host name: “nphost”; file name: “file1”):
• rsh
% rsh nphost print duplex=on,binding=longedge < file1
• rcp
% rcp file1 nphost:duplex=on,binding=longedge
• ftp
ftp> put file1 duplex=on,binding=longedge
Orientation
Specify the paper orientation.
Limitation
❒ Only the selected PCL 5e/6 from the printer language option is available.
orientation=feed direction (portrait or landscape)
The following sample shows how to print the paper vertically using the orienta-
tion function (host name: “nphost”; file name: “file1”):
• rsh
% rsh nphost print orientation=portrait < file1
• rcp
% rcp file1 nphost:orientation=portrait
• ftp
ftp> put file1 orientation=portrait
Binding direction Value
Longedge longedge
Shortedge shortedge
Orientation value
Portrait portrait
Landscape landscape