printing to Kyocera FS-1030D

Matthias Apitz guru at unixarea.de
Wed Aug 3 18:18:56 UTC 2011


El día Wednesday, August 03, 2011 a las 01:08:01PM -0500, Robert Bonomi escribió:

> 
> Pierre, please do not 'top post' replies -- it makes the 'logic' of the
> message hard to follow,  to wit:

Yes, please do not top post;

> Apparently you missed the mention in the OP's original message that the
> printer is running in 'PCL' emulation mode, and that he _cannot_ change
> that.

So, what? If you can only print PCL, just raster the Postscript file
with ghostscript to PCL (using CUPS, this also can be done on the fly);

> > > # cat <ps-file> |lpr -Plp

To the OP: You won the todays "Useless Use of Cat Award" :-)
The same would do:

	lpr -Plp < ps-file
	or
	lpr -Plp ps-file

:-)

	matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <guru at unixarea.de> - w http://www.unixarea.de/


More information about the freebsd-questions mailing list