Published 22 August 2026 · 6 min read
Printing several pages onto one sheet sounds like a print-dialog setting, and sometimes it is. The trouble starts when you need the result to be a file rather than a printout — to email it, to hand it to a print shop, or to get the same output twice. Print dialogs are inconsistent between applications, drivers and operating systems, and they leave you nothing to check.
There are three distinct operations here that people routinely confuse.
N-up places 2, 4, 6 or 9 document pages onto a single sheet in a grid, scaled down. It is what you want for handouts, for proofing a long document, or simply for using less paper.
The practical limit is font size. Scaling to 4-up quarters the area, so 11pt body text renders around 5.5pt. Legible at arm's length in good light, tiring for anything longer than a few pages. N-up PDF produces a real file, so you can look at it before committing paper to it.
A booklet is not 2-up. It looks similar — two pages per side of a sheet — but the page order is completely different, because the sheets get folded and nested.
In an eight-page booklet, the outer sheet carries pages 8 and 1 on one side and 2 and 7 on the other. That rearrangement is called imposition, and doing it by hand is exactly the kind of task people get wrong twice before giving up.
If you fold and staple it, you need booklet imposition. If you just want less paper, you need N-up. Choosing the wrong one produces a stack that is unreadable when folded.
PDF booklet does the imposition. Two things to know: page count is padded to a multiple of four with blanks, because that is how folded sheets work; and if your printer has no duplex mode you print odd sheets, flip the stack, then print even sheets — test with four pages before running eighty.
The opposite operation. Posterizing tiles a single page across a grid of sheets so you can assemble a large print from ordinary paper — a floor plan, a banner, a large diagram, a sewing or woodworking pattern.
Posterize PDF splits the page into tiles with overlap margins so there is something to align and tape. Two things to check: that the source is high enough resolution — enlarging a low-resolution page magnifies every flaw — and that you keep the overlap, because butt-joining tiles with no margin is very hard to do neatly.
All three break in the same way if the source pages are inconsistent. A document mixing A4 and Letter, or portrait and landscape, will produce a grid where some cells are scaled differently and nothing lines up.
Fix page size normalises everything before you impose. It takes seconds and removes the most common cause of a result that looks almost right.
All three tools run in your browser, which matters more than it might seem: documents heading to a print shop are frequently drafts, contracts or plans that have not been published yet.
N-Up PDF — runs in your browser, nothing is uploaded.
Placing several document pages onto one sheet in a grid — 2-up puts two pages side by side, 4-up a 2×2 grid, and so on. Pages are scaled down to fit, which is why readability sets the practical limit.
Both put two pages on a side, but booklet imposition reorders the pages so they read correctly once the sheets are folded and nested. In an eight-page booklet the outer sheet carries pages 8 and 1. Use N-up to save paper, booklet imposition if you will fold and staple it.
Posterizing tiles one page across a grid of sheets with overlap margins for alignment. Check the source resolution first — enlarging a low-resolution page magnifies every flaw — and keep the overlap so the tiles can be aligned and taped.
Usually because the source document mixes page sizes or orientations, so cells scale differently. Normalising every page to one size before imposing fixes it.
4-up quarters the page area, rendering 11pt body text at roughly 5.5pt. That is readable for review but tiring to read at length. For anything you will actually read, 2-up is the safer choice.