Compress PDF Online
Compress PDF files online for free — reduce scanned documents, reports, and presentations to meet email, portal, and upload limits. Processed in your browser, no files leave your device.
Why You Need to Compress PDFs
- Portal upload limits: Tax filings, court submissions, and HR portals impose 5–25 MB limits — compression makes otherwise-oversized documents submittable.
- Email reliability: Attachments over 10 MB frequently fail, end up in spam, or hit recipient mailbox quotas — compress before sending for reliable delivery.
- Mobile bandwidth: A recipient opening a 50 MB PDF on 4G consumes significant data and faces a 30+ second download — compressed PDFs open immediately.
- Cloud storage budget: Compressing archived documents reduces ongoing storage consumption — 1 TB of scanned documents compressed 70% = 300 GB saved.
- Website PDF hosting: PDFs linked for download should be under 5 MB for reasonable load times — large downloadable PDFs increase bounce rates.
How to Compress a PDF Online
- Upload your PDF: Drag your file to the upload zone or click to browse — supports files up to 100 MB.
- Select compression strength: Screen quality (72 DPI images) for viewing on screens only; Print quality (150 DPI) for documents that may be printed; High quality (200 DPI) for documents requiring fine detail preservation.
- Check the preview: The tool shows a preview of the compressed document — zoom to 100% to check text legibility and image quality in key sections.
- View compression results: A summary shows original size, compressed size, and percentage reduction — if reduction is insufficient, try a lower quality setting.
- Download compressed PDF: Save the file — the compressed version is ready for email, portal submission, or web hosting.
Real-World Use Case
A graduate student submitting a thesis to a university repository faces a 20 MB file size limit. Their thesis PDF — containing high-resolution figures, charts, and scanned archival photos — weighs 85 MB. Applying medium compression reduces it to 16 MB — 4 MB under the limit. Text remains perfectly legible at all zoom levels; the committee-quality figures are slightly reduced in resolution but remain clear on screen and when printed at standard letter size. The student verifies every figure caption is readable and all tables are sharp before final submission. The compression takes 15 seconds total — faster than formatting any other solution.
Best Practices
- Know your target size before compressing: Check the exact upload limit for your destination portal — compress to 20% below that limit for reliable submission (don't compress to exactly the limit).
- Test compressed quality at 100% zoom: Full-screen preview often looks acceptable while 100% zoom reveals illegible small text — always verify at actual rendering size.
- Compress originals, not compressed copies: Every recompression compounds quality loss — always start from the highest-quality source you have.
- Use screen compression for digital-only distribution: Docs shared via email or portal links that will never be printed can use aggressive screen-quality compression safely.
- Separate text-heavy from image-heavy content: Text PDFs compress poorly — if your document mixes dense text with image-heavy pages, results will reflect the image compression more than the text.
Performance & Limits
- Maximum file size: Up to 100 MB input for browser-based compression.
- Processing time: 50-page scanned PDF processes in 10–20 seconds; 200-page document may take 30–60 seconds.
- Compression range: Scanned documents: 50–90% reduction; Digital-native PDFs: 10–40% reduction depending on image content.
- Quality settings: Three levels — screen (72 DPI), print (150 DPI), high-quality (200 DPI) — each produces different size/quality tradeoffs.
- Font preservation: Embedded fonts are subset and retained — compressed PDFs render text correctly on all devices.
Common Mistakes to Avoid
- Compressing for the wrong purpose: Using screen compression (72 DPI) on a document that will be professionally printed produces unacceptable print quality.
- Assuming compression will always work: Text-only PDFs, already-optimized PDFs, or PDFs with DRM restrictions may not compress significantly — know the content type before expecting dramatic results.
- Not checking figures and charts: Text stays legible after compression; complex graphs and technical diagrams degrade more visibly — inspect these specifically.
- Overwriting the original file: Always rename or save to a different location — "thesis_compressed.pdf" vs "thesis.pdf" — to preserve the original.
Privacy & Security
- 100% browser-local: All compression processing runs in your browser — PDF content never reaches external servers.
- Research and IP protected: Compress proprietary research, technical documentation, and trade secrets without data exposure risk.
- Patient records safe: Medical PDFs, lab reports, and clinical documents can be compressed under HIPAA-sensitive constraints — data stays on your device.
- No session tracking: We don't log which documents you process, their sizes, or their contents.
Frequently Asked Questions
How do I compress a PDF to under 1 MB?
Compressing to under 1 MB requires aggressive optimization: use high compression (screen quality, 72 DPI) which reduces scanned documents 80–90%; if still over 1 MB, split the document and compress each half separately; convert scanned pages to smaller dimension images before embedding (4000×3000 scan → 1200×900 for screen viewing reduces size dramatically); remove unnecessary embedded elements (unused fonts, attachments, metadata). A 10-page scanned document can typically reach under 1 MB using maximum compression. A 100-page scanned report may require splitting into chapters to get each section under 1 MB. Native digital PDFs (from Word, Excel) that are already over 1 MB likely contain large embedded images that need individual compression.
What causes PDFs to be so large in the first place?
PDF file size is driven by: scanned image resolution — a 300 DPI scan of an A4 page creates a 5–15 MB TIFF-equivalent image embedded in the PDF; uncompressed or minimally compressed embedded images; embedded fonts (a PDF with 20 fonts embedded may add 2–5 MB in font data alone); embedded attachments (some PDFs attach the source Excel spreadsheet or Word document as an embedded file); metadata and comment annotations; and document history/versioning data from PDF editing software. Scanning at 200 DPI instead of 600 DPI reduces the initial scan size by 9×, making subsequent compression far more effective.
Is online PDF compression safe for confidential documents?
Browser-based PDF compression (like this tool) is safe for confidential documents because compression runs entirely client-side — your PDFs never leave your browser. The tool uses WebAssembly to execute compression code locally, the same way a desktop application would process files. You can verify this by: disconnecting from the internet after uploading your PDF and confirming compression still works (it will) — this proves no data is transmitted. For maximum assurance with highly sensitive documents (legal, medical, financial), browser-based tools that work offline provide the same protection as locally installed software without requiring software installation.
Can I compress multiple PDFs at once?
Many PDF compression tools support batch compression — uploading multiple PDFs simultaneously and downloading all compressed versions as a ZIP archive. This is significantly more efficient than compressing one file at a time when processing many documents. Batch processing is particularly valuable for: archiving entire folders of scanned documents; preparing a set of documents for a submission package; optimizing an entire website's PDF library for download speed. For very large batches (hundreds of files), command-line tools like Ghostscript (free, cross-platform) or Python with PyMuPDF provide scripted batch compression. Example Ghostscript command: `gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf`