New issue by MagicRB on void-packages repository https://github.com/void-linux/void-packages/issues/19017 Description: ### System * xuname: Void 5.4.18_1 x86_64 AuthenticAMD uptodate rrrrmmnFFFF * package: CUPS 2.3.1 ### Expected behavior Being able to use `lp` to print a pdf directly ### Actual behavior `lp` says pdfs are not suported `lpr: Unsupported document-format "application/pdf".` ### Steps to reproduce the behavior Install CUPS, attempt to print a pdf using the `lp` command line utility ### Solution From what I read adding the `--enable-pdftops` to CUPS configure script should solve this problem.