Problem → SolutionApril 2, 20265 min read

Scanned PDF Has Inconsistent Page Sizes — How to Standardize Them

A scanned PDF where pages are different sizes (some A4, some slightly off, some rotated) is hard to print and file. Learn how to normalize all pages to a consistent size.

A scanned PDF with inconsistent page sizes — where some pages are 8.26" x 11.69" (A4), some are 8.5" x 11" (US Letter), and some are slightly different dimensions due to scanner calibration variation — causes alignment problems in printing, filing systems, and document management. Standardizing all pages to a single size is straightforward using a couple of approaches.

Why Scanned Pages Have Different Sizes

Scanner size variation has several causes: (1) different documents mixed in the same scan batch (some A4, some Letter), (2) scanner calibration drift producing slightly different dimensions each scan, (3) pages placed slightly off-center on the flatbed scanner, which shifts the effective scan area, (4) auto-crop feature cropping pages to their content boundary rather than a standard page size, producing irregular dimensions. All of these result in a PDF where page 1 might be 2160 x 2796 pixels and page 2 is 2167 x 2794 pixels — visually similar but technically different sizes.

Fix 1: Acrobat Pro Print to Standard Size

In Acrobat Pro: File → Print → set printer to "Adobe PDF" → in Paper Size select your target standard (A4 or US Letter) → under Page Sizing & Handling choose "Fit" or "Shrink oversized pages" → Print. The resulting PDF has all pages at your specified standard size. This is the fastest approach when you have Acrobat Pro. The trade-off: "Fit" scales each page to fill the target size, which may slightly zoom pages that were slightly smaller than the target.

Fix 2: Use Ghostscript (Free, All Platforms)

Ghostscript can normalize all pages to a specific size in one command: gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dFIXEDMEDIA -dPDFFitPage -sPAPERSIZE=a4 -sOutputFile=output.pdf input.pdf. Replace "a4" with "letter" for US Letter. This scales all pages proportionally to fit the specified paper size, preserving aspect ratios. Ghostscript is available free for Windows, Mac, and Linux.

Fix 3: Re-Scan With Fixed Page Size Settings

If re-scanning is an option: configure your scanner software to output a fixed page size rather than auto-cropping to content. In most scanner software, go to the scan settings and set "Page Size" to your standard (A4 or Letter) rather than "Auto" or "Actual Size." This forces all pages to the exact same dimensions regardless of where the document sits on the scanner. Use the Auto Document Feeder (ADF) for consistent positioning across multiple pages.

Fix 4: Set Page Boxes in Acrobat Pro

For precision control over individual pages in Acrobat Pro: open the Pages panel, select all pages (Ctrl+A), right-click → Crop Pages. Set all boxes (MediaBox, CropBox, TrimBox) to your target size. This does not scale content — it adjusts the declared page boundary. For pages slightly larger than A4, this trims the edges. For pages slightly smaller, this extends the white margin. Use this when you want to adjust declared size without scaling the content.

Try Edit Pages Now — Free

Browser-based, private, and instant. No account or software required.

Open Edit Pages
Report Bug
Send Feedback
Feature Request