Why PDF Compression Matters
Email attachments have size limits. File upload forms cap at a few megabytes. A 40 MB PDF with high-resolution photos is impractical to share. Compression makes your PDF smaller without (significantly) degrading quality.
Most online compression tools work by uploading your PDF, processing it on a server, and serving back a smaller version. This is fine for public documents, but a problem for anything confidential.
How HarborConvert Compresses PDFs
Our browser-based PDF compression uses pdf-lib to re-encode your PDF. The process:
- Reads the PDF structure into memory
- Re-writes it with optimized object streams
- Removes redundant metadata and unused embedded fonts
- Optionally downsamples embedded images
This happens entirely in your browser. No bytes of your document travel to our servers.
Realistic Expectations
Browser-based compression achieves good results on PDFs that contain large embedded images or redundant metadata. Results vary by document type:
- Scanned documents with high-res images: 40–70% size reduction is realistic
- Office documents exported to PDF: 10–30% reduction
- Already-optimized PDFs: Minimal reduction — some PDFs are already tight
If you need maximum compression and don't mind more processing time, desktop tools like Ghostscript can compress further — but they require installation and your document stays on your machine either way.
Step-by-Step
- Open the PDF Compress tool
- Drop your PDF onto the upload zone
- Choose a compression level (balanced is recommended for most use cases)
- Download the compressed file
The tool shows you the original vs. compressed file size so you know exactly how much space you saved before downloading.
When Compression Isn't Enough
If your PDF is large because it contains many high-resolution images, and compression still leaves it too big, consider:
- Splitting the PDF and sharing only relevant pages
- Re-exporting the source document at lower image quality
- Converting image-heavy pages to a more efficient format before including them