All,
I was able to connect to a Windows 2000 printer, but I get the wrong
characters when printing italics and other special formatting. Here is what
I have. What applied / unapplied filter is causing this?
Thanks,
Tom
Specify a networked printer
# lpsystem -t bsd servername
(example: lpsystem -t bsd winlaser
Register the server with the client lp service
# lpadmin -p printername -s servername
(example: lpadmin -p winlaser -s winserver
Set the PostScript filters
# cd /etc/lp/fd
# lpfilter -f download -F download.fd
# lpfilter -f dpost -F dpost.fd
# lpfilter -f postio -F postio.fd
# lpfilter -f postior -F postior.fd
# lpfilter -f postprint -F postprint.fd
# lpfilter -f postreverse -F postreverse.fd
Set the printer as default (if desired)
# lpadmin -d printername
Verify the printer is online and registered
# lpstat -t
Print to printer
# lp -d printername filename