Printing on both sides without a duplexer
Manual duplex fails on two questions nobody knows the answer to. A browser tool that asks them once, then tells you exactly which pages to print and how to put the paper back.
Full Stack Developer4 min read
Every printer without a duplexer can still print on both sides. You print the odd pages, put the stack back in the tray, print the even pages. Three steps, and I have never once got it right on the first try.
The failure is always the same. The paper goes back in the wrong way up, or the right way up but the wrong way round, and half a ream comes out with page 4 upside down on the back of page 7. So you try the other orientation, waste another stack, and by the time it works you have no idea why it worked — which means next month you start over.
It comes down to two questions
The rule underneath all of it is short: the blank side of each sheet has to end up facing whichever side your printer prints on. Everything else follows from that. To apply it you need two facts about your printer, and neither is written on the box:
- When a page comes out, does it land in the output tray printed side up or printed side down?
- In the paper tray, does the printer print on the side facing up or the side facing down?
Answer both and there is nothing left to guess. Turning the stack over swaps which side faces the print head — so you turn it over only when the two answers disagree. And turning it over also reverses the sheet order, which is the part people miss: whether the even pages print forwards or backwards is not an independent choice, it is decided by the same flip.
| Pages land | Tray prints on the | Reload by | Backs print |
|---|---|---|---|
| printed side down | side facing up | putting it straight back | back to front |
| printed side down | side facing down | turning the stack over | in normal order |
| printed side up | side facing up | turning the stack over | in normal order |
| printed side up | side facing down | putting it straight back | back to front |
That table is the whole problem. The tool below is that table, plus the page numbers worked out for your document, plus a picture of how the paper should sit.
If you don't know the two answers
Most people don't, and guessing costs a stack of paper. Check my printer walks it out with two sheets instead.
The first test prints two numbered sheets. You lift them out of the output tray as a block and look at the top one: if you can read the big 2, pages land printed side up; if you see a blank side, they land printed side down. The second test puts one of those sheets back in the tray on its own and prints again — whichever side the new text lands on is the side your tray prints.
Two sheets, and both answers are yours permanently. They belong to the printer and the tray, not to the document, so the tool saves them in your browser and the answers are still there next time.
Odd page counts
An odd-length document leaves one sheet with a blank back, and depending on the flip it either takes care of itself or ruins the run.
If you turn the stack over, the blank-backed sheet ends up at the bottom, never gets pulled, and you can forget about it. If you put the stack straight back, that sheet is on top and goes through first — so the second-to-last page prints on the back of the last one, and every page after that is off by one. The tool watches for that case and tells you to take the top sheet off before reloading.
The printable card
The reverse-order warning is the other thing worth calling out. When the backs have to come out highest first, typing them backwards into the range box does nothing — nearly every print dialog sorts the list and prints the lowest page first regardless. You need the driver's actual reverse order setting, or you deal the stack one sheet at a time into a fresh pile to reverse it by hand.
None of this changes between documents. Once you know your two answers, the reload gesture, the page order and the odd-page rule are fixed for that printer forever. So the tool will print you a one-page card with your answers baked into the wording and the tray diagram drawn for your machine. Tape it to the printer and you never need the tool again — which is a strange thing to build, but it is the correct thing to build.