Printing compressed data

Dmitry Vailenko dmitry_vailenko at mail.ru
Sat Dec 29 03:16:49 PST 2007


> Dmitry Vailenko wrote:
> >> Dmitry Vailenko wrote:
> >>>        I need to print compressed data to remote printer (hp4250n, hp2300n, …) from HP-UX 11.11 server with Cups 1.3.4. I tried to do it in two ways:
> >>>
> >>>        1.Directly to network printer
> >>> /opt/cups/sbin/lpadmin -p ILP01 -E –v ipp://192.168.78.49:631/ipp?compression=gzip
> >>>
> >>>        2.Via remote Windows 2003 print server
> >>> /opt/cups/sbin/lpadmin -p ILP09 -E -v http://192.168.78.55/printers/CLP45/.printer?compression=gzip
> >>>
> >>>
> >>>        Without “compression=gzip” all is ok.
> >> Windows and most network printers do not support document compression.
> >>
> >> --
> >> ______________________________________________________________________
> >> Michael Sweet, Easy Software Products           mike at easysw dot com
> >
> > Do you know any network printers or print servers (software or hardware) that support document compression?
>
> No.
>
> > May be  you can advise something else? I am very interested in  comperessed printing.
>
> If you are printing over a WAN link, you can setup a CUPS server on
> the other end and get compressed printing that way.
>
> --
> ______________________________________________________________________
> Michael Sweet, Easy Software Products           mike at easysw dot com


Thank you very much for your help.

I've configured CUPS on another unix server – server2 .
Now I'm printing from server1.

lp -h server2  -d CLP09 -o scaling=100 -o media=A4  image.gif

In my opinion,  uncompressing data image.gif is executed on server2. And  data transfer between servers is fulfilled  in compressed mode. Am I right?


Dmitry Vailenko

















More information about the cups mailing list