| Michael Loßin on Mon, 2 Apr 2001 08:21:43 +0200 (CEST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Photocopying feature of 6.1.0 |
Serge Mister schrieb:
> message: Hello,
Hi Serge!
[...]
> With laser printers, however, I believe there is a more effective
> solution. I suspect it also works well with ink jets although the
> additional time savings may not be as great.
>
> With apsfilter 6.0 I was using the line
>
> copies=[0-9]|copies=[0-9][0-9]) GS_FEATURES="$GS_FEATURES -dNumCopies=${option#copies=}" ;;
>
> to implement a copies class option.
>
> This causes Ghostscript to generate the multiple copies. Ghostscript
> then uses printer language features to tell the printer to print
> multiple copies.
The problem is that we cannot rely on actually driving the printer
directly with apsfilter. If the user chose to setup a bounce queue,
the output will be taken by some other filter, and the PS/PCL
sequences for multiple copies might not be preserved.
However, we could use a new variable "HARDWARE_COPIES" that tells
apsfilter to use the printer's copying feature instead of its own
(similar to "HARDWARE_DUPLEX").
Michael