Support us
FileSeb logo FileSeb

Why PDFs get large in the first place

Before picking a method, it helps to know what's actually taking up the space, because the right fix depends entirely on the cause. A PDF's size generally comes from one of four places: embedded images (by far the most common cause — a single high-resolution photo can be several megabytes on its own), embedded fonts (a PDF that embeds full font files for every typeface it uses, rather than referencing standard fonts, carries that weight with it), internal structure overhead (redundant objects, uncompressed metadata, and bookkeeping data that accumulates as a document gets edited and re-saved over time), and, less commonly, embedded video, audio, or file attachments.

A 40-page contract that's mostly text will usually already be small — a few hundred kilobytes at most — because text itself takes up very little space. A 5-page scanned document, on the other hand, can easily be 10-20MB, because every page is really just a full-resolution photograph. This distinction matters a lot for which method below will actually help.

Method 1: Structural optimization (safest, most limited)

This rebuilds the PDF's internal object structure — removing duplicate objects, compressing the cross-reference table, and cleaning up bookkeeping overhead — without touching any of the actual images or text inside the document. It's completely safe: there's zero quality loss, because nothing about the visible content changes at all.

The catch is that it only removes overhead, not content. If your PDF is large because of genuinely large embedded images, this method will shave off a modest amount — often 5-15% — and stop there, because the images themselves are untouched. This is what FileSeb's Compress PDF tool does, and it's the right choice when you need a guaranteed-safe reduction on a text-heavy or already-reasonably-sized document, not a dramatic size cut on a photo-heavy one.

Method 2: Image recompression (the big lever, with a real tradeoff)

This is what most "PDF compressors" actually mean when they promise dramatic size reduction: every embedded image inside the PDF gets re-encoded at a lower JPEG quality, or downscaled in resolution, or both. This is where the real savings live if your file is large because of images — it's common to see a 20MB scanned PDF drop to 2-3MB this way.

The tradeoff is real, not hypothetical: you're re-compressing already-compressed images, which introduces visible quality loss if pushed too far — blurring, blocky artifacts around text edges, and color banding. For a document where legibility matters (a scanned contract you might need to read closely, or a document going to print), being too aggressive here can genuinely hurt usability. The fix is to compress before you build the final PDF, not after — see the next section.

Method 3: Compress the images before they become a PDF

If you're building a PDF from photos or scans yourself (rather than compressing one you already received), the most reliable approach is to control image quality at the source, before the images ever get embedded. Run each photo through an image compressor first — choosing a quality level you can actually see the result of — and only then convert to PDF. This gives you direct control over the exact tradeoff between file size and quality, rather than hoping an automated "compress this PDF" tool picks a good setting for you.

For scanned documents specifically, this is doubly true: a document scanner app that crops to the page edges and corrects the contrast (rather than saving the whole photo, background and all) will produce a meaningfully smaller starting image before compression even enters the picture. FileSeb's PDF Scanner and Image Compressor tools are built for exactly this two-step approach: clean up and size down the images first, then combine them into a PDF with JPG to PDF or PNG to PDF.

Method 4: Remove what you don't need

Sometimes the fastest real reduction isn't compression at all — it's removing pages, embedded fonts, or metadata you don't actually need in the final file. If a document has pages you don't need to send, extracting only the relevant ones will often beat any compression setting. Removing embedded metadata (author history, editing timestamps, sometimes even redundant thumbnail previews) can also shave off a surprising amount from documents that have been edited many times over their life. FileSeb's Split PDF and Extract PDF Pages tools handle the first case; Remove Photo Metadata handles the image side of the second.

Which method should you actually use?

If you're not sure, here's the honest, practical breakdown:

A note on privacy while you do any of this

Whichever method you use, consider where the compression actually happens. Many online PDF compressors work by uploading your file to a server, processing it there, and sending it back — which means your document, even briefly, exists on a computer you don't control. FileSeb's tools run the entire process inside your browser using JavaScript; your file never leaves your device. That's worth knowing if what you're compressing is something you'd rather not hand to a third party, even momentarily — a contract, an ID scan, financial paperwork.

Related tools