boolean setUnixTempDir(String dir)
The setUnixTempDir
method lets you specify the
download location for print jobs on the UNIX client device.
setUnixTempDir
reports success or failure by returning
true
or false
.
setUnixTempDir("/home/tta/tmp");
Downloads print jobs to /home/tta/tmp
before printing.