OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
1k stars 178 forks source link

"/var/spool/cups/d26756-001: reported number of objects (34) inconsistent with actual number of objects (33)" #825

Closed sksundaramoorthy closed 7 months ago

sksundaramoorthy commented 9 months ago

I am getting below message when I print PDF via cups. I used cups version "CUPS 2.2.6"

It takes 10 mins to print the PDF file. What is the issue?

"/var/spool/cups/d26756-001: reported number of objects (34) inconsistent with actual number of objects (33)"

zdohnal commented 9 months ago

Hi,

the message is probably from libqpdf which is core of the filter pdftopdf - your application sends incorrectly structured PDF, which can cause the delay - other things which can influence the delay is PDF size, network delays and final file format, which CUPS has to convert the PDF to. The final file format is set by the driver you installed your printer with.

Are you able to reproduce the behavior with CUPS 2.4.7?

zdohnal commented 7 months ago

No response for almost two months - feel free to reopen if you have the requested info.