How-To GuidesMarch 24, 2026
Meidy Baffou·LazyPDF

How to Compress Any Large PDF to Under 10MB

Email attachment limits, web form upload restrictions, and application submission portals all frequently impose a 10MB ceiling on PDFs. When your report, resume package, or application document exceeds this limit, you need a reliable way to compress it without degrading the quality of the content to the point of uselessness. This is one of the most common PDF challenges people face, and fortunately it is one with well-established solutions. Compressing a PDF to under 10MB is achievable for the vast majority of documents, but the right approach depends on why the file is large in the first place. Image-heavy PDFs — those with photographs, scanned pages, or high-resolution graphics — respond extremely well to compression: it is common to reduce a 50MB image-heavy PDF to under 5MB with minimal visible quality change. Text-heavy PDFs that are large due to embedded fonts, metadata, or complex structure also compress well. The challenging cases are PDFs with technical drawings or high-precision content where quality cannot be compromised. This guide gives you a clear, step-by-step path to getting your PDF under 10MB using free tools, from the simplest online approach to more powerful command-line solutions for stubborn large files. You will also learn how to verify quality after compression and what to do if the file simply cannot be compressed to the target size without unacceptable quality loss.

The Fastest Route: Online Compression Tools

For most PDFs, an online compression tool is the fastest solution. You upload the file, apply compression, and download the result — no software installation, no technical configuration. If the compressed result meets your quality requirements, you are done in under a minute. LazyPDF's Compress tool is designed for exactly this use case. Upload your PDF, apply compression at the desired level, and download the smaller file. For typical use cases — business reports, presentation decks, scanned document collections — compression rates of 50-80% are common, which often takes a 25MB file well under the 10MB threshold. The limitation of online tools is upload size. If your source file is over 50-100MB, some online tools may not accept it. In this case, either use a desktop or command-line tool, or split the PDF into sections before compressing. When using any compression tool, apply the lightest compression that achieves your size target. Many tools offer settings like 'low', 'medium', and 'high' compression, or 'screen', 'ebook', 'print', and 'prepress'. Start with medium/ebook compression, check the output size, and only increase compression if you are still above 10MB. This minimizes quality loss. After downloading, open the compressed file and read through a few pages. Check that text is sharp, images are recognizable, and no pages are blank or corrupted. If quality is acceptable, your job is done.

  1. 1Upload your PDF to LazyPDF's Compress tool and apply medium compression.
  2. 2Download the compressed file and check the file size — if it is under 10MB, open it to verify quality.
  3. 3If still over 10MB, apply higher compression (ebook or screen level) and repeat.
  4. 4If the tool's upload limit is exceeded by your source file, use Ghostscript locally instead (see the next section).

Ghostscript: The Most Powerful Free Compression Tool

Ghostscript is a free, open-source tool that can compress virtually any PDF to a fraction of its original size. It is more powerful than most online tools because it has more granular control over compression settings and handles large files without upload limits. Ghostscript is available for Windows, macOS, and Linux. On macOS, install it with Homebrew: `brew install ghostscript`. On Windows, download the installer from ghostscript.com. On Linux/Ubuntu: `sudo apt install ghostscript`. The basic compression command: `gs -dBATCH -dNOPAUSE -dQUIET -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sColorConversionStrategy=RGB -sOutputFile=compressed.pdf input.pdf` The `-dPDFSETTINGS` parameter controls compression aggressiveness: - `/screen`: Maximum compression, 72 DPI images, smallest file. Use for documents that will only ever be viewed on screen at small sizes. - `/ebook`: Strong compression, 150 DPI images, excellent balance. Best for most use cases — documents remain clearly readable on screen. - `/printer`: Light compression, 300 DPI images, modest size reduction. Use when print quality needs to be preserved. For a 40MB PDF containing scanned pages, `/ebook` typically produces a 4-8MB output — well under 10MB. For a 15MB PDF with high-resolution photos, `/ebook` often produces 3-5MB. The `-sColorConversionStrategy=RGB` flag is important: it prevents issues with certain ICC color profile images that can become corrupted without it. If `/ebook` produces a file that is still over 10MB, try `/screen`. If `/screen` still results in unacceptable file size, the file contains content that is genuinely difficult to compress — see the next section for additional strategies.

  1. 1Install Ghostscript on your system (Homebrew on macOS, apt on Linux, installer on Windows).
  2. 2Run: `gs -dBATCH -dNOPAUSE -dQUIET -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sColorConversionStrategy=RGB -sOutputFile=compressed.pdf input.pdf`
  3. 3Check the output file size. If still over 10MB, change /ebook to /screen for more aggressive compression.
  4. 4Open the compressed file and verify quality is acceptable for your intended use before sending or uploading.

