All tools

Compress PDF

Shrink file size while preserving quality.

Drop files or click to browse

PDF · up to 100MB per file

About Compress PDF

Most oversized PDFs are large for one of two reasons: they contain scanned page images at a far higher resolution than anyone will ever look at, or they embed fonts and objects that are no longer referenced. Email gateways typically reject attachments over 10–25 MB, and upload forms for visas, tenders and job applications are often stricter still.

Compression here re-encodes the document structure and downsamples heavy image data, aiming for the smallest file that still reads cleanly on screen.

How to use Compress PDF

  1. Step 1

    Upload the PDF

    Add the file you want to make smaller.

  2. Step 2

    Run the compression

    The document is rebuilt with lighter image data and redundant objects dropped.

  3. Step 3

    Check and download

    Compare the reported size before and after, then save the version you prefer.

When it helps

  • Getting a scanned passport or ID under a government portal's upload limit.
  • Shrinking a photo-heavy report so it can be emailed as one attachment.
  • Reducing storage for an archive of thousands of scanned invoices.
  • Speeding up a PDF that is slow to open or scroll on a phone.

Good to know

  • A text-only PDF is already small — expect modest savings there. Scans and photo pages see the biggest reduction.
  • Compression is lossy for images. If the document must stay print-perfect, keep the original as your master copy.
  • Running compression twice rarely helps and can visibly soften scanned text.

Compress PDF: frequently asked questions

Understanding PDF page structure

A PDF is a catalogue, not a stack of paper

Inside every PDF there is an object called the page tree. It lists each page and points at the content stream that draws it — the text operators, the embedded fonts, the image XObjects. Reordering, deleting or extracting pages rewrites that catalogue; it does not redraw anything.

That distinction matters in practice. Because the drawing instructions are copied untouched, an organised document keeps exactly the visual fidelity of the original: vector text stays vector, 600 DPI scans stay 600 DPI, and no generation loss creeps in no matter how many times you split and recombine a file.

Why page count and file size are unrelated

People are often surprised that deleting half the pages barely shrinks the file. The reason is shared resources: fonts, colour profiles and repeated logo images live in a resource dictionary that many pages reference. Removing the pages does not automatically remove the objects they pointed at.

If size is your real goal, organise first and then run the result through a compression pass, which rewrites image streams and drops orphaned objects. Doing it in that order avoids compressing pages you were about to throw away.

Page labels, rotation and the mixed-size problem

Two properties travel with each page and cause most of the confusion in reorganised documents. The first is the rotation flag, an integer of 0, 90, 180 or 270 that viewers apply at display time — a page can look upright while its underlying content is sideways. The second is the MediaBox, the page's physical size.

A document assembled from several sources can legitimately contain A4, Letter and a wide landscape spreadsheet page. Nothing is broken; viewers simply render each page at its own dimensions. Normalise them deliberately with a resize step if a print shop asks for a single trim size.

Common problems and fixes

Pages come out in the wrong order
Files are processed in the order shown in the list, and operating systems sort names as text — 'page10' sorts before 'page2'. Rename with zero padding (page02, page10) or drag the items into place before running the tool.
A page looks rotated in one app but not another
Some viewers ignore the rotation flag when printing. Apply rotation explicitly with the Rotate tool and save, rather than relying on the viewer's temporary rotate-view button.
The tool reports the file could not be read
The document is either encrypted or structurally damaged. Run Unlock PDF for the former and Repair PDF for the latter, then retry.

Terms worth knowing

Page tree
The internal index that tells a PDF reader which pages exist and in what order.
MediaBox
The rectangle defining a page's physical size, expressed in points (1 point = 1/72 inch).
Content stream
The sequence of drawing commands that paints text and graphics onto a single page.

Related PDF tools

Continue your workflow with other free organize PDF tools or browse all PDF tools.

Popular guides