Implementing manual duplex in a filter #1588
-
|
A printer I'm writing a filter (driver) for supports manual duplex in a sense that it has a button on the printer, which you can handle (and light the LED of it) from the filter. The printer operates on a page printing level, each page is streamed to the printer during the printing process. This means that my filter needs to receive cups-raster data prepared for manual printing:
I could not find a way to force cups or cups-filters to do that. Is that supported? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
There isn't a way to automatically support manual duplex via the standard filters. |
Beta Was this translation helpful? Give feedback.
-
|
I think for things which happen synchronously with the printer device So a totally offhanded idea is For basic info about making custom backends you may have a look Perhaps for "180°-rotated even pages" you may need Of course this way it is more a hack to make things work |
Beta Was this translation helpful? Give feedback.
There isn't a way to automatically support manual duplex via the standard filters.