How to Reduce PDF File Size — 5 Methods That Actually Work
A PDF that's 15 MB when it should be 1 MB is a common problem. Email clients reject it, upload forms refuse it, and Google Drive storage warnings kick in. Knowing how to reduce PDF file size is one of those skills that saves you from repeated frustration.
This guide covers five methods, from quickest to most thorough, so you can pick the right approach for each situation.
Method 1 — Online PDF Compression (Fastest)
For most PDFs, an online compression tool is all you need. The Compress PDF tool on this site runs in your browser — no upload to a server, no account, no cost.
When to use: Any PDF where the content is finished and you just need a smaller file.
How it works: The tool uses pdf-lib to re-process the PDF, removing unused objects (leftover edits, duplicate resources, hidden data) and recompressing image streams. You choose a compression level:
- Low — 10–30% smaller, no visible quality loss
- Medium — 30–60% smaller, slight reduction in image sharpness
- High — 50–80% smaller, noticeable image quality reduction
Steps:
- Go to Compress PDF
- Upload your PDF
- Select your compression level (Medium works for most cases)
- Click Compress and download
For most office documents and reports, Medium compression achieves a dramatic reduction with no noticeable quality difference on screen.
Method 2 — Remove Unnecessary Pages
If your PDF contains pages you don't actually need — blank pages, duplicate copies, old versions of a page, appendices the recipient doesn't need — removing them is the most permanent and lossless way to reduce file size.
Use the Split PDF tool to extract only the pages you need:
- Upload your PDF
- Specify the page range you want to keep (e.g. "1-10, 15-20")
- Download the extracted pages as a new PDF
This approach has zero quality impact — you're simply discarding pages, not recompressing anything.
Method 3 — Compress Images Before Creating the PDF
If you're generating the PDF yourself from images, Word documents, or design software, reducing the image resolution before creating the PDF produces the smallest possible result.
For photos and scans: 150 DPI is sufficient for screen viewing. 300 DPI is needed for printing. If the PDF will only be read on screen, resizing scanned images to 150 DPI before creating the PDF can cut image file sizes by 75%.
If you're working with images directly, use the Compress Image tool to reduce image sizes before inserting them into your document.
Method 4 — Flatten Annotations and Form Fields
PDFs that contain interactive form fields, annotations, and comments store these separately from the page content. In some cases, these interactive layers add significant overhead.
After users fill in a form, "flattening" the PDF merges the form data into the static page content, which can reduce file size and prevents the fields from being edited.
While flattening isn't a dedicated feature of this site's tools, exporting a flattened version is often possible directly from Adobe Reader (Print → PDF) or from LibreOffice when you open and re-export the PDF.
Method 5 — Remove Metadata and Embedded Fonts
PDFs can contain extensive metadata: author name, creation software, revision history, and more. Some PDFs also embed large fonts that could be subsetted (only the characters actually used included) rather than fully embedded.
Re-saving a PDF through pdf-lib (which is what the Compress PDF tool does) automatically cleans out redundant metadata and re-optimises the resource table, which removes much of this overhead without any visible effect on the document.
What Is Causing My PDF to Be Large?
Before choosing a method, it helps to understand what's making the file big:
| Likely cause | Best fix | |-------------|----------| | High-res scanned images | Compress PDF (Medium or High) | | Many pages, some unneeded | Split PDF to extract only needed pages | | Interactive form fields | Flatten (print to PDF) | | Lots of embedded fonts | Compress PDF re-saves with optimised font tables | | The file was already large when received | Compress PDF |
If your PDF barely shrinks after compression, it's likely already well-compressed, or the file size is coming primarily from fonts rather than images.
Target File Sizes by Use Case
| Use case | Target size | Method | |----------|------------|--------| | Email attachment | Under 10 MB | Compression Medium | | Email attachment (tight limit) | Under 5 MB | Compression High | | Web page download | Under 2 MB | Compression High | | Google Drive / cloud share | Under 25 MB | Compression Low | | Print file | No limit needed | Compress Low or skip | | Long-term archive | Under 10 MB | Compress Medium |
When Not to Compress
Avoid high compression if:
- The PDF contains technical diagrams where fine detail matters
- The PDF will be printed professionally (high compression introduces JPEG artefacts in images)
- The file is a legal original that needs to remain unaltered
In those cases, use Low compression or none at all, and focus instead on removing unnecessary pages.
Related Tools
- Compress PDF — reduce PDF size in your browser in one step
- Split PDF — remove unwanted pages to cut file size permanently
- Merge PDF — recombine split parts after selectively removing pages
- Compress Image — reduce image sizes before inserting them into documents