The short version

Drop the PDF and press the button. The tool works in three stages, cheapest first, and stops at the first one that gets the file under 8 MB.

Images are recompressed in place first, so text, links and forms stay exactly as they were. Only when a file still will not fit are the pages rebuilt as images, and even then an invisible text layer keeps the words searchable. A file already under the cap is handed back untouched.

Eight megabytes holds a lot: a fifty-page greyscale scan, a thirty-page colour scan, or a couple of hundred pages of text. When a document of ordinary length runs past it, something inside it is unusually expensive, and it is normally possible to say what.

Where the 8 MB limit comes from

Who asks for itPlaces that cap uploads at 8 MB
  • Mail systems with headroom under 10 MB8 MB, self-imposed
  • Journal and conference submission systems8 to 10 MB
  • Regulatory and compliance filings8 MB per document
  • Document management system intake8 MB per version
  • Grant and funding application portals5 to 10 MB

Eight is a round number in binary, which is why it shows up in systems written by people who think in those terms: document stores, submission systems, versioning platforms. It also appears as a deliberate margin. A team whose mail gateway refuses attachments over 10 MB will often publish 8 as the working limit, leaving room for the encoding overhead that a mail attachment picks up on the way.

How the tool hits 8 MB

1

Add the PDF

Drop it or browse. It is read into browser memory; nothing is uploaded, so a slow connection makes no difference.

2

Stages one and two: tidy, then the images

Unused objects, thumbnails and stale metadata go first, which costs nothing at all. Then the pictures inside the file are recompressed in place, starting at 200 ppi, while your text, links and form fields are left exactly as they were.

3

Stage three, only when it is needed

If the images were not where the weight was, the pages are rebuilt as pictures with an invisible text layer behind them, so the words stay searchable. It probes at 150 dpi, works out the resolution that should fit, and will not go below 60 dpi.

4

Download, and read the result line

It shows the final size and which stage produced it. If none fitted, you still get the smallest attempt, labelled honestly, rather than a file that silently missed the target.

The image ladderSeven rungs, from 200 ppi down to 60
200q82150q75120q66100q5880q5072q4260q36Rung 1: images barely touched (ppi above, JPEG quality below)Rung 7: visibly softYour text, links and form fields are untouched at every rung
Stage two walks down this ladder, recompressing the pictures inside the file and leaving everything else alone. It stops at the first rung under 300 KB, and abandons the ladder early when the images are not what is making the file big.
Stages
Three

Structure, then the images in place, then the pages as pictures. It stops at the first stage that fits.

Text after compression
Kept

Untouched at the first two stages. If the pages do get rebuilt, an invisible text layer keeps them searchable.

Bytes uploaded
0

The IDs, forms and statements people compress for portals never leave the device.

What fits in 8 MB, and what does not

Text is almost free at this scale. A page of type costs about forty kilobytes, so two hundred pages of it still fit. Greyscale scanning costs a hundred and thirty a page and colour about two hundred and forty, and a full-page photograph at print resolution can cost several times that on its own.

Try it

Will your file fit in 8 MB?

Enter the page count and what the pages contain. The estimate shows the attempt that is likely to succeed and what that attempt looks like.

Typical sizesCommon documents against the 8 MB line
40-page report with chartsabout 4.4 MB50-page greyscale scanabout 6.5 MB30-page colour scanabout 7.2 MB25 full-page photosabout 9.5 MB8 MB
Estimates before any quality is traded away. Only the photograph set crosses the line, which is the pattern at this size.

When it cannot reach 8 MB

Some documents will not fit legibly, and the tool says so rather than pretending. When the result line reports a miss, three moves usually solve it:

  • Split first. Use Split PDF to break the file into parts and compress each. Most portals accept several attachments even when each one is capped at 8 MB.
  • Rescan the source. A fresh 150 dpi greyscale scan compresses far better than a colour scan that has already been through one compressor. Every pass costs quality, and the first pass should start from the cleanest source.
  • Check the real limit. Portals sometimes state one number and accept another. Read the fine print, or try a slightly larger file before compressing harder than you need to.
