Seriously, get a printer that speaks PostScript and PDF. These exist, and are not too expensive. The just say
lp::lp=:rm=aa.bb.cc.dd:rp=lp:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:sh: On Jul 31 13:34:18, grobe...@gmail.com wrote: > I use an HL-L2370DW which only accepts PCL on BINARY_P1. > I think it likely that yours acts the same. You'll have to tell lp to send > the output through a filter, using (iirc) the vf= option in printcap. > This is what i used for a filter: > > #!/bin/sh > gs -sPAPERSIZE=letter -sDEVICE=pxlmono -sOutputFile=- -dBATCH -dNOPAUSE - > > Hope this helps. >