How to Reduce PDF File Size
The size of a PDF is almost always determined by the images it contains, not by its text. A page of text occupies a few kilobytes, while a single high-resolution photograph or a scanned page can occupy several megabytes. PDF file size is reduced by lowering the amount of data those images carry and by removing redundant resources, while leaving the text layer untouched.
There are four standard techniques, applied individually or together: downsampling images to a lower resolution, recompressing images with stronger compression, subsetting embedded fonts, and stripping unused objects and metadata. Each reduces size in a different way, and the right combination depends on what makes a particular PDF large.
What Makes a PDF Large
| Component | Typical size impact | How size is reduced |
|---|---|---|
| Scanned pages | Very high; each page is a full-resolution image | Downsample to 150-200 DPI and recompress |
| Embedded photographs | High; raw or lightly compressed images | Recompress as JPEG at a lower quality |
| Embedded fonts | Moderate; full font files add up | Subset fonts to keep only used characters |
| Text and vector graphics | Low; already compact | Left unchanged |
| Metadata and unused objects | Low to moderate | Removed during optimization |
Downsampling Images
Downsampling reduces the pixel resolution of images inside the PDF. An image stored at 600 DPI contains four times as many pixels as the same image at 300 DPI, and far more than is needed for on-screen reading. Reducing the resolution to around 150 DPI for screen viewing or 200 to 300 DPI for printing removes pixels that add file size without contributing visible detail at normal viewing sizes. Downsampling is the single most effective reduction for scanned documents, where every page is an image.
Recompressing Images
Images inside a PDF can be re-encoded with a more aggressive compression method or a lower quality setting. Photographs are typically recompressed as JPEG, a lossy format whose quality level trades file size against fidelity. Because JPEG compression is lossy, recompression discards image data permanently, so repeatedly compressing the same PDF degrades its images cumulatively. For this reason, compression is best applied once, to an original, rather than repeatedly to an already-compressed file.
Font Subsetting and Object Removal
A PDF can embed entire font files to guarantee that text renders identically everywhere. Font subsetting keeps only the specific characters (glyphs) the document actually uses, discarding the rest, which reduces size while preserving exact appearance. Optimization also removes redundant data: duplicate images stored more than once, objects left behind by editing, unused named destinations, and metadata. These steps reduce size without altering the visible content.
What Is Not Reduced
Compressing a PDF does not change its text layer, which remains selectable and searchable, and it does not alter vector graphics, which are already compact. It also cannot reduce a PDF below the size required to represent its content at acceptable quality: a document that is genuinely image-heavy has a practical floor. When a PDF cannot be reduced further without unacceptable quality loss, the alternatives are to split it into smaller files or to share it through a link rather than as an attachment.
Email Attachment Limits
A common reason to reduce a PDF is to fit within an email attachment limit. These limits are set by the recipient's mail server as well as the sender's, and the stricter of the two applies. Common limits are 25 megabytes for Gmail and Yahoo and 20 megabytes for Outlook and iCloud, though corporate mail servers are frequently configured lower, often to 10 megabytes. Because the recipient's limit cannot be known in advance, a target below 10 megabytes is the most reliable.
Need to Convert or Compress Files?
Use our free online tools to convert, compress, and optimize your files.
Try Our Free Tools