This adds facilities for double sided printing (mainly through exposing which pages belong together into a single group --> pagegroups.
As a proof of concept, there is also an implementation for the Zebra ZC300.
All other renderers will ignore the new pagegroup-parameters for now and just print/behave as before.
ToDo:
[x] instead of renderering all jobs and then spooling them, imitate the previous behavior, where a printjob is created and dispatched right away and then more jobs are queued up while waiting for the previous jobs to terminate.
This adds facilities for double sided printing (mainly through exposing which pages belong together into a single group -->
pagegroups
.As a proof of concept, there is also an implementation for the Zebra ZC300.
All other renderers will ignore the new
pagegroup
-parameters for now and just print/behave as before.ToDo: