Reorder PDF Pages
Rearrange pages in your PDF document. Perfect for fixing page order, extracting specific pages, or creating custom document sequences.
Loading tool…
How page order is stored in a PDF
A PDF does not store pages as a simple sequence of chunks in the order you see them. It keeps a page tree: a structure whose leaves are page objects, read in the order the tree lists them. The visual order of a document is therefore a property of that tree, not of where the bytes sit in the file.
Reordering rewrites the tree so the leaves appear in your chosen sequence, then writes a new cross-reference table so every internal pointer still resolves. The page content itself is untouched — same text layer, same embedded fonts, same image quality, same page dimensions. Nothing is re-rendered, so there is no generational quality loss no matter how many times you rearrange a document.
Why we built this tool
Scanners produce out-of-order documents constantly: duplex feeders that put all the odd pages first, a stack loaded upside down, or an appendix that needs to move behind the report it belongs to. Assembled bundles for courts, tenders, and visa applications almost always need a final rearrangement.
Those bundles are exactly the documents you should not be uploading to a stranger's server for a task this mechanical. Our tool rearranges the page tree inside your browser using WebAssembly, so the document stays on your machine from start to finish. No account, no upload, no queue, and no page limit imposed by someone else's plan — a 500-page bundle reorders as readily as a five-page one.
Tips and common mistakes
- Work from a printed or written page plan for long bundles; rearranging 200 pages from memory is where mistakes creep in.
- Court and tender bundles usually have a mandated order — check the requirement before rearranging, not after.
- Reordering does not renumber anything printed on the pages themselves, so a page marked "7" may now sit third.
- Keep the original file until the reordered version has been checked end to end.
Quick start: using Reorder PDF Pages
- Open the PDF you need to rearrange.
- Use the page thumbnails or the order controls to move pages into the sequence you want.
- Double-check the first and last pages, where mistakes are easiest to miss.
- Apply the new order and let the browser rebuild the document.
- Download the result and page through it once before sending it on.
Pages facing the wrong way as well? Rotate PDF handles orientation, and Remove Pages from PDF drops the ones you do not need.