Putting multiple PDF pages on one sheet -- sometimes called "n-up" printing -- shrinks 2 or 4 original pages down and arranges them on a single output page. It's the standard trick for printing handouts on less paper, creating a compact proof copy of a long document, or scanning a document quickly without flipping through dozens of pages one at a time. LockerPDF's Multiple Pages per Sheet tool does this entirely in your browser: upload a PDF, pick 2 or 4 pages per sheet, and download the result. Nothing is uploaded to a server.

What "pages per sheet" actually does

The tool takes your source PDF and rebuilds it as a new document where each output sheet contains a grid of your original pages, shrunk down to fit. Choose "2 pages per sheet" and each output page gets a 1-column, 2-row grid, stacking two original pages on top of each other. Choose "4 pages per sheet" and each output page gets a 2x2 grid, fitting four original pages onto one sheet.

Pages are placed in reading order: left to right, top to bottom. With 4 pages per sheet, source pages 1-4 land on the first output sheet, pages 5-8 on the second, and so on. A 20-page document becomes a 5-sheet document at 4-up, or a 10-sheet document at 2-up. There's no manual arranging step -- the order follows your original document straight through.

Vector placement, not a rasterized image

This is the part worth understanding before you use the tool: each source page is embedded into the new document as actual vector content, using pdf-lib's page-embedding API, rather than being rendered to an image and pasted in. That distinction matters more than it sounds. Text on the combined sheet stays selectable and searchable, exactly as it was in the source document. Any vector graphics or embedded images keep their original resolution -- shrinking a page down doesn't degrade or blur what's on it, because nothing is ever converted into pixels.

This is different from how LockerPDF's Compress PDF and Grayscale PDF tools work, which render each page to a JPEG and rebuild the file from images -- a tradeoff that shrinks file size but gives up selectable text. Pages per Sheet doesn't make that tradeoff. You're not compressing the document or reducing image quality; you're just repositioning existing pages, at a smaller size, onto fewer sheets. File size may still drop somewhat since you end up with fewer sheets overall, but that's a side effect, not the mechanism.

How pages are sized and fitted

Each source page keeps its own aspect ratio when it's shrunk to fit its spot on the sheet. If a page's proportions don't exactly match its grid cell -- for example, a landscape page dropped into a cell sized for portrait content -- it's centered and letterboxed within that cell rather than stretched or squashed to fill it. You'll never end up with distorted text or warped images just because the shapes didn't line up perfectly.

The output sheet size matches your source PDF's own page size. There's no separate paper-size picker in this version -- if your source document is US Letter, your output sheets are US Letter; if it's A4, the output is A4. If you need a specific output paper size that differs from your source, resize or convert the source file first.

When to use this instead of just printing smaller

Most printer drivers can shrink a document at print time, but that only helps if you're printing right now, from that machine, with those settings. Combining pages into a single PDF ahead of time means the compact layout travels with the file -- you can email it, upload it somewhere, or hand it off to someone else's printer and the layout stays exactly as you built it, no driver settings required on their end.

A few concrete situations where this earns its keep:

  • Handouts: printing slides or reference material for a class or meeting where the audience doesn't need full-size pages, just something to follow along with.
  • Draft or proof copies: reviewing a long report or manuscript on paper without burning through a full ream, since layout and pagination issues are usually still visible at reduced size.
  • Quick visual scans: flipping through a long document's structure -- chapter breaks, image placement, section headers -- without needing to read every page at full size.

Reordering pages first

Pages per Sheet always follows your document's existing page order. If pages are out of sequence, or you want to drop a few before combining, handle that first with Organize PDF, which lets you drag pages into a new order, delete individual pages, and rotate pages one at a time -- also entirely client-side, also using pdf-lib to embed real page content rather than flattening anything to an image. Save the reordered file there, then run it through Pages per Sheet.

How to combine PDF pages onto one sheet

  1. Go to Multiple Pages per Sheet and upload your PDF.
  2. Choose "2 pages per sheet" or "4 pages per sheet."
  3. Click "Combine Pages."
  4. Download the result.

FAQ

Does this tool upload my PDF anywhere?

No. Combining runs as JavaScript in your browser tab using pdf-lib to read and rebuild the PDF's page structure directly on your device. Your file is never sent to a server, at any point in the process.

Will my text still be selectable after combining pages?

Yes. Each source page is embedded as vector content and shrunk to fit its grid cell, not rendered to an image. Text stays selectable and searchable, and any images or graphics on the page keep their original resolution -- nothing is rasterized.

Can I choose the output paper size separately from my source PDF?

Not in this version. The output sheet size matches your source PDF's own page size. If you need a different output size, resize or convert your source file to that size before running it through Pages per Sheet.

What's the difference between 2 pages per sheet and 4 pages per sheet?

2 per sheet stacks two original pages vertically on each output sheet. 4 per sheet arranges four original pages in a 2x2 grid. Both preserve reading order: with 4 per sheet, pages 1-4 go on the first output sheet, 5-8 on the second, and so on.

Will pages get stretched or distorted to fill their grid cell?

No. Each page keeps its own aspect ratio when shrunk. If a page's proportions don't exactly match its cell -- a landscape page in a portrait-shaped slot, for example -- it's centered and letterboxed within that cell instead of being stretched to fill it.

Try Multiple Pages per Sheet

Combine 2 or 4 pages of a PDF onto each output sheet.

Open Multiple Pages per Sheet →
← Back to all articles