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.

AL
Andrea Lin

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:

  1. When a page comes out, does it land in the output tray printed side up or printed side down?
  2. 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 landTray prints on theReload byBacks print
printed side downside facing upputting it straight backback to front
printed side downside facing downturning the stack overin normal order
printed side upside facing upturning the stack overin normal order
printed side upside facing downputting it straight backback 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.

Which edge do you want to bind?

The next two questions decide everything. If you don’t know the answers, two sheets will find them.

In the output tray, pages land
In the paper tray, your printer prints on the
Where is that?

macOS: Paper Handling, Page Order, Reverse. Windows: usually in the driver’s Advanced or Layout tab. Acrobat: Reverse pages. Chrome’s own print preview has no reverse option, so print from a PDF viewer instead.

10 pages5 sheets of paper
1

Print the fronts

Put 5 blank sheets in the tray and print these pages.

1,3,5,7,9

If your print dialog has an Odd pages only option, use that instead — same result, less typing.

2

Reload the paper

This is the step that goes wrong. Move the stack as one block — never shuffle or re-order the sheets.

Put the stack straight back into the tray. Don’t turn it over, don’t spin it around.

Printed side
facing down in the tray
Goes in first
the top of the text you just printed
On top
the sheet showing page 9
into the printerprinted side down(shown through the sheet)
3

Print the backs

The stack kept its order, so these have to come out back to front.

10,8,6,4,2

Before committing 5 sheets, try it on two. The test pages are numbered and marked so you can see at a glance if a side or an edge came out wrong.

One page, your printer’s answers written into it. Tape it to the printer and you won’t need this tool again — it holds for any document, not just this one.

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.