summaryrefslogtreecommitdiff
path: root/readme
blob: 6764b7a1325ee6685918d9b3b9a4c9aab2f866a2 (plain)
1
2
3
4
5
6
7
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. Finally,
keeping the page order, flip each page once more, by hand.