diff options
author | kaa <kaa@disroot.org> | 2024-07-25 14:12:06 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2024-07-25 14:12:06 -0700 |
commit | bdc8c88ea6ec5256240d29fe236e92b077541bdb (patch) | |
tree | ce10b4f663d7cc2cdd4369fa99e72b2f1b02bb00 /readme | |
parent | 41ac0aba1a98718068d86f2934130fcfe70d5ea6 (diff) |
Rationale.
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |