Hi, thanks for your answers.
#!/bin/bash
Yes here I mistyped but in my script it looks like:Quote:> cd /var/spool/fax/incoming
> for i in *
> do
> g32pbm $i | pbmtolj | lpr -P lp
> done
> At the*time it was working but the wrong resolution.
> I changed it to:
> g32pbm $i ? pbmtolj -resolution 300 | lpr -P lp
When I use the first comand, its printing but the wrong resolution.Quote:> g32pbm $i | pbmtolj -resolution 300 | lpr -P lp
1.I took a look at /var/spool/fax nothing in here
2.I found other samples in /usr/share/doc/mgetty-1.1.25
3.I tried,
printfax.ps from comand line >printfax.ps -h fnb*
I get the error, image too large for page, rescaling to 0.340742
4.Than I tried new_fax.pbm to convert fax file and compress it, but nothing changed
5.I also put in the new_fax.lj to auto print but this script isn't working too.
6.I found info about scale and used:
the job was in queue for 10 min. and its printout was just one lineQuote:> g32pbm $i | pnmtops -scale 0.25 | lp -o ps
Any idea what I am doing wrong?
Thanks again