On Mon, 4 Aug 2008, Martin Schweizer wrote:

I'm playing around with lpd. My setup: a FreeBSD 7.0 server and a attached HP 
LaserJet 2840N (connected via ethernet), my
/etc/printcap:
hplj2840|lp|Hewlett Packard LaserJet 2840C:\
       :sh:\
       :lp=:rm=hplj2840:rp=raw:sd=/var/spool/lpd/hplj2840:\
       :lf=/var/log/lpd-errs:\
       :if=/usr/local/libexec/if-simple:

and if-simple:
/usr/local/bin/recode latin1..ibmpc

The prints are ok so fare (incl. the german umlauts). If I print text mails out 
from mutt the seems ok too. But if the
mails has some incorrect wrapped lines (> 72 caracters) the lines are not 
wrapped on the output.  What do I worng here?

There's a PCL command for wrapping long lines: <ESC>&s0C (Untested by me, I use PostScript.) Your if-simple can send that escape sequence before the actual file.

/usr/ports/print/enscript is a convenient text to PostScript formatter which wraps long lines by default.

-Warren Block * Rapid City, South Dakota USA
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to