From bdc8c88ea6ec5256240d29fe236e92b077541bdb Mon Sep 17 00:00:00 2001 From: kaa Date: Thu, 25 Jul 2024 14:12:06 -0700 Subject: Rationale. --- readme | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readme diff --git a/readme b/readme new file mode 100644 index 0000000..c757275 --- /dev/null +++ b/readme @@ -0,0 +1,6 @@ +I have a printer that prints only single-sided, and in reverse. +This may be worked around is software. To account for the reversal, +reverse the contents of the PDF. To account for the single-sided +printing, split the odd and even pages of the PDF. Print the odd +pages, then flip the output and re-insert those pages to the printer +(ideally not upside down). Then, print the even pages. -- cgit v1.2.3