


For example, if the printer is connected to a USB port, it uses the USB back-end.Īdditional steps for printer detection are listed below for various connection interfaces.
Gutenprint canon selphy cp900 wireless raspberry pi pdf#
The filter converts the PDF file to a format understood by the printer.CUPS then looks at the printer's PPD file (printer description file) and figures out what filters it needs to use to convert the PDF file to a language that the printer understands (like PJL, PCL, bitmap or native PDF).An application sends a PDF file to CUPS when 'print' has been selected (in case the application sends another format, it is converted to PDF first).It is important to know how CUPS works if wanting to solve related issues: Then, whenever a program attempts to connect to one of these CUPS sockets, systemd will start rvice and transparently hand over control of these ports to the CUPS process. If cups.socket is enabled (and rvice is disabled), systemd will not start CUPS immediately it will just listen to the appropriate sockets. Then enable and start rvice or alternatively use socket activation to only start CUPS when a program wants to use the service.Ĭups provides a cups.socket unit. The location can be changed in /etc/cups/nf.

By default, PDF files are stored in /var/spool/cups-pdf/ username/. Optionally, install the cups-pdf package if you intend to "print" into a PDF document.
