Hi Hernan,

        Thank you for your info, but the command ' man printcap |
/etc/filter.pcl > /dev/lp1 ' didn't work.  I got a permission denied
error. With you and Bob's  hint I tried ' man printcap|lpr ' it works.
Printing perfectly without any stepping at all.

        Thank you.

        Alan


Alan :

        There is a filter for avoid the star-stepping effect :

                /etc/filter.pcl

>
>         Is there a filter for HP Deskjet 660C in the Debian Packages ?

> So far I can get from magicfilter_1.2-24.deb is dj550c-filter.
>
>         I am trying to print the manual pages through my HP Deskjet
> 660c. A
> question on how to eliminate the stepping effect when I issue the
> command
> man printcap > /dev/lp1

just do

        man printcap | /etc/filter.pcl > /dev/lp1

>
>         From the Printing-HowTo, there is an example
> #!perl
> #The above line should really have the whole path to perl
> #This script must be executable: chmod 755 filter
> while (<STDIN>){chop $_; print "$_\r\n";);
> #You might also want to end with a form feed: print "\f";
>
> Should I leave the STDIN as is or replace it with lp1 or something
else
> ?
>
> Thank you.
> Alan Tam
>
>
                                Hernán.

                           Hernán J Cervantes Rodríguez
                           Instituto de Física da USP
                           e-mail   : [EMAIL PROTECTED]
                           homepage : http://fge.if.usp.br/~hernan/



Reply via email to