HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Printing fax after receiving
You want
$FAX2PS $FILE | gs -q -sDEVICE=cdj550 -dNOPAUSE -sOutputFile=- - | lpr
The '-' surrounded by blanks is important, and was omitted, according to your
note.
----- Begin Included Message -----
From: "SG28-BLKA" <sg28@blka2.m.shuttle.de>
Hi,
I want to print on a HP Deskjet 550C a fax after receiving. I read Q. 76 =
in
the FAQ and entered the lines=20
if [ -f $FILE ]; then
$FAXPS2 $FILE | gs -q -sDEVICE=3Dcdj550 -dNOPAUSE -sOutputFile=3D- | lpr
fi
in the .../fax/bin/recvd.