c-scholz-acribit
c-scholz-acribit
in case anyone's wondering: check your printer's supported attributes with: `$printer->getAttributes();` if attribute you need exists: edit `job.yml` and add entry you need e.g. for color-mode selection add `print-color-mode: tag:...
Well it seems like the parameter you assigned when calling `send()` is not an actual `PrinterInterface `but is `false`. I propose you examine the parameter and check if it actually...
You both are aware that the Client class method for authentication in CUPS is called `setAuthentication` and **not** `setAuthorizetion` ? Because you both use this wrong method, `$client` seems not...