A PDF that's 40MB is too large to email, too slow to share, and often too heavy to open quickly on mobile. The good news: most PDFs can be significantly compressed without any visible quality loss — and without uploading your document to a third-party server.
Why PDFs get large
There are three main reasons a PDF grows to an unwieldy size:
- Embedded images — A PDF created by scanning physical documents stores each page as a full-resolution image. Even a 10-page scan at 300 DPI can easily reach 20–50MB.
- Unoptimized object streams — PDFs are made up of internal objects (fonts, images, form fields). Incremental editing leaves redundant objects in the file, inflating its size over time.
- Embedded fonts — Every subset of every font used in the document is included. For documents using many fonts, this adds up.
Method 1: Browser-based compression (no upload)
The 365tools PDF Compress tool uses pdf-lib to reorganize your PDF's internal object streams, remove redundant data, and optimize the file structure — entirely in your browser.
- Go to 365tools.net/pdf-tools/compress
- Drop your PDF onto the upload zone
- See the before/after file size and percentage saved
- Download the compressed file
Best for: Text-heavy PDFs with redundant objects, documents edited multiple times.
Limitation: Does not downsample embedded images, so gains on image-heavy PDFs are smaller.
Method 2: Adobe Acrobat "Reduce File Size"
If you have Adobe Acrobat (not just the free Reader), use File → Reduce File Size or File → Save As Other → Optimized PDF. The optimized PDF dialog gives you granular control over image downsampling, font subsetting, and object compression.
Best for: Image-heavy PDFs where you can afford some quality reduction.
Limitation: Requires a paid Acrobat subscription.
Method 3: Print to PDF
Open the PDF in any viewer, then use File → Print → Save as PDF (selecting your system PDF printer or "Microsoft Print to PDF"). The system re-renders each page and creates a fresh PDF, discarding redundant data.
Best for: Quick size reduction on any platform without extra tools.
Limitation: Loses interactive elements (hyperlinks, form fields, bookmarks).
Method 4: Ghostscript (command line)
Ghostscript is a free command-line tool available on Windows, Mac, and Linux that can aggressively compress PDFs including image downsampling:
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 \ -dPDFSETTINGS=/ebook \ -dNOPAUSE -dQUIET -dBATCH \ -sOutputFile=output.pdf input.pdf
The /ebook setting targets 150 DPI for images. Other options: /screen (72 DPI, smallest), /printer (300 DPI), /prepress (high quality).
Best for: Scripting, batch processing, maximum compression of scanned PDFs.
Limitation: Requires installation and command-line comfort.
Which method should you use?
| Situation | Best method |
|---|---|
| Confidential document, can't upload | 365tools PDF Compress (browser) |
| Image-heavy PDF, have Acrobat | Acrobat Optimized PDF |
| Quick & dirty, any platform | Print to PDF |
| Batch processing or scanned docs | Ghostscript |
Frequently asked questions
Why is my PDF so large?
PDFs grow large mainly because of embedded images (especially uncompressed or high-DPI images), embedded fonts, and redundant object streams. Scanned document PDFs tend to be the largest because each page is essentially a full-resolution photograph.
Does compressing a PDF reduce quality?
It depends on the method. Object-stream optimization (what tools like 365tools PDF Compress use) reorganizes the file structure without re-compressing images, so there is no visible quality loss. Downsampling image resolution reduces quality but produces the largest file size savings.
What is the maximum email attachment size?
Gmail and Outlook both support attachments up to 25MB. Yahoo Mail allows 25MB as well. If your PDF is larger than this, you will need to compress it or use a file-sharing service instead.
Is it safe to use an online PDF compressor?
It depends on the service. If you upload a confidential document to a server, that document is transmitted over the internet. The 365tools PDF Compress tool is browser-based — your PDF is never sent anywhere.
How much can I reduce a PDF's file size?
Results vary widely. A PDF consisting mainly of text can often be reduced 5–20% through stream optimization. A PDF with embedded high-resolution images can be reduced 50–90% if the images are downsampled. Scanned PDFs typically see 30–60% reduction.