TCP Ports allow the server to listen for raw print jobs and submit them to the
server for processing. Client printing can be performed as if printing to a
network printer, by specifying the UnForm server's IP address and one of these
configured ports. To define listening ports, enter one or more lines in the format:
port=command line options
Examples:
9100=-f test.rul -o ">lp -dhpx -oraw"
9200=-f test.rul -p pdf -o /tmp/%j.pdf
When jobs arrive on the port, the UnForm server executes a uf101c command line with the input argument (-i)
generated automatically. The port values can be any available TCP/IP listening port, from 1024
to 65535, but are by convention near the 9100 default port for network printing.
The server must be restarted for changes to take effect.