Organise · 9 tools

Put files together, or take them apart

Work on a document's page tree without turning its pages into pictures: rotate, remove, extract, reorder, crop, merge or split. The two archive tools handle ordinary ZIP files beside them. Every operation runs in this browser tab.

The tools

What these tools actually do

A PDF is a container: a page tree pointing at page objects, each carrying the fonts, images and vector drawings that page needs. Merging copies those page objects into a new container in the order you choose. Splitting copies subsets of them into several new containers. Neither operation re-draws anything, so a merged or split document is exactly as sharp as the file it came from and its text is still selectable, searchable and readable aloud.

Page ranges are the part people miss

Both tools take ranges, and that is usually the shortcut. Merge can take pages 2 to 5 of one document and all of another in a single operation, which saves a split followed by a merge. Split treats each range you write as its own output file, so 1-3, 4-8 gives two documents rather than one document of eight pages — and it shows you the exact list of files before it builds any of them.

Two things that travel badly

The document's metadata does not travel at all: a merged or split file has no title, author, producer or timestamp, not even from the first source. That is deliberate, because a bundle that quietly inherits one source's author is a small privacy leak nobody asked for. These tools do not accept an encrypted PDF as a merge or split source, so take the password off it with the unlock tool first — that tool needs the password the file opens with, and proves the copy it makes really opens without one. The tool names that boundary rather than failing vaguely. The archive tools make and open ordinary ZIP files with Deflate compression; they intentionally do not implement RAR, 7z or encrypted ZIP. For a PDF-specific password mode, the protection tool writes AES-128 revision 4 and reports its finished-file read-back checks.

What is not here yet

Rotating, removing, extracting, reordering and cropping pages are built here. Page numbering is the next page-level operation still missing; it will appear only when it works and can be checked.

All 52 tools · How they work