Docento.app
Color swatches fanned out
All Posts

PDF Imposition Explained

By The Docento.app TeamPublished 7 min read
Try Docento's free PDF editorNo sign-up, 100% private — sign, annotate, and stamp PDFs in your browser.Open the editor

Imposition is the arrangement of pages on a printed sheet so that, after folding and cutting, they appear in the right order. It is the reason page 1 of a booklet sits next to page 16 on the same piece of paper, and it is one of the few areas of document production where the intuitive approach is guaranteed to be wrong. This explains how it works, when you should do it yourself, and when handing the printer a plain sequential file is the correct answer.

The basic idea

Fold a sheet of A4 in half and you get four A5 pages: two on the front, two on the back. Number them as a reader would — 1, 2, 3, 4 — and then unfold the sheet to see where those numbers actually sit.

The front of the sheet carries pages 4 and 1, side by side, in that order. The back carries 2 and 3. That is imposition: the mapping from reading order to sheet position.

Scale it up. An eight-page booklet on two folded sheets:

  • Sheet 1 front: pages 8 and 1
  • Sheet 1 back: pages 2 and 7
  • Sheet 2 front: pages 6 and 3
  • Sheet 2 back: pages 4 and 5

The pattern is visible: outer sheet carries the outermost pages, working inwards, and each pairing sums to n + 1 where n is the total page count. That relationship is the whole of simple saddle-stitch imposition, and it is why booklets must have a page count divisible by four.

The vocabulary

Terms you will meet when talking to a printer:

  • Signature — a single sheet folded to produce several pages. A 16-page signature is standard for book work.
  • Saddle stitch — folded and stapled through the spine. Simple imposition, page count divisible by 4, practical up to roughly 64 pages.
  • Perfect binding — signatures gathered and glued at the spine. Used for thicker books.
  • Work and turn — printing both halves of a sheet's content on one plate, then flipping the paper along the long edge and printing the same plate again. Halves the plate cost.
  • Work and tumble — the same trick flipping along the short edge.
  • Creep (or push-out) — in a thick saddle-stitched booklet, inner pages protrude further than outer ones because of the folded paper's thickness. The imposition compensates by shifting content inward progressively.
  • Gutter — the space at the spine, which must be wide enough that content is not swallowed by the binding.
  • N-up — several pages on one sheet without folding, as in a 2-up handout.
  • Step and repeat — the same artwork tiled multiple times on a sheet, for labels and business cards.

The most important advice: do not do it

For commercial printing, send the printer sequential single pages. Not spreads, not imposed sheets.

Printers impose with dedicated software (Kodak Preps, Ultimate Impostrip, Esko) that accounts for their specific press, sheet size, folding equipment, creep and trimming. An imposition you produce from a desktop tool will not match their equipment, and supplying one means either they undo your work or the job comes out wrong.

This is the single most common misunderstanding in preparing print files. Designers frequently supply reader spreads — pages 2 and 3 side by side — because that is how the document looks in InDesign. It is not what the printer needs. Supply single pages in reading order, with bleed on all four sides, as covered in preparing a PDF for professional printing.

When you should impose yourself

Imposition is your job in a specific set of cases:

Printing a booklet on an office printer. No printer is going to do this for you; you are the print shop. This is the most common legitimate case, and it is covered end to end in how to print a booklet from PDF.

Handouts and review copies, 2-up or 4-up to save paper. Every print dialog does this: Acrobat's Multiple pages per sheet, or the OS print dialog's equivalent.

Labels, business cards, tickets — step-and-repeat on a sheet you will cut yourself.

Proofing a layout physically before sending it out, to check the flow of spreads.

Digital short-run printing where you control the whole chain.

Tools

Acrobat: Print → Booklet handles saddle-stitch imposition of the current document, with binding options for left/right edge and subset selection for multi-signature work. It is limited but it works and it is right there.

PDFsam Basic (free) has a Split by every n pages and a booklet-oriented Mix module; PDFsam Enhanced adds proper N-up.

pdfjam (a wrapper around pdfpages for LaTeX users) is the most flexible free option:

pdfjam --booklet true --landscape --suffix book input.pdf
pdfjam --nup 2x2 --frame true --suffix 4up input.pdf

It handles booklets, N-up, page selection, rotation and margins, and it is scriptable.

pdfbook2 does booklet imposition specifically, with margin control and options for handling the binding edge.

Ghostscript can do N-up via -dNumCopies and bookletmaker-style PostScript, though this is doing it the hard way — see ghostscript introduction.

Scribus and InDesign both have imposition plugins; InDesign's Print Booklet is decent for short-run work.

The details that go wrong

Page count. Saddle stitch requires a multiple of four. If your document is 14 pages, you are producing a 16-page booklet with two blanks, and you should decide deliberately where those blanks fall rather than letting the tool put them at the end.

Binding edge. Left-edge binding for left-to-right languages, right-edge for Arabic, Hebrew and traditional Japanese. Getting this wrong produces a booklet that reads backwards and is not obvious until it is printed.

Duplex flip direction. Long-edge versus short-edge binding on the printer. Get it wrong and every second page is upside down — the same failure discussed in fixing page order from duplex scanning, from the other direction.

Creep, on anything over about 20 pages on thick stock. Without compensation, the inner pages' outer margins get trimmed narrower than the outer pages'. Most desktop tools ignore creep entirely; for short booklets on ordinary paper this is fine.

Scaling. Imposing A4 pages two-up onto A4 means scaling to A5, and if the original had no margin allowance the content now sits at the very edge. Design for it, or accept a scaled result with a border.

Bleed on imposed sheets. Two pages placed side by side share an edge — bleed at that join has to be handled, usually by placing the pages with a gutter and trimming through. This is a real reason to let the printer impose.

Verifying an imposition

Before committing four hundred sheets:

  1. Print one copy on ordinary paper.
  2. Fold and staple it by hand.
  3. Read it. Page numbers in order, orientation consistent, nothing upside down, margins even.

This takes two minutes and catches every category of error above. Anyone who has printed a hundred copies of a booklet whose second half runs backwards does this ritually thereafter.

For digital verification, open the imposed PDF and check that the first sheet's front carries the last page and the first page adjacently. If it does not, the imposition is not a booklet imposition.

Summary

Imposition maps reading order onto sheet positions so that folding and cutting produce a readable document. For commercial printing, do not do it — supply sequential single pages with bleed and let the printer's software handle their press. Do it yourself for office-printed booklets, N-up handouts and step-and-repeat work, using Acrobat's booklet printing or pdfjam for anything more demanding. Then fold one copy by hand before you print the rest.

Try Docento's free PDF editor

No sign-up, 100% private — sign, annotate, and stamp PDFs in your browser.

Open the editor

Related Posts