How to Compress PDF Below 200KB for Free
Government portals, job application forms, and online banking systems often cap uploads at 200KB. Here are five methods that actually work — from one-click browser tools to Ghostscript for stubborn scanned documents.
Why 200KB? The Limit Explained
The 200KB cap is a legacy constraint from early 2000s government IT infrastructure that most portals haven't updated. India's government portals — from railway recruitment boards to university admission systems — use it heavily. Banking KYC upload forms and job application portals from HR platforms inherited it too.
The reason it persists: millions of submissions per year at uncapped sizes would require significant storage and I/O upgrades. Newer portals (UIDAI's Aadhaar services, India's National Skills Portal) have raised limits to 500KB–2MB, but 200KB remains the most common hard cap in older systems.
Common 200KB upload contexts
Why Your PDF Is Large (And What Can Be Compressed)
Before you compress, it helps to know what's taking up space. The approach that works on a text-heavy resume is completely different from what works on a scanned 10-page certificate.
Embedded images
The biggest culprit. Images are stored at full resolution inside the PDF — a photo inserted at print-quality 300 dpi can be 1–3MB per image even if it displays small on the page. Compression downsamples these to 72–150 dpi, cutting image weight by 50–90%. Source: PDFSmaller
Embedded fonts
Each font family adds 50–200KB. A document using 5 font families can carry 1MB in fonts alone — even if only a fraction of the character set is used. Subsetting (stripping unused characters) is part of what compressors do. Source: ShellPDFs
Revision history
PDFs edited and saved multiple times append each revision to the end of the file rather than overwriting the previous version. A document saved 20 times can contain 19 complete snapshots internally. Compressors strip this history by rebuilding the file.
Hidden metadata
Edit history, comments, thumbnail previews, and tool-specific metadata can add hundreds of KB. Some PDF printers embed ICC color profiles (20–3,000KB each) even for simple black-and-white documents.
Method 1 — Browser-Based Compression (Easiest)
PDF Mavericks processes files locally in your browser — your document never leaves your device. This matters when compressing government ID documents, salary slips, or medical records.
Steps
- 1Open pdfmavericks.com/compress in any browser — Chrome, Firefox, Safari, or Edge.
- 2Drag and drop your PDF or click to select it. No account required.
- 3Choose Aggressive compression for sub-200KB targets. This applies 72–96 dpi image downsampling and strips metadata.
- 4The tool shows the compressed size before you download. If it's still above 200KB, try Method 3 (Ghostscript) or Method 4 (re-scan).
Works best on: text-heavy resumes, certificates with minimal images, form-based PDFs. Most PDFs originally under 2MB compress to under 200KB with this method.
Method 2 — iLovePDF and PDF24 (No Daily Limits)
Both tools handle sub-200KB compression reliably without daily file limits or watermarks on free plans. Your file uploads to their servers, so avoid these for sensitive documents.
iLovePDF Compress
- • Three preset levels: Recommended, Extreme, Low
- • Extreme quality reaches sub-200KB on most documents
- • Files deleted from servers after 2 hours
- • 217 million monthly users (Similarweb, March 2026)
PDF24 Tools
- • Slider control for precise DPI targeting
- • 72 dpi setting reliably hits sub-200KB
- • No file size limit on uploads (free)
- • Also available as Windows desktop app
Adobe Acrobat online also offers a dedicated compress-to-200KB page with a free Adobe account. Unlimited use but requires registration.
Method 3 — Ghostscript (Command-Line, Most Powerful)
Ghostscript is the tool most online compressors use under the hood. Running it directly gives you finer control. A real-world benchmark: a 16MB scanned PDF reduced to 866KB using the /ebook preset — with no noticeable quality loss on screen. Source: Aakash Nand
# Standard compression — targets ~150 dpi (good for most documents)
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 \
-dPDFSETTINGS=/ebook \
-dNOPAUSE -dQUIET -dBATCH \
-sOutputFile=compressed.pdf input.pdf
# Aggressive compression — targets ~72 dpi (smallest file, screen reading only)
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 \
-dPDFSETTINGS=/screen \
-dNOPAUSE -dQUIET -dBATCH \
-sOutputFile=compressed.pdf input.pdf
| Preset | Image DPI | Typical result | Best for |
|---|---|---|---|
| /screen | 72 dpi | Smallest — often sub-200KB | Screen reading, government uploads |
| /ebook | 150 dpi | Good balance — usually 200KB–1MB | E-readers, email, online viewing |
| /printer | 300 dpi | Near-print quality — 1–5MB | Office printing |
| /prepress | 300 dpi + color | Largest — 5–20MB | Professional print production |
Install Ghostscript: On Linux/macOS: sudo apt install ghostscript or brew install ghostscript. On Windows: download the installer from ghostscript.com — it's free. Source: DigitalOcean tutorial
Method 4 — Re-Scan at Lower DPI (Scanned Documents Only)
If your PDF is a scanned document — a birth certificate, a mark sheet, a physical form you photographed — then compression alone often can't reach 200KB without making the text unreadable. The root cause is that scanned PDFs store each page as a high-resolution photo (often 300–600 dpi), and the only lossless path to sub-200KB is using fewer pixels from the start.
DPI guide for scanned documents
Most modern scanner apps (Adobe Scan, Microsoft Lens, CamScanner) let you set DPI before saving. Set it to 150 dpi and save as PDF directly. If your physical scanner defaults to 300 dpi, change it in the scanner settings before the scan — not after.
Method 5 — Mac Preview and Word Export Tricks
Mac Preview — Reduce File Size filter
Open the PDF in Preview → File → Export → Quartz Filter dropdown → select "Reduce File Size" → Save. The quartz filter downsamples images and strips metadata, typically reducing files by 40–60%. For borderline cases it's often enough.
Limitation: the quartz filter is aggressive on image quality and can make photos look blurry. For text-only PDFs it works cleanly.
Word / Google Docs — Re-export as PDF
If your PDF was originally a Word document or a file you can open in Word/Google Docs: open it, then re-export as PDF (File → Save as PDF or Download as PDF). The export process rebuilds the file from scratch, stripping revision history and re-encoding images at a lower quality. A 2MB Word-exported PDF commonly drops to 300–400KB on re-export — then a single pass through a compressor hits 200KB.
Print to PDF (Chrome browser trick)
Open the PDF in Chrome → press Ctrl+P (or Cmd+P on Mac) → set Destination to "Save as PDF" → print. Chrome's PDF renderer re-rasterizes the content and strips embedded metadata. Works well on simple documents; not reliable for PDFs with complex graphics or form fields.
Still Over 200KB? Last-Resort Options
If you've tried aggressive compression and the file is still above 200KB, here's what to check:
Split the document
If the portal allows multiple uploads, split your PDF into individual pages and upload them separately. A 5-page document at 600KB becomes five 120KB files. Use the PDF Mavericks split tool — free, in-browser.
Use JPEG instead of PDF
Some portals accept JPEG uploads. A single A4 page photographed at 150 dpi and saved as JPEG at 70% quality is typically 30–80KB. Check the portal's accepted formats before assuming PDF is required.
Convert images to black-and-white first
Color JPEG images inside a PDF are 3× larger than the same image in grayscale. If the document doesn't need color (most government documents don't), convert to grayscale before compression. Ghostscript flag: -sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray
Expected Compression Results by Document Type
| Document type | Typical original size | After compression | Hits 200KB? |
|---|---|---|---|
| Resume / CV (text + one photo) | 500KB–1.5MB | 80–150KB | Yes, usually |
| Scanned certificate (A4, 300 dpi) | 1–3MB | 200–400KB | Borderline — re-scan at 150 dpi |
| Scanned certificate (A4, 150 dpi) | 300–500KB | 100–200KB | Yes |
| Multi-page form (text only, 5 pages) | 200KB–1MB | 60–120KB | Yes |
| Brochure / flyer (photos, 4 pages) | 5–20MB | 500KB–2MB | No — split or reduce image quality |
| Bank statement (generated PDF) | 100–300KB | 50–100KB | Yes |
| ID card scan (mobile camera) | 2–5MB | 150–400KB | Often — use 150 dpi at source |
Results based on Ghostscript /ebook preset (150 dpi) benchmarks. Source: Ghostscript optimization guide and Transloadit benchmarks.
Frequently Asked Questions
Can I always compress a PDF below 200KB?
Not always — it depends on the content. Text-heavy PDFs compress easily; a 2MB text document typically reaches well under 200KB. PDFs built from scanned images are harder: each page is a high-resolution photo, and aggressive compression can make text blurry. If you need a scanned document under 200KB, the most reliable path is re-scanning at lower DPI (150 dpi is usually enough for readable text) rather than compressing an existing high-res scan.
Will compressing a PDF below 200KB reduce quality?
For text-only PDFs, compression is lossless — fonts and vector graphics don't degrade. Quality loss only happens to embedded images when you downsample them. Online tools with 'screen' or 'low' settings reduce image resolution to 72–96 dpi, which is fine for reading on screen but will look pixelated when printed. Use the 'ebook' preset (150 dpi) if the document will be printed.
What is the best free tool to compress a PDF below 200KB?
PDF Mavericks compress tool works in-browser with no upload required — privacy-safe and no file size caps. For batch processing or very aggressive targets, Ghostscript (free, command-line) is the most powerful option; a 16MB scan can reach under 1MB with a single command. For a no-install option, iLovePDF and PDF24 both handle sub-200KB targets reliably with no daily limits.
Why is my PDF so large to begin with?
Four main culprits: (1) Embedded high-resolution images — even a small logo can embed at full 300 dpi, adding hundreds of KB per image. (2) Embedded fonts — each font family adds 50–200KB, and some PDF creators embed every character even if only a few are used. (3) Revision history — PDFs edited multiple times append each version to the end of the file; 20 saves can embed 19 complete document copies. (4) Metadata and thumbnails — hidden data that compressors strip during optimization.
How do I compress a PDF below 200KB on Mac?
Mac's built-in Preview app has a 'Reduce File Size' quartz filter under File → Export → Quartz Filter. It often reduces files by 40–60%. For more control, open the PDF in Preview, go to File → Export as PDF, then choose a lower quality setting. For sub-200KB targets on image-heavy PDFs, Ghostscript via Homebrew gives finer-grained control than the quartz filter.
How do I compress a PDF below 200KB on Windows?
The easiest Windows option is a browser-based tool (no software install needed) — PDF Mavericks, iLovePDF, or PDF24 all work. For offline compression, Adobe Acrobat Reader DC (free) does not compress, but Adobe Acrobat Pro (paid) does. Ghostscript for Windows is free and installs via the official installer at ghostscript.com; the same command-line flags work identically to the Linux version.
Why do government portals require PDFs under 200KB?
Government upload portals impose file size limits for two reasons: storage cost at scale (millions of submissions × uncapped file sizes = significant storage spend), and older server infrastructure with lower I/O and memory limits. The 200KB cap is a legacy standard from the early 2000s that many portals still haven't updated. Some newer portals (India's UIDAI, NeSL) have raised limits to 500KB–2MB, but 200KB remains the most common constraint in older government and banking systems.
What if my PDF is still over 200KB after compression?
If one compression pass isn't enough: (1) Try a lower quality setting or the 'screen' preset instead of 'ebook'. (2) If the PDF contains scanned pages, re-scan at 150 dpi instead of 300 dpi before converting to PDF. (3) Split the PDF into separate files if the portal allows multiple uploads. (4) For form submissions, check if the portal accepts JPEG or PNG instead of PDF — a single photo is almost always under 200KB. (5) Use Ghostscript's /screen preset which outputs 72 dpi images, the smallest option available.
Compress your PDF now — free, in-browser
No upload, no account, no watermark. Your file stays on your device. Works on mobile too.
Related Articles
How to Compress PDF for Email Attachment (Under 10MB)
Gmail caps at 25MB, Outlook at 20MB, corporate servers often 10MB. Step-by-step compression guide.
How to Reduce PDF Size Under 100KB for Government Forms
For even stricter upload limits — 100KB and below. Covers flattening forms, grayscale conversion, and last-resort tricks.