OpenPrinting / cups-filters

filters, backends, driverless utility, ... - Everything which CUPS 2.x needs to be used on non-Mac systems
Apache License 2.0
157 stars 125 forks source link

Driverless no longer supports pdf #574

Closed szlt5 closed 5 months ago

szlt5 commented 7 months ago

Describe the Phenomenon Below is one Canon printer's IPP capability. ipp_capability.txt

On Ubuntu22.04, use below command to create driverless ppd, the driverless PPD supports three filters: pdf/ufr/jpeg. driverless ipp://<ip-address> driverless_22.04.ppd.txt

*cupsFilter2: "application/vnd.cups-pdf application/pdf 200 -"
*cupsFilter2: "image/urf image/urf 0 -"
*cupsFilter2: "image/jpeg image/jpeg 0 -"

On Unbuntu23.10, use the same command to create driverless ppd, the driverless PPD only supports two filters: ufr/jpeg. driverless_23.10.ppd.txt

*cupsFilter2: "image/urf image/urf 0 -"
*cupsFilter2: "image/jpeg image/jpeg 0 -"

Driverless no longer supports pdf. Is this a degenerate bug or new specification?

szlt5 commented 5 months ago

Move to libppd.