printing from 13.0

For ps files (after using pdf2ps), I use (gotten from these forums I think) netcat.
Code:
nc <printer IP> 9100 <file.ps
9100 is the standard jet direct port, most printers seem to listen on it.
 
For ps files (after using pdf2ps), I use (gotten from these forums I think) netcat.
Code:
nc <printer IP> 9100 <file.ps
9100 is the standard jet direct port, most printers seem to listen on it.
This suggests to me that even if a modern printer doesn't have a CUPS driver, if it has an IP address, you can still try printing something to it. That does have pitfalls, such as not having much control over font size, pages, and a lot of other details that make printouts look OK. Well, I personally don't do much printing these days, and even the term 'paperwork' is slowly becoming a history-laden reference to the process of lining up tags in databases, without much actual paper involved.
 
Back
Top