When delivering raster data to printers that support PWG raster but do not support IPP job-pages-per-set, it's necessary to add a blank page at the end of each odd-numbered two-sided document.
For example, when printing a 3-page two-sided face-up job, the printer must deliver pages in this order b 3 2 1 so that the result is face up with page one at the top:
A printer that understands job-pages-per-set knows a blank page must be added to pad the 3 page document, so jipp-pdl omits it. But for a printer that does NOT support job-pages-per-set, jipp-pdl must provide a blank raster.
There is no API to supply this so jipp-pdl should provide one.
When delivering raster data to printers that support PWG raster but do not support IPP
job-pages-per-set
, it's necessary to add a blank page at the end of each odd-numbered two-sided document.For example, when printing a 3-page two-sided face-up job, the printer must deliver pages in this order
b 3 2 1
so that the result is face up with page one at the top:A printer that understands
job-pages-per-set
knows a blank page must be added to pad the 3 page document, so jipp-pdl omits it. But for a printer that does NOT supportjob-pages-per-set
, jipp-pdl must provide a blank raster.There is no API to supply this so jipp-pdl should provide one.