summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme6
1 files changed, 6 insertions, 0 deletions
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.