Hello. I do not know if you are the correct person to reach, but I hope you can help me.
I have recently encountered a new issue with CUPS after a recent package update on my raspberry pi 5.
I am working on a project which involves a thermal printer and custom UI which can print pdf files. I am handling custom print options programmatically in python, but they suddenly stopped working.
I made the mistake of updating the packages on my raspberry pi, and now any custom options which are sent programmatically are no longer registered. For example, I have python code which imports cups (pycups), and in the cups.Connection().printFiles() method, there is a parameter for options where I could override certain settings specific to the printer, like Darkness, media size, or margins.
Setting these options used to work, but now they do nothing at all. I am not an experienced programmer, and I have put many hours into this project.