% rcp file1 nphost:orientation=portrait
• ftp
ftp> put file1 orientation=portrait
Image Direction
Select the print image rotation.
imagedirection=value of print image rotation
Rotation Value
0 degree normal
180 degrees reverse
The following sample shows how to print the 180 degrees rotation using the imagedirection function (host
name : nphost, file name : file1):
•
rsh
% rsh nphost print imagedirection = reverse < file1
• rcp
% rcp file1 nphost: imagedirection = reverse
• ftp
ftp> put file1 imagedirection = reverse
Resolution
Select the printing resolution.
resolution=value of resolution
Resolution Value
1200 dpi 1200
600 dpi 600
300 dpi 300
The following sample shows how to print with 600 dpi and better quality. (host name: nphost, file name:
file1):
Specifying the Device Option
33