PDFBy Sam Holloway··12 min read

How to Reduce PDF File Size: Complete Guide (All Methods)

Every method for reducing PDF file size explained: compression, removing pages, downsampling images, stripping metadata, and re-exporting from source. Which approach to use and when.

A PDF that is too large to email, too slow to open, or rejected by an upload form is one of the most common frustrations in day-to-day document work. There are several distinct methods for reducing PDF file size, and choosing the right one can make the difference between a 20 MB file and a 500 KB file with no visible quality change.

This guide covers every practical method: compression, page removal, image downsampling, metadata stripping, and re-exporting from the original source file. Each method targets a different cause of PDF bloat, so the best approach depends on what is making your specific file large.

Why PDFs become large in the first place

Understanding what makes a PDF large helps you pick the most effective reduction method. The most common culprits are:

  • High-resolution embedded images: Exporting a Word document or presentation to PDF often embeds every image at full resolution, far beyond what a screen needs. A single page with product photos can push a PDF past 15 MB.
  • Scanned pages: Documents scanned at 300-600 DPI store every page as a raster image. A 10-page scanned contract can easily exceed 20 MB.
  • Embedded fonts: PDF viewers need font data to render text correctly. Some tools embed the full font file rather than just the characters used, adding significant overhead.
  • Revision history and metadata: Some PDF editors leave behind revision data, thumbnails, and author metadata that inflate the file without contributing to readable content.
  • Unnecessary pages: Cover pages, blank separators, appendices, and boilerplate pages all add to total size even when the core content is small.
  • Unoptimised vector graphics: Complex SVGs and illustrations can be surprisingly large if not flattened before export.

Method 1: PDF compression

Compression is the most widely used method because it works on the most common type of large PDF: one containing embedded photos or scanned pages. The compressor re-encodes images at a lower quality level, reducing their size while keeping the document visually identical at normal reading zoom.

For most business documents, a quality setting of 70-80% is the right starting point. Text remains perfectly sharp at any setting because text in PDFs is stored as vector instructions, not pixels. Image compression settings have no effect on text quality whatsoever. File size reduction is typically 40-70% depending on content.

When compression works best

  • PDFs exported from Word, Google Docs, or PowerPoint with photos
  • Scanned documents where each page is a raster image
  • Product catalogues and marketing materials with many embedded images
  • Any PDF where you do not know the source and cannot re-export

When compression has limited effect

  • Text-only PDFs: If the file contains no images, there is almost nothing for a compressor to work on.
  • PDFs already compressed: Re-compressing will cause visible quality loss with minimal size reduction.
  • Files large due to font embedding: Compression does not remove font data.

Start at 75% quality. Download and open the result. Zoom to 150% on the most image-heavy page and check for artefacts. If quality is acceptable, you are done. If the file is still too large, try 60%.

Method 2: Removing pages

If your PDF contains pages that are not needed — blank pages, cover sheets, appendices, legal boilerplate — removing them is one of the simplest ways to reduce file size, because it eliminates content entirely rather than degrading it. Unlike compression, there is zero quality impact: the pages that remain are byte-for-byte identical to the original.

Practical scenarios for page removal

  • A 50-page annual report where you only need to share the financial summary on pages 12-18
  • A scanned contract where the signature page is the only thing needed for archiving
  • A presentation with speaker notes pages that quadruple the file size
  • A product manual where you only need the quick-start section

Page removal is often used in combination with compression: first strip unnecessary pages, then compress the trimmed document. Together these two methods can reduce a 30 MB PDF to under 1 MB in straightforward cases.

Method 3: Downsampling images

Downsampling reduces the pixel resolution of embedded images to a level appropriate for the intended use. For a document that will only ever be read on screen, a resolution of 96-150 DPI is indistinguishable from 300 DPI at normal viewing zoom. Reducing from 300 DPI to 150 DPI reduces the image file size by approximately 75%, because the number of pixels drops by a factor of four.

Intended useRecommended DPIApprox size vs 300 DPI original
Screen reading only72-96 DPI~6-10% of original
Email and web sharing96-150 DPI~10-25% of original
Standard office printing150-200 DPI~25-45% of original
High-quality printing300 DPI100% (no reduction)

Method 4: Stripping metadata

PDF files often contain invisible metadata that adds to file size: author name, software version, creation dates, revision history, embedded thumbnails, and hidden tracked changes. Stripping metadata removes all this non-essential data without affecting any readable content. The size reduction is typically modest, but it also prevents inadvertent disclosure of author information and revision history when sharing externally.

Method 5: Re-exporting from the source file

If you have access to the original document — the Word file, the Keynote presentation, the InDesign layout — re-exporting to PDF with optimised settings is often the single most effective method. The original source file contains the full uncompressed data, and a PDF export engine can make smarter decisions about what to include and at what quality.

Optimised export settings by application

  • Microsoft Word / Google Docs: File > Save As PDF. Choose Minimum size rather than Best for printing. For Google Docs, this produces significantly smaller files than the default export.
  • PowerPoint: File > Export > Create PDF/XPS > Options > uncheck Document properties and Document structure tags. Set image quality to Good rather than Best.
  • Adobe InDesign: File > Export > Adobe PDF > choose Smallest File Size preset. Set image resolution to 150 DPI for web or 200 DPI for print.
  • macOS Preview / Print dialog: Print > PDF > Save as PDF. Useful for browser pages, spreadsheets, or any application with a print function.
  • Figma and design tools: Export at 1x scale rather than 2x unless retina rendering is essential.

Choosing the right method for your situation

SituationBest method
PDF with many photos, no source fileCompression at 70-80%
Scanned documentCompression + downsampling
PDF with unnecessary pagesPage removal, then compress
Have the original Word/Keynote fileRe-export with optimised settings
Sensitive document, need to remove author infoMetadata stripping
Very large PDF, need maximum reductionPage removal + downsampling + compression
Text-only PDF (contracts, reports)Metadata stripping + page removal

The step-by-step sequence for maximum reduction

  1. 1.Check the original file size and identify the largest pages using a metadata viewer.
  2. 2.Remove any pages that are not needed for the final document.
  3. 3.If you have the source file, re-export using optimised settings.
  4. 4.If not, run compression at 75% quality and inspect the result at 150% zoom.
  5. 5.If still too large, downsample images to 96-150 DPI for screen-only documents.
  6. 6.Strip metadata to remove remaining non-essential overhead.
  7. 7.Verify the final file against the target size limit before sending.

Privacy when reducing PDF file size online

Most online PDF tools require you to upload your document to a remote server. For anything containing confidential information — client contracts, financial statements, medical records — uploading to a third-party server creates a genuine privacy risk. Browser-based PDF tools process files entirely within your browser tab using WebAssembly. Nothing is transmitted over the network. AlteredIdea's PDF tools all use this local processing model: no server, no account, no file size limit.

Does compressing a PDF affect the text?

No. Text in a PDF is stored as vector instructions — mathematical descriptions of character shapes — not as pixels. Image compression settings have no effect on text quality. Text remains perfectly sharp at any zoom level regardless of image compression settings.

Why did the PDF barely shrink after compression?

If compression had minimal effect, the file is probably large for a reason compression cannot address: embedded fonts, metadata, or content already compressed. Try metadata stripping and, if you have the source file, re-export with optimised settings.

Can I reduce PDF file size on iPhone or Android?

Yes. Browser-based PDF tools work on mobile Safari and Chrome. Open AlteredIdea PDF Compressor in your mobile browser, upload from Files or Photos, and download the result. Processing happens on your device.

Try AlteredIdea PDF Compressor to reduce your PDF file size instantly. All processing happens in your browser — your files never leave your device. No account, no upload, no size limit.

S

Sam Holloway

Sam is a technical writer and developer who has spent over a decade building web tools and writing about software, security, and the web platform. He focuses on making complex topics genuinely useful for working developers and non-technical users alike.

Try it yourself

PDF Compressor

Free, browser-based: your files never leave your device.

Open tool