ImpositionGuideReference

Imposition Math: How to Calculate Page Order, Signatures & Creep

Master the mathematics behind imposition. Learn how to calculate page order for saddle stitch and perfect binding, determine signature groupings, and compute creep compensation with real formulas and examples.

PDF Press Team
13 min read·23 avril 2026

Why Imposition Math Matters

Imposition is fundamentally a mathematical problem: given a document with pages 1 through N, determine which pages appear on each side of each press sheet, in what position, so that after folding, cutting, and binding, every page reads in the correct order. Getting this wrong means pages appear in the wrong sequence, upside down, or on the wrong side of the sheet.

Understanding the math behind imposition is valuable even when software handles the calculations automatically. Knowing the formulas helps you verify that your imposed output is correct, troubleshoot when something looks wrong, make informed decisions about signature size and binding method, and estimate paper usage before running a job.

This guide covers four key areas of imposition mathematics:

  • Saddle stitch page order — the classic booklet formula for nesting pages
  • Perfect binding signature math — distributing pages across multiple independent signatures
  • Creep compensation formulas — calculating the physical shift that paper thickness causes
  • N-up layout math — fitting items efficiently on press sheets

Each section includes the formula, worked examples, and practical rules of thumb for real-world use.

Saddle Stitch Page Order Formula

In saddle stitch binding, all sheets are folded in half and nested inside one another. On each side of each physical sheet, two pages appear: one on the left half and one on the right half. The key insight is that pages that share a sheet always sum to N+1, where N is the total page count.

The fundamental formula:

For a booklet with N pages (N must be a multiple of 4), pages k and (N+1−k) share the same physical sheet.

8-page booklet example:

With 8 pages, N = 8, so pages always sum to 9:

SheetSideLeft PageRight PageSum
1 (outer)Front818 + 1 = 9
1 (outer)Back272 + 7 = 9
2 (inner)Front636 + 3 = 9
2 (inner)Back454 + 5 = 9

When nested and stapled at the fold, these pages read sequentially from 1 to 8.

16-page booklet example:

With 16 pages, pages sum to 17:

SheetSideLeft PageRight Page
1Front161
1Back215
2Front143
2Back413
3Front125
3Back611
4Front107
4Back89

Quick formula for any page pair:

To find which page sits opposite page k on the same side of a sheet: opposite_page = N + 1 − k

Number of sheets: sheets = N / 4

An 8-page booklet uses 2 sheets. A 16-page booklet uses 4 sheets. A 32-page booklet uses 8 sheets.

PDF Press calculates this page order automatically when you impose a saddle-stitched booklet — upload your reader-order PDF, and the software arranges pages into the correct sheet sequence instantly.

Perfect Binding Signature Math

Perfect binding divides a book into signatures — independently folded sections that are gathered and glued at the spine. Each signature follows its own saddle-stitch page order internally, but the overall book is assembled by stacking signatures in sequence.

Signature math:

A book with N total pages, using S-page signatures, requires:

number_of_signatures = ceil(N / S)

pages_in_last_signature = N mod S (if this is not zero, the last signature has fewer pages than S, and the remaining slots are blank)

72-page book with 16-page signatures:

72 / 16 = 4.5 → 5 signatures

Signatures 1-4 each contain 16 pages (pages 1-16, 17-32, 33-48, 49-64). Signature 5 contains pages 65-72 plus 8 blank pages to fill the 16-page requirement.

Each 16-page signature is imposed as a saddle-stitched unit following the 16-page formula. The first signature contains pages 1-16, imposed so that after folding and nesting, those pages read in order. The second signature contains pages 17-32, imposed the same way. And so on.

200-page book with 16-page signatures:

200 / 16 = 12.5 → 13 signatures

Signatures 1-12 each contain 16 pages. Signature 13 contains pages 193-200 (8 pages) + 8 blank pages.

Mixing signature sizes for efficiency:

You can reduce blank pages by mixing signature sizes. A 200-page book with all 16-page signatures needs 208 pages (8 blanks). But using 12 × 16-page signatures (192 pages) + 1 × 8-page signature (8 pages) = exactly 200 pages, zero blanks:

12 × 16 + 1 × 8 = 192 + 8 = 200 ✓

