How to normalise mixed page sizes to one consistent size
- Step 1Decide the target size — Pick the size most pages already use to minimise scaling — usually A4 (595 × 842 pt) or Letter (612 × 792 pt). Pages already at that size pass through unscaled; only the odd ones get resized.
- Step 2Drop the mixed-size PDF onto the tool — Open PDF Resize and drag the file in. Free tier: 2 MB / 50 pages. Pro: 50 MB / 500 pages. Assembled bundles can be large — check the limit.
- Step 3Choose the target — preset or custom points — Click A4, Letter, or Legal, or type your own Width (pt) and Height (pt) (points only, minimum 72). This is the single size every page will become.
- Step 4Run the normalisation — Process. Every page is scaled proportionally onto the target size and centred. Pages already at the target are unchanged in appearance; others are scaled up or down with a white border if their ratio differs.
- Step 5Scroll through and check the joins — Open the output and scroll. The page boxes should now be identical. Look especially at pages that were much larger (e.g. an A3 drawing scaled to A4) to confirm they're still legible at the reduced size.
- Step 6Download the uniform document — Save the normalised PDF. If a few oversized pages came out too small to read, see the FAQ on keeping them at a larger size via extract-and-recombine.
How each source size behaves when normalised to A4
Target = A4 (595 × 842 pt). The tool scales each page proportionally to fit, never stretching, and centres it.
| Source page | Scale onto A4 | Result |
|---|---|---|
| A4 (595 × 842) | 1.0× | Unchanged appearance |
| Letter (612 × 792) | ≈0.97× | Slightly smaller, thin top/bottom band |
| Legal (612 × 1008) | ≈0.84× | Shrunk to fit A4 height, white band left/right |
| A3 (842 × 1191) | ≈0.71× | Drawing at ~half area — check legibility |
| A5 (420 × 595) | ≈1.42× | Enlarged to fill A4; raster may soften |
Choosing a normalisation target
Preset targets plus the common typed custom sizes for normalising a mixed bundle.
| Target | Points | How to set | Best when most pages are… |
|---|---|---|---|
| A4 | 595 × 842 | A4 preset button | European / international documents |
| Letter | 612 × 792 | Letter preset button | US documents |
| Legal | 612 × 1008 | Legal preset button | US legal / contract bundles |
| A3 | 842 × 1191 | Type it (no preset) | Drawing-heavy sets you want enlarged |
| Custom | ≥ 72 × 72 | Type W × H in points | House sizes the presets don't cover |
Cookbook
Real mixed-size normalisation jobs and exactly what each produces.
A4 report with a Letter appendix
Most pages are A4; a few Letter pages from a US source crept in. Normalise to A4 so only the strays get scaled.
Input: report.pdf, 30 pages
p1-26: 595 x 842 (A4)
p27-30: 612 x 792 (Letter appendix)
Action: A4 preset
Output: 30 pages, all 595 x 842 pt
p1-26 unchanged (scale 1.0)
p27-30 scaled to ~0.97x, thin bandsScanned bundle with inconsistent boxes
A feeder scan where every few pages came out a slightly different size. Normalise to the dominant size to make it uniform.
Input: scan.pdf, 18 pages, sizes ranging
594-620 wide, 840-850 tall (near-A4 jitter)
Action: A4 preset (595 x 842)
Output: 18 pages, all exactly 595 x 842 pt
each scaled by its own near-1.0 factor,
centred -> clean, uniform setContract bundle to Legal
A US legal bundle mixing Letter signature pages with Legal exhibits. Normalise to Legal so nothing is downscaled awkwardly.
Input: bundle.pdf, 40 pages
Letter (612 x 792) + Legal (612 x 1008) mixed
Action: Legal preset (612 x 1008)
Letter pages: scale min(612/612, 1008/792) = 1.0 (width-bound),
content full width, white band top+bottom
Legal pages: scale 1.0
Output: 40 pages, all 612 x 1008 ptKeeping the A3 drawings large (workaround)
You want a uniform A4 body but the A3 drawings must stay big. The tool can't keep some pages at one size and others at another in one run — so split, normalise, recombine.
Goal: A4 body + A3 drawings, in one file 1. PDF Extract Pages -> body.pdf (the A4-ish pages) 2. PDF Extract Pages -> drawings.pdf (the A3 pages) 3. resize body.pdf -> A4 (595 x 842) 4. resize drawings.pdf -> A3 (842 x 1191), if needed 5. PDF Merge body.pdf + drawings.pdf Result: uniform within each section, two sizes overall
Oversized page becomes too small to read
Normalising an A3 drawing down to A4 halves its area — small annotations can become illegible. The fix is to normalise up, or keep that page out.
Input: spec.pdf, mostly A4 + one A3 drawing with 6 pt callouts
Action (lossy): A4 preset -> A3 page at ~0.71x,
callouts now ~4.3 pt -> hard to read
Action (better): normalise the whole file to A3 instead,
or extract+keep the A3 page (see prior recipe)Edge cases and what actually happens
Wanting to normalise all pages except a few
Not supportedThere's no page-range option — the chosen size hits every page in one run. To keep some pages (e.g. A3 drawings) at a different size, split with PDF Extract Pages, normalise each part to its own size, then recombine with PDF Merge.
Large pages scaled down become illegible
ExpectedNormalising an A3 (or larger) page down to A4 roughly halves its area, so fine annotations can become too small to read. Either normalise the whole bundle to the larger size, or extract-and-keep the oversized pages. The tool won't selectively skip them.
Form fields removed during normalisation
FlattenedEach page is rebuilt by embedding the original as a graphic (embedPages), which drops AcroForm fields, buttons, and JavaScript across the whole document. If the bundle contains fillable forms, fill and flatten them before normalising.
Hyperlinks and bookmarks lost
Not preservedLink annotations and the document outline aren't carried onto the normalised pages. A bundle with a clickable table of contents loses its links. If navigation matters more than uniform sizing, keep the original or rebuild the outline afterward.
Landscape pages mixed with portrait
By designThe tool never rotates. Normalising a mixed-orientation bundle to portrait A4 leaves the landscape pages small with big top/bottom bands. Rotate the landscape pages first with PDF Rotate, or accept the bands. There's no auto-orient.
Pages already at the target size
No-op-ishA page already at the target gets scale 1.0 and looks identical, though it's still rebuilt (re-embedded), so its byte layout changes. This is why normalising to the dominant size is best — most pages pass through visually untouched.
Near-identical 'jitter' sizes from scanning
HandledScanner output that varies by a few points page-to-page is exactly what normalisation fixes — each page scales by its own near-1.0 factor onto the exact target, producing a truly uniform box. The tiny scaling is invisible.
Free tier file too big for the bundle
Tier limitAssembled bundles often exceed the free 2 MB / 50-page cap. Compress with PDF Compress (Lossless) first, split the bundle, or upgrade to Pro (50 MB / 500 pages).
Encrypted pages in the bundle
HandledThe engine loads with ignoreEncryption: true, so owner-password restrictions don't block normalisation. A file that needs a password just to open must go through PDF Unlock first.
White borders appear on some normalised pages
ExpectedPages whose original aspect ratio differs from the target (e.g. Legal pages normalised to A4) get a white border on one pair of edges, because content is fitted proportionally rather than stretched. That's correct — there's no fill or crop mode. Use PDF Crop if you'd rather trim than pad.
Frequently asked questions
Will larger pages (e.g. A3) be scaled down to A4?
Yes. When you normalise to A4, every page including A3 is scaled to fit A4. An A3 page scaled to A4 ends up at about 71% on each axis — roughly half the area. If the A3 content has fine detail, consider normalising the whole file to a larger size instead.
What if I want to keep the A3 pages but standardise the rest?
The tool resizes every page in one run — it can't keep some pages at their original size. The workaround: extract the A3 pages with PDF Extract Pages, normalise the remaining pages to A4, then recombine with PDF Merge. (The thin version of this guide implied a page-range option — there isn't one; this is the real method.)
Is content ever lost during normalisation?
No visible content is lost — scaling fits everything inside the new box, padding with white if the aspect ratio differs. However, interactive form fields, links, and bookmarks are dropped because pages are rebuilt. Flatten forms first if you need their answers preserved.
Which target size should I pick?
Pick the size most pages already are, to minimise scaling. Those pages pass through at scale 1.0 (visually unchanged) and only the strays get resized. For a mostly-A4 bundle choose A4; for a US bundle choose Letter or Legal.
Can I normalise to a non-standard house size?
Yes — instead of a preset, type your Width (pt) and Height (pt) (points only, minimum 72). Every page is then forced to that custom size.
Why do some pages get a white border after normalising?
Pages whose original ratio differs from the target are fitted proportionally (no stretching), so spare space appears on one pair of edges and is filled white. Legal-to-A4, for instance, leaves bands. It's correct, distortion-free behaviour.
Does normalising fix mixed orientation too?
No. The tool scales but never rotates. Landscape pages normalised to a portrait target end up small with large bands. Rotate them first with PDF Rotate, then normalise.
Will my fillable forms survive normalisation?
No — normalising rebuilds pages and drops AcroForm fields entirely. Fill and flatten any forms in the bundle before running the normalisation.
How does this improve display in a DMS or portal?
Many document systems assume uniform page geometry for thumbnails, viewers, and printing. A bundle with mixed boxes can render with jumpy thumbnails or per-page re-scaling on print. Forcing one consistent size makes the viewer treat every page identically.
How large a bundle can I normalise?
Free: 2 MB / 50 pages. Pro: 50 MB / 500 pages. pro_media: 500 MB. Assembled bundles are often big — compress with PDF Compress (Lossless) or split first if you're over the limit.
Does normalisation change page order or count?
No. It's strictly one page in, one page out, in the same order. To also reorder or remove pages, use PDF Reorder or PDF Delete Pages as a separate step.
Is anything uploaded?
No. Normalisation runs in your browser via pdf-lib. Assembled bundles — contracts, case files, reports — never leave your device; only an anonymous file-processed counter is stored for dashboard stats, with no content.
Privacy first
All PDF processing runs locally in your browser using PDF-lib and pdf.js. No file is ever uploaded — only metadata counters are saved for signed-in dashboard stats.