Optimise a PDF for the web

A PDF normally keeps its index at the end, so a browser must download the whole file before it can show anything. Linearising reorders the file so page one comes first and a reader can start drawing immediately — the content is identical, only the byte order changes.

or drop a file anywhere on this panel

opened locally · 0 bytes sent

How it works

  1. 01Open the PDF.
  2. 02Leave web optimisation switched on.
  3. 03Export.

Worth it for anything you publish

The difference is most noticeable on large documents over slow connections, where a reader currently waits for the entire file before seeing a single page.

It does not make the file smaller

Linearising rearranges bytes; it does not remove any. If size is the problem you want compression, which is a different tool.

Questions

Does this change the document?
Not visually. Every page renders identically; only the order of the file on disk differs.
Is this the same as compressing?
No. Compression makes the file smaller. Linearising makes the first page appear sooner, at roughly the same size.