3.4. Cups PDF printer

Install Cups PDF:

1sudo apt install -y cups-pdf

You may change the default output directory ($HOME/PDF/) for something else:

  1. change the output directory in /etc/cups/cups-pdf.conf:

/etc/cups/cups-pdf.conf
1# before
2Out ${HOME}/PDF
3
4# after
5Out ${HOME}/Documents
  1. restart the service:

1sudo systemctl restart cups