When Standard Compression Is Not Enough

Some PDFs stubbornly resist compression. If your file is still over 10MB after aggressive Ghostscript compression, you need to investigate why and apply targeted strategies. The most common reason for compression-resistant large PDFs is content that is already compressed. If your PDF contains images already saved as JPG at a reasonable quality level, Ghostscript cannot make them significantly smaller without re-encoding at a degraded quality. In this case, the images are not the problem — look for other causes. Embedded fonts can be a significant size contributor in some PDFs. A document that embeds a full font set (rather than a subset) may have 2-5MB of font data. Use Acrobat Pro's PDF Optimizer to embed only the font characters actually used in the document (subset embedding), which can cut font overhead by 70-90%. Embedded thumbnails, preview images, and annotation data from collaborative editing can add significant overhead. These are invisible in normal viewing but consume considerable space. Acrobat Pro and various PDF optimizer tools can strip these on command. For PDFs that genuinely cannot be compressed below 10MB without unacceptable quality loss, your options are: 1. Split the document into logical sections and send them separately (two emails, two upload submissions) 2. Use a cloud storage link instead of an email attachment (upload to Drive/Dropbox and share the link) 3. Ask the recipient if they accept larger files or alternative formats 4. For application submissions with strict limits, contact the institution for guidance — most will accommodate a quality document that slightly exceeds a soft limit if you explain the situation

Frequently Asked Questions

Will compressing a PDF to under 10MB make the text unreadable?

At medium compression settings (Ghostscript's /ebook, 150 DPI), text in a PDF remains sharp and completely readable — text and vector content are not affected by image DPI settings, so crisp text stays crisp. The quality reduction applies mainly to photographs and raster images. For documents that are primarily text with a few images, you can compress aggressively without any visible quality degradation in the text. Always open the compressed file at 100% zoom to verify before sending.

How much can I realistically reduce a PDF file?

Reduction potential depends on the original file's content and how efficiently it was created. Image-heavy PDFs (scanned documents, photo books, graphics-rich reports) typically compress by 50-85% with medium settings. Text-heavy PDFs with embedded fonts and metadata typically compress by 20-50%. PDFs that are already well-optimized may only compress by 5-15%. A 50MB scanned document is very likely to reach under 10MB. A 12MB text-heavy business report may be harder to get significantly below its current size.

What is the best free tool to compress a PDF under 10MB?

For ease of use, LazyPDF's Compress tool is the best free online option — no installation, no configuration, just upload and download. For maximum compression power and control without file size limits, Ghostscript is the best free tool. Combine both approaches when needed: try the online tool first for speed, and fall back to Ghostscript for files that need more aggressive compression or that exceed online upload limits.

How do I compress a PDF on iPhone or Android without a computer?

Use LazyPDF's mobile-optimized website in your phone's browser — it supports file upload and download for PDF compression without any app installation. Alternatively, cloud-based apps like Adobe Acrobat mobile (free tier), PDF Compressor (iOS), or iLovePDF (Android/iOS) provide PDF compression on mobile devices. Be aware that mobile network connections make uploading and downloading large files slow — connect to Wi-Fi for files over 20MB.

Can I compress a PDF that is password protected?

Password protection prevents modification of the file, which includes compression. You must first remove the password using LazyPDF's Unlock tool or qpdf (`qpdf --decrypt --password=yourpassword input.pdf unlocked.pdf`), then compress the unlocked file, then optionally re-apply the password. If you do not know the owner password (only the user/opening password), some tools still allow modification — check your specific tool's behavior. Never remove passwords from files you do not own or have permission to modify.

Compress your PDF to under 10MB in seconds with LazyPDF's Compress tool — free, fast, and no software needed.

Try It Free

Related Articles