This kind of optimization is one of the most practical applications of signature planning. PDF Press calculates optimal signature distribution automatically, mixing 8-page and 16-page signatures to minimize blank pages.

Creep Compensation Formula

Creep is the physical push-out of inner pages in a saddle-stitched booklet caused by paper thickness. The compensation formula tells you exactly how much to shift each page inward.

Total creep formula:

TotalCreep = (Sheets − 1) × Caliper × 2

Where:

  • Sheets = total pages / 4
  • Caliper = thickness of one sheet in millimeters
  • The factor of 2 accounts for both sides of the fold

Example: 32-page booklet (8 sheets) on 100 gsm coated paper (0.10 mm caliper):

TotalCreep = (8 − 1) × 0.10 × 2 = 1.40 mm

Per-sheet shift formula:

Shift(i) = TotalCreep × (Sheets − i) / (Sheets − 1)

Where i = sheet position from outside (1 = cover, Sheets = center spread)

For our 32-page booklet:

SheetPositionShift (mm)
1 (cover)Outermost1.40
21.20
31.00
40.80
50.60
60.40
70.20
8 (center)Innermost0.00

Per-page shift: Each page on a given sheet shifts inward (toward the spine) by half the sheet's total shift: PageShift = Shift(i) / 2

202 gsm cover on 100 gsm interior:

When the cover uses heavier stock, the first sheet's caliper changes. If the cover is 202 gsm (0.27 mm) and the interior is 100 gsm (0.10 mm):

TotalCreep = 0.27 + (8−2) × 0.10 × 2 = 0.27 + 1.20 = 1.47 mm

This is slightly more than the uniform-stock case, which is why it is important to specify the correct caliper for mixed-stock jobs.

Rule of thumb: Apply creep compensation on any saddle-stitched booklet with 16 or more pages. Below 16 pages on standard 80 gsm paper, total creep is under 0.6 mm and visually negligible.

N-Up Layout Math

N-up imposition fits multiple copies of the same item (or multiple different items) on a single press sheet. The math determines the maximum number that fit and the resulting paper efficiency.

Basic formula:

items_per_sheet = floor(paper_width / item_width) × floor(paper_height / item_height)

This calculates how many items fit in a grid without rotation. The floor function rounds down to the nearest integer because partial items do not count.

Business card example:

Paper: A4 (210 × 297 mm). Item: Business card (90 × 54 mm) with 3 mm bleed on each side = 96 × 60 mm per card including bleed and gutter.

columns = floor(210 / 96) = floor(2.19) = 2

rows = floor(297 / 60) = floor(4.95) = 4

items_per_sheet = 2 × 4 = 8 cards per A4 sheet

If you allow rotation (some cards landscape, some portrait), you can often fit more. But for identical items, the grid formula is the standard approach.

With rotation for maximum yield:

layout_a = floor(W / w) × floor(H / h) (all portrait)

layout_b = floor(W / h) × floor(H / w) (all landscape)

best_layout = max(layout_a, layout_b)

For business cards on A4, layout_a (portrait) = 8 and layout_b (landscape) = floor(210/60) × floor(297/96) = 3 × 3 = 9. The landscape rotation yields one more card.

Paper efficiency:

efficiency = (items × item_area) / paper_area × 100%

For our 9-card layout: (9 × 90 × 54) / (210 × 297) × 100% = 43,740 / 62,370 × 100% = 70.1%

The remaining 29.9% is consumed by bleeds, gutters, crop marks, and press sheet margins — necessary for professional print production but worth optimizing when possible.

PDF Press calculates the optimal n-up layout automatically, testing both orientations and selecting the arrangement that maximizes items per sheet while preserving bleed and safety zones.

Signature Planning for Any Page Count

Choosing the right signature configuration minimizes waste and matches your printer's capabilities. Here are the rules for planning signatures for any page count.

Rule 1: Round up to the nearest signature multiple.

Every book must end on a complete signature. If your content is 148 pages and you use 16-page signatures, the book must be 160 pages (10 × 16). The extra 12 pages become blanks at the end.

total_pages = ceil(content_pages / signature_size) × signature_size

blank_pages = total_pages − content_pages

Rule 2: Use mixed signature sizes to minimize blanks.

You can combine 8-page, 16-page, and 32-page signatures. For a 148-page book:

  • All 16-page signatures: 160 pages, 12 blanks
  • 9 × 16-page + 1 × 8-page signatures: 152 pages, 4 blanks
  • 9 × 16-page + 1 × 4-page signature (if supported): 148 pages, 0 blanks ✓

Rule 3: Choose signature size based on page count.

  • Under 48 pages: Consider saddle stitch (no signatures needed — all pages in one nested set)
  • 48-128 pages: 16-page signatures offer the best balance of efficiency and flexibility
  • 128-256 pages: Mix of 32-page and 16-page signatures for optimal coverage
  • 256+ pages: Primarily 32-page signatures, with a smaller closing signature

Rule 4: Consider the printer's press sheet size.

Not all printers can fold 32-page signatures. A 32-page signature requires large-format press sheets and folding equipment that handles three-fold operations. Always confirm your printer's capabilities before choosing signature sizes. Most commercial printers support 8-page and 16-page signatures; 32-page signatures require larger equipment.

For a complete walkthrough of signature planning, see our signature planning guide and our comparison of saddle stitch vs perfect binding.

Work-and-Turn vs Work-and-Tumble Calculations

When printing both sides of a sheet, two methods determine how the second side is aligned: work-and-turn and work-and-tumble.

Work-and-turn: The sheet is flipped top-to-bottom (along the long edge). The same gripper edge feeds the paper for both sides. This requires that the top and bottom margins are equal on both sides and the imposed layout is symmetrical around the horizontal axis.

Work-and-tumble: The sheet is flipped left-to-right (along the short edge). The gripper edge changes between sides. This requires equal left and right margins on both sides and a symmetrical layout around the vertical axis.

Page order calculations:

For work-and-turn, the second-side page order is the reverse of the first side:

Side 1: [1, 2, 3, 4] (left to right, top to bottom)
Side 2: [5, 6, 7, 8] (flipped top-to-bottom, reading left to right)

For work-and-tumble, the second side is the same orientation, but mirrored:

Side 1: [1, 2, 3, 4]
Side 2: [5, 6, 7, 8] (flipped left-to-right)

When to use each:

  • Work-and-turn is preferred when the image area allows it — it produces the least waste and requires minimal gripper margin adjustments.
  • Work-and-tumble is necessary when the image area on the second side does not fit with the same gripper edge — for example, when the top margin differs between sides.

For n-up layouts, work-and-turn is nearly always the better choice because it maintains consistent margins on all sides of each item. Work-and-tumble is more common in full-sheet booklet production where the spine margin differs from the fore-edge margin.

Tools That Do the Math for You

Doing imposition math by hand is a worthwhile learning exercise, but for production work it is slow and error-prone. A single wrong page number in an 8-signature book means the entire job prints incorrectly.

PDF Press handles all of the calculations described in this guide automatically:

  • Page order: Select your binding method and page count, and PDF Press calculates the correct page sequence for every sheet and every side — saddle stitch nesting, perfect binding signature distribution, and n-up grid arrangements.
  • Creep compensation: Enter your paper caliper (or accept the default for your stock), and PDF Press applies the exact per-sheet shift to counteract push-out. No manual calculations, no lookup tables.
  • Signature distribution: Choose your signature size and PDF Press divides pages across signatures, adds blanks where needed, and can mix 8-page and 16-page signatures to minimize waste.
  • N-up optimization: The n-up tool tests both orientations and selects the arrangement that maximizes yield per sheet.
  • Real-time preview: See every imposed sheet with actual content, not just page numbers. Verify that the math is correct before you commit paper to press.

The tool is free, runs entirely in your browser, processes files locally for privacy, and requires zero installation. Upload your PDF, select your layout, and download the correctly imposed file — the math is handled for you.

For deeper reading on specific topics covered in this guide, see our creep compensation explained article and our page creep in book imposition reference.

Try it yourself

PDF Press runs entirely in your browser. Upload a PDF, pick a tool, and download the result — fast and private.

Open PDF Press

Frequently Asked Questions

Ready to try professional PDF imposition?

PDF Press is a browser-based imposition tool with 22 professional tools. No installation required.

Open PDF Press