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 <[email protected]> - w http://www.unixarea.de/
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to