Date: Thu, 3 Jul 2008 07:33:39 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Andrew Gould <andrewlylegould@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: OT - printing question Message-ID: <alpine.BSF.1.10.0807030728510.94707@wonkity.com> In-Reply-To: <d356c5630807030543g343a3cf8lb8d0aabedcc58492@mail.gmail.com> References: <d356c5630807030543g343a3cf8lb8d0aabedcc58492@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 3 Jul 2008, Andrew Gould wrote: > I have a postscript printer. I can send the output of text files to the > printer; but the printer won't eject the page until I send enough text to > fill the page. > > Is there a standard page-break or "eject page" command? If you're sending PS, it's "showpage". But it sounds like you're sending plain text. In that case, the printer will eject the page when it gets 60 lines or a form feed (\f, 0x0c). It may be just as easy to convert your text to PS before sending. /usr/ports/print/enscript-letter (or -A4) is handy for that. -Warren Block * Rapid City, South Dakota USA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.1.10.0807030728510.94707>