One pass, from the original
Compressing an already-compressed file compounds the quality loss without much further saving. If the first result is not right, run the original again rather than the output. And keep the original: the compressed copy is for the portal, not for your records.

Find the expensive pages

Weight in a PDF concentrates. A forty-page report where thirty-eight pages are text and two carry full-resolution photographs is not a heavy document; it is a light document with two heavy pages in it. Compressing the whole file spreads the loss across all forty, softening thirty-eight pages that were never the problem, to save bytes that were only ever in two of them.

Where the bytes areA 40-page report, page by page
2.4 MB1.9 MBpage 1page 40Two pages carry more than half the file. The other thirty-eight cost about 40 KB each.
Compressing the document as a whole softens all forty pages to recover bytes that live in two of them. The ordinary pages are drawn at a minimum height so that all forty stay visible; at true scale they would be under two pixels tall.

Finding the heavy pages does not need a special tool. Split the document into halves with Split PDF and look at the two file sizes. The heavy half is obvious, and three or four rounds of halving narrow it to a page or two. It takes about two minutes and it tells you something no compression setting can: what is actually in your file.

Once you know, the fix is usually specific. A photograph pasted from a phone camera is a twelve megapixel image being displayed at the size of a postcard, and it can lose nine tenths of its pixels without any visible change. A scanned signature page at 600 dpi is doing the same thing. A screenshot saved as a lossless image is a third case, and the one where re-saving as a JPEG makes the largest difference. In each case the right move is to replace the offending image and rebuild the page, rather than to squeeze the document.

If that is more work than the situation deserves, the tool above will get the file under the cap regardless. It steps the images down in resolution first and leaves text untouched, so even the blunt approach costs less than it might. But when a document has to stay presentable, two minutes of halving beats any amount of compression.

Where people use the 8 MB target

Typical jobsWhat gets compressed to this size
  • Conference and journal submissions20 to 60 pages
  • Reports with embedded photography30 to 80 pages
  • Compliance and audit filings40 to 100 pages
  • Site surveys and inspection records20 to 50 pages

Why this runs in your browser

Inspection records, audit files and case documents are exactly the material that should not be uploaded to a third party in order to be made smaller. Everything on this page runs on your own machine, so the question does not arise.

Two ways to compressOne of them never transmits the document
Your devicePDFin memoryBrowser enginecompressDownload0 bytes leavethe machineTypical online toolPDFon diskuploadServercopies filedownloadA full copy now sits on hardware you do notcontrol, under a policy you cannot audit
PDF.js renders the pages and pdf-lib rebuilds the file inside the tab. The document is read into memory, compressed there, and offered as a download.

The tool is right above

Everything on this page runs in your browser. Scroll up, drop the file, and keep it on your machine.

Jump to the tool

Common questions

The questions people have with an 8 MB cap in front of them.

01Why is my document so much bigger than its page count suggests?

Weight concentrates. A few pages carrying photographs or high-resolution scans can outweigh the rest of the document several times over.

02How do I find the heavy pages?

Split the file in half and compare the two sizes, then halve the heavy side again. Three or four rounds narrow it to a page or two.

03What is usually to blame?

A phone photograph pasted at full resolution, a page scanned at 600 dpi when 200 would do, or a screenshot saved in a lossless format.

04What fits in 8 MB?

Around two hundred pages of text, fifty pages of greyscale scanning, or thirty colour pages.

05Is 8 MB really the limit, or is it a margin?

Often a margin. Teams whose mail gateway stops at 10 MB tend to publish 8, leaving room for the overhead an attachment picks up in transit.

06Will the text still be selectable?

Yes, in nearly every case. Files reach 8 MB in the first two stages, which do not touch text at all.

07Are my files uploaded anywhere?

No. Rendering and compression run in your browser. The file never leaves the device.

08Is it free?

Free. Every tool, unlimited use, no signup.