Every page in a PDF document has a defined width and height, stored in the file as the MediaBox value. This determines how the page renders on screen and how it prints on paper. Standard sizes include A4 (210 × 297 mm), Letter (8.5 × 11 in), and Legal (8.5 × 14 in).
When pages in a single PDF have different sizes — for example, a report where some pages are Letter and others are A4, or a scanned document where each page has slightly different dimensions — it causes problems with printing, binding, and document management.
Fixing PDF page size means resizing every page in a PDF to a single, uniform target dimension. The original content on each page is scaled proportionally and centered on the new page.
PDFs with mixed page sizes commonly result from:
Combining files from different sources — Merging documents created in different regions (A4 vs. Letter) or different applications
Scanning — Scanner settings may vary between sessions, producing pages with slightly different dimensions
Mixed content types — A single PDF containing spreadsheets (often Landscape/Letter), text documents (A4), and presentations (16:9)
Software export differences — Different PDF generators (Word, Google Docs, LaTeX, browser print-to-PDF) use different default page sizes
Manual edits — Cropping, adding pages, or inserting content from other PDFs without standardizing dimensions
| Feature | Description |
|---|---|
| Standard page sizes | A3, A4, A5, B4, B5, Letter, Legal, Tabloid |
| Custom dimensions | Set any width and height in points, inches, or millimeters |
| Orientation control | Auto-detect, force Portrait, or force Landscape |
| Scaling modes | Fit to Page (preserves all content within bounds) or Fill Page (covers entire area, may crop edges) |
| Background color | Choose any background color for the margin area |
| Client-side processing | All processing happens in your browser. Files are never uploaded to any server |
| No registration required | Use immediately, no account or email needed |
| Free | No cost, no watermarks, no file limits |
Drag and drop a PDF file onto the upload area, or click the upload area to browse and select a file from your device. The tool accepts .pdf files of any size.
Select a standard size from the dropdown:
| Size | Dimensions (mm) | Dimensions (in) | Dimensions (pt) | Common Use |
|---|---|---|---|---|
| A3 | 297 × 420 | 11.69 × 16.54 | 841.89 × 1190.55 | Posters, large diagrams |
| A4 | 210 × 297 | 8.27 × 11.69 | 595.28 × 841.89 | Standard international documents |
| A5 | 148 × 210 | 5.83 × 8.27 | 419.53 × 595.28 | Booklets, small manuals |
| B4 | 257 × 364 | 10.12 × 14.33 | 708.66 × 1000.63 | Newspapers, academic journals |
| B5 | 176 × 250 | 6.93 × 9.84 | 498.90 × 708.66 | Magazines, medium-format books |
| Letter | 215.9 × 279.4 | 8.5 × 11 | 612 × 792 | Standard US documents |
| Legal | 215.9 × 355.6 | 8.5 × 14 | 612 × 1008 | US legal contracts, forms |
| Tabloid | 279.4 × 431.8 | 11 × 17 | 792 × 1224 | Newspapers, large-format prints |
For non-standard sizes, select Custom and enter your own width and height.
Orientation: Choose Auto (detects the best fit), Portrait, or Landscape
Units: When using custom dimensions, select Points (pt), Inches (in), or Millimeters (mm)
Scaling Mode:
Fit to Page — Scales content to fit entirely within the target page. White space may appear on the sides. Use this when you need to preserve all content.
Fill Page — Scales content to cover the entire target page. Some content at the edges may be cropped. Use this when you need a full-bleed result.
Background Color: Set the color of any exposed margin area when content does not fill the entire page
Click "Fix Page Size & Download". The tool processes each page in your browser — no data is sent to any server. When complete, the standardized PDF downloads automatically.
Print shops and publishers: Clients submit PDFs with mixed page sizes. Standardize all pages to a single size before sending to the printer to avoid misaligned output and wasted paper.
Legal and compliance: Courts and government agencies often require documents submitted on specific paper sizes (e.g., Legal 8.5 × 14 in the US, A4 in the EU). Fix non-compliant pages before filing.
Academic submission: Journals and universities typically require manuscripts on A4 or Letter size. Standardize your PDF before uploading to a submission portal.
Corporate document management: Maintain a consistent format across internal documents. Standardize merged reports, meeting minutes, and archived files.
Archiving and digitization: Scanned documents often have inconsistent page dimensions. Batch-standardize them for uniform archival storage.
This tool operates entirely in your browser using two open-source JavaScript libraries:
pdf-lib — Creates and modifies PDF documents, embedding pages with new dimensions
pdf.js (Mozilla) — Renders PDF pages for preview and parsing
When you upload a PDF:
The file is read into memory as an ArrayBuffer
Each page's original dimensions are read from the MediaBox
A new PDF document is created with pages at the target size
Each original page is embedded as a form XObject on the new page
Content is scaled and centered based on your selected scaling mode
The background rectangle is drawn at the full target size
The result is saved and downloaded as a new PDF
At no point does your file leave your device. There is no server upload, no temporary storage, and no logging of file contents.
It means resizing all pages in a PDF document to a single, uniform page size (such as A4 or Letter). The original content on each page is scaled proportionally and centered on the new page dimensions.
All processing happens locally in your web browser. Your PDF file is never uploaded to any server. No data leaves your device at any point during the process.
Standard sizes: A3, A4, A5, B4, B5, Letter, Legal, and Tabloid. You can also set any custom width and height in points, inches, or millimeters.
Fit to Page scales your content so that all of it fits within the target page. Some white space may appear in the margins. Fill Page scales your content to cover the entire target page, which may crop content at the edges.
Yes. You can select Auto (automatically detects the best orientation), Portrait, or Landscape.
No. The tool re-embeds each page at the target dimensions without re-encoding or compressing the original content. Vector graphics, text, and images retain their original quality.
Currently, the tool processes one PDF at a time. For batch processing, run the tool sequentially for each file.
The original file on your device is never modified. The tool creates and downloads a new, standardized PDF. Your original file remains unchanged.
Common causes include merging documents from different sources, scanning with inconsistent settings, exporting from different applications with different default page sizes, or inserting pages from other PDFs.
Yes. The tool works in any modern web browser on desktop, tablet, or mobile devices.