Printer
This section shows the printer configuration in TAFJ properties.
TAFJ uses Java Print Service (JPS). On Windows, JPS uses the Printer Manager. You can connect to any printers installed on Windows. The Printer has to be online.
On Unix or Linux, JPS uses Common Unix Printing System (CUPS). You need to install CUPS because it is not installed by default.
In the properties file, the TAFJ setup automatically adds your printers online with a default driver name PRN #. You can modify the channel to any drivers’ name.
#********************************************************************
#
# Printer
#
#********************************************************************
#
# Printer list
# This list has been generated during the setup. You can modify it at any moment to reflect any
# change to the printer list.
# If the Channel 1 is missing (or remed-out), it will be defaulted to the default printer (if any)
# of your operating system.
#
#Specify where is the &HOLD& directory when SETPTR is used with the HOLD option
temn.tafj.printer.directory.hold = <temn.tafj.runtime.directory.current>/&HOLD&
temn.tafj.channel.name.0 = PRN0
temn.tafj.driver.name.0 = PRN0
temn.tafj.driver.device.0 = HP Officejet Pro 8600 (Network)
temn.tafj.driver.class.0 = com.temenos.tafj.jlp.drivers.jPrinterDriver
In this topic