ghostscript printing probleme

"Ralf Meuser" (rmeuser@free.fr)
Wed, 25 Aug 1999 11:28:53 GMT


I'm not really shure to put this in the right newsgroup, but since I need it
for mgetty and know not a ghostscript-group I'll try it here.

My problem is that after sending a fax with mgetty, I print on a local
printer the fax which was sended with
a line added which wil tell that the sending was ok.

faxrunq creats for me a file which is named add.ps and looks like this:

gsave
/Courier findfont 10 scalefont setfont
50 15 moveto
(Status : OK Wed Aug 25 11:36:32 MET DST 1999 ) show
grestore

Printing is done like this

/usr/local/bin/gs -dSAFER -dNOPAUSE -sPAPERSIZE=a4 -sDEVICE=laserjet -sOutpu
tFile=\|$PRINTER -q ./.source-files/fax.ps add.ps -c quit

I print from a PC Win98 and use Samba to get a postscript file to the unix
machine.

When printing from Word with some text everything will work well. After
sending the fax a copy is printer and add.ps is added on the Output.
But when I add a picture in my document the add.ps is not printed.The
document with the picture is printed on the local printer but the line from
add.ps is not added.
I tryed the play with 'x y moveto' but nothing happens.

Does some have an idee ??


Bye

Ralf