From 1a1efdabce16bcc681c40cc89ee71c4d5d3a2cc0 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Wed, 24 May 2023 16:10:27 +0200 Subject: [PATCH] xerox-xcpt: Documented a caveat --- xerox-xcpt/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 xerox-xcpt/README diff --git a/xerox-xcpt/README b/xerox-xcpt/README new file mode 100644 index 0000000..bf8fe28 --- /dev/null +++ b/xerox-xcpt/README @@ -0,0 +1,5 @@ +CAVEAT: The default pdftopdf filter generates page_log entries only +if it is the last filter in the pipeline, which is not the case with +xerox-xcpt. You need to enable page logging explicitly via: + + lpadmin -p $PRINTER -o page-logging-default=on -- GitLab