You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The document-format-supported attribute returned by the device includes application/pdf and image/urf. Then driverless generated the following ppd (Note: cupsManualCopies information is not recorded in the ppd):
Theoretically gstoraster will write the number of copies in the head of raster image (pwg-raster or urf). However, the head of pwg-raster will contain copies information, but image/urf does not have this capability.
This issue is caused by the fix of issue331
Details:
[OS]: Debian12
[cups-filter]: 1.28.17-3
[Test Application]: gedit, evince
The
document-format-supported
attribute returned by the device includesapplication/pdf
andimage/urf
. Then driverless generated the following ppd (Note: cupsManualCopies information is not recorded in the ppd):Printing with copies =N (N>=2), the following filters will be called:
pdftopdf
->gstoraster
->rastertopwg
->ipp (backend)
.Because
cupsManualCopies
is not true,pdftopdf
filter will not perform the software copies. At the same time, when ipp backend sendsimage/urf
data to device, the copies are set as 1. (https://github.com/OpenPrinting/cups/blob/d91acd4429ff85958545820e7c71c33fcab6884e/cups/ppd-cache.c#L377).There is no such issue for everywhere because michaelrsweet rejected the merge: OpenPrinting/cups#310.
The text was updated successfully, but these errors were encountered: