Resizing a PDF page means changing its physical page dimensions — the width and height measured in PDF points, where 72 points equal exactly one inch — and scaling the page content to match. The tool reads your file, recomputes every page's geometry, and writes a new PDF with consistent dimensions on every page. Standard targets are A4 (595 by 842 points), US Letter (612 by 792 points), and US Legal (612 by 1008 points), and you can also scale by any percentage relative to the current size. Resizing changes page geometry, not bytes on disk: the downloaded file is normally about the same size as the original, sometimes larger, because images and fonts are not re-sampled or stripped. That makes page resizing the right job when you need uniform paper dimensions for printing, binding, or submission forms, and the wrong job when what you actually want is a smaller attachment to email. The whole process runs locally in your browser with the Resize PDF tool, so the PDF is never uploaded to a server.

What "Resizing a PDF Page" Actually Changes
A PDF stores each page as a fixed-size canvas with content drawn inside it. When you resize a page, you change the canvas itself — the width and height that printers, viewers, and submission portals read when they open the document. Page geometry is measured in PDF points, where 72 points make exactly one inch. A US Letter page is 612 points wide and 792 points tall (8.5 by 11 inches), A4 is 595 by 842 points (210 by 297 mm), and US Legal is 612 by 1008 points (8.5 by 14 inches). These are the standard targets most tools offer because they match the paper stocks that printers, copiers, and form portals expect.
The crucial distinction is between page geometry and file size. Page resizing is not the same thing as compression. Compression re-samples images, removes redundant metadata, and rebuilds the document so it occupies fewer bytes on disk. Page resizing leaves the underlying content alone and changes only the size of the page that contains it. After resizing, the byte count of the downloaded file is usually close to the original, and sometimes larger, because the new page still carries the same embedded fonts and images as before. If you actually need a smaller attachment to email, page resizing alone will not get you there; you need image down-sampling and object optimization, which is a different job.
Pick a Target Size: A4, Letter, or Legal
Before you click anything, decide which paper standard your document needs to match. The three options that almost every printer, office, and online portal accepts are A4, US Letter, and US Legal.
| Standard | Points (width × height) | Inches | Common use |
|---|---|---|---|
| A4 | 595 × 842 | 8.27 × 11.69 | International offices, most of Europe and Asia |
| US Letter | 612 × 792 | 8.5 × 11 | United States and Canada default |
| US Legal | 612 × 1008 | 8.5 × 14 | Legal pads, contracts, longer forms |
Most readers only ever need A4 or US Letter. Pick A4 if your audience is outside North America or the portal explicitly asks for ISO sizes. Pick Letter for the United States and Canada. Legal is rarer but useful for contracts, court filings, and accounting worksheets that need the extra two inches of vertical space. The dimensions in the table above are exactly what a PDF viewer reports when you open the page properties dialog; you can verify them in any reader.
Fit vs Stretch: How Content Adapts to the New Page
Once you have a target, the next decision is how the existing content should sit on the new page. Two scaling modes handle this, and the difference matters whenever the aspect ratios of the source and target do not match.
Fit keeps the original proportions. The tool computes a single scale factor — the smaller of (target width ÷ source width) and (target height ÷ source height) — applies it to both dimensions, and centers the scaled artwork inside the new page. Where the aspect ratios differ, even margins appear on the sides or top and bottom. Nothing is distorted and nothing is cut off. Fit is the safe default for documents you plan to print, read, or submit, because text and images keep the shape they were designed with.
Stretch scales width and height independently. The content is stretched or squeezed so it fills the entire target page edge to edge, even when that means changing the proportions. Stretch is the right choice when you deliberately want the content to fill a frame — a poster, a printed banner, an image-heavy slide that should bleed to the margins — and you do not mind that circles turn into ovals or square photographs become rectangles.
To make the Fit math concrete, here is a single worked example. Suppose your PDF was exported as a 1280 by 720 point slide (a 16:9 ratio) and you want every page on US Letter (612 by 792 points) using Fit. The scale factor is:
scale = min(612 ÷ 1280, 792 ÷ 720) scale = min(0.478, 1.100) scale = 0.478
The content is scaled to about 0.478 of its original size, the resulting artwork measures roughly 612 by 344 points, and the tool centers it vertically inside the 612 by 792 page, leaving approximately 224 points of even margin above and below. No part of the original is cropped; the slide simply sits in the middle of a Letter page.
Scaling by Percentage When There Is No Standard Target
Standard targets do not cover every situation. Maybe you want a poster blown up for a wall print, a worksheet shrunk so it fits a small notebook, or a slide deck that just needs to be 80 percent of its current size. Percentage mode handles these cases: enter a value and every page is scaled by that factor relative to its current dimensions. A value of 50 percent halves each page, 200 percent doubles it, and any number in between works the same way. The content is scaled along with the geometry, so text and images keep their position on the page.
Because each page keeps its own proportions, percentage mode is forgiving on mixed-size documents. A document with one Letter page and one A4 page in it will come out with both pages scaled by the same percentage, so a 50 percent run turns the Letter page into a 306 by 396 point page and the A4 page into a 297 by 421 point page. If your real goal is to make a mixed-size document uniform, switch to Standard size mode and pick a target instead — every page is then measured individually and brought onto the same paper.
Resize a PDF Page in Three Steps
- Click Browse PDF and choose the file you want to resize, or drag it from your file manager onto the page — it is read locally in your browser.
- Choose Standard size and pick A4, US Letter, or US Legal, set portrait or landscape, and select Fit or Stretch. Alternatively switch to Percentage and enter a scale value such as 75 or 150.
- Click Resize PDF and download the new file from the result link — every page is rescaled the same way, and nothing leaves your device.
If your file has a password, the tool reports that it could not be read and you need to remove the protection first. If a page carries a rotation flag (common with phone-camera scans), the rotation is preserved on top of the new size, so the content is turned but never cut or distorted.
Common Situations Where Page Resizing Matters
Page resizing is the right answer in a handful of recurring situations. A slide deck exported from presentation software often arrives at a custom 16:9 size in points; resizing to Letter makes the slides print on standard paper without weird scaling in the print dialog. A scanned document captured at an odd width can be brought onto Letter or A4 so it lines up with the rest of a binder. A government or university submission portal that demands A4 will reject a Letter PDF at the upload step; resizing before submission avoids the rejection. A poster built on a custom canvas can be normalized to a printable size in one pass.
In each of these cases the goal is consistent paper dimensions, and page resizing is exactly the operation that delivers them. The job is not to make the file lighter, not to extract text, and not to combine it with other documents — those are different tools in the same family. Resize PDF handles the geometry change in a single browser pass, leaving the original untouched on disk.
Privacy, Limits, and Things to Watch For
The Resize PDF tool runs entirely in your browser. The file is read into memory and processed locally with JavaScript using pdf-lib, with no server upload, no cloud storage, and no tracking of document contents. That makes it suitable for confidential contracts, medical records, and financial statements; the bytes stay on your computer from start to finish. The original file is never modified, and the downloaded copy is a brand-new PDF with the new page geometry.
Two practical limits are worth knowing. Password-protected PDFs cannot be read without their password and must be unlocked first. And rotated pages — typically scans that came out sideways because the phone was held in landscape — keep their rotation flag on top of the new size, so a portrait target can still display sideways. The content is never cut or distorted, only turned, and resetting the page rotation before resizing fixes the orientation in one step.