Loading...
Loading...
Loading tool...
Reduce PDF file size by stripping metadata and consolidating internal structures.
Pro includes custom compression levels, batch processing, and OCR-optimized compression.
Chain this tool with others in a workflow
Browse 106 workflow recipes →PDF files can balloon to tens or hundreds of megabytes, especially when they contain high-resolution images, embedded fonts, or scanned pages. Understanding how PDF compression works helps you choose the right approach for your specific documents.
| Element | Impact | Example |
|---|---|---|
| High-res images | Biggest contributor | A single 4000x3000 photo can be 5-15 MB |
| Embedded fonts | Moderate | Each font adds 50-500 KB |
| Scanned pages | Very high | Each scanned page is essentially a full image |
| Metadata | Small | Author info, edit history, thumbnails |
| Form data | Small to moderate | Interactive form fields and JavaScript |
| Duplicate resources | Varies | Same image or font embedded multiple times |
Scanned PDFs are essentially images wrapped in a PDF container. Compression can reduce them significantly, but consider OCR (Optical Character Recognition) first. Converting scanned images to searchable text creates a much smaller text-based PDF while adding the ability to search and copy text.
PDF/A is an ISO standard for long-term archival. PDF/A files must embed all fonts and cannot use external references. This makes them larger, and certain compression techniques (like font subsetting beyond a threshold) may violate the standard. If compliance matters, check your compressed file against a PDF/A validator. For more tips, see our guide to compressing PDFs for email. Need to combine documents after compressing? Use the PDF merger.
| Document Type | Original Size | After Compression | Reduction |
|---|---|---|---|
| Photo-heavy report | 25 MB | 4 MB | 84% |
| Scanned contract | 15 MB | 3 MB | 80% |
| Text-only document | 2 MB | 1.5 MB | 25% |
| Presentation export | 40 MB | 8 MB | 80% |
The optimizer strips metadata (author, title, dates), removes annotations if selected, and uses object streams to consolidate internal PDF structures. It does not re-encode images.
Results vary. PDFs with lots of metadata and annotations see the biggest savings. Already-optimized PDFs or image-heavy files may see little or no reduction since this tool does not recompress images.
No. Optimization happens entirely in your browser using pdf-lib. Your files never leave your device.
PDF Optimizer is part of BriskTool's collection of free online tools. All processing runs entirely in your browser for maximum privacy and speed.