Re: Filter on remote printer



Ok, I think, I've solved the problem. I've defined another queue with
backend:

#!/bin/ksh
cat $5 | /usr/scripts/hpiso | lp -dPRL1
exit $?

and it works. PRL1 is remote printer queue.

hpsio is:

#!/bin/sh
# LS 2007
# zamiana sekwencji wlaczajacej ISO-8859-1 na ISO-8859-2
perl -pi -e 's/\x1B\x28\x30\x4e/\x1B\x28\x32\x4e/g'

--
Luksoft
.