Reorder PDF Pages

Move a single page of a PDF to a new position and keep every other page in order. One move per run, no upload, no account, no watermark.

🌐 Español

Drop your file here (.pdf)

πŸ”’ Private by design: your files are processed locally in your browser and never uploaded to any server.

One move, done exactly

Reordering a PDF is one of those jobs that sounds like it needs a full editor and usually does not. In practice the request is almost always the same shape: a page ended up in the wrong place and needs to go somewhere else, with everything else keeping its relative order.

That is precisely what this does. You name the page to move and the position it should end up in, and the rest of the document closes up behind it and shifts to make room.

Nothing else changes. The pages themselves are copied from the source document into a new one without being touched, so text remains text, images keep their original resolution, and file size stays roughly where it was.

Moving a page to a new position

  1. Drop your PDF on the box or use Choose a file. One file at a time, and only .pdf is accepted.
  2. Set Page to move to the current position of the page you want to relocate.
  3. Set New position (1 = first page) to where it should end up in the finished document.
  4. Click Reorder PDF Pages. The progress bar advances as pages are copied, then finishes as the file is written.
  5. Download the result, named after your file with a reordered suffix.
  6. Open it and check the page you moved actually landed where you expected.
  7. Process another clears the box.

Both fields are one-based, counting physical sheets from the front of the document. If your PDF has unnumbered front matter, count the sheets rather than reading the printed numbers.

How the new position is counted

The arithmetic is worth stating plainly, because off-by-one confusion is the main way this operation goes wrong.

The page is removed from the sequence first, then reinserted at the position you named in the resulting document. So in a five page file, moving page 1 to position 3 gives the order 2, 3, 1, 4, 5, and the page you moved is the third page of the output.

Reading it the other way, as a position in the original document, would give a different result, and the difference only shows up when moving a page forward rather than backward. If a move lands one place off from what you expected, this is why.

Several moves, one at a time

There is deliberately no multi-page shuffle here. One page, one destination.

For a bigger rearrangement, the workable approach is to feed each output back in as the next input and plan the sequence in advance. Write down the order you want, then work out the moves that get you there, rather than improvising and losing track.

For some rearrangements a different tool is faster. Reversing a document, interleaving two scans or extracting a chapter are all jobs where repeated single moves would take far too long.

What does not come across

The output is a newly assembled document rather than an edited copy of the original, and that distinction has a consequence worth knowing before you use this on something important.

Page content is preserved exactly. Document level structure is not. A table of contents built as PDF bookmarks, internal links that jump between pages, interactive form fields and file attachments are not carried into the new document. On a plain scan or an exported report this changes nothing you would notice. On a long bookmarked document it does.

If that matters, do the reordering before adding bookmarks rather than after.

The rest of the page toolkit

To remove pages rather than move them, Delete PDF Pages takes a range. To pull a section out into its own file, Split PDF does that directly and is usually quicker than a run of moves.

Once the order is right, Add Page Numbers to PDF stamps the new sequence so the printed numbers agree with reality. Rotate PDF fixes a sideways scan, N-up PDF puts several pages on one sheet, and Booklet PDF reorders for folded printing, which is a reordering job with its own very specific rules. The rest is on the PDF tools hub.

See it in action

Screenshot of the Reorder PDF Pages tool with sysfenix-sample.pdf (3 KB) loaded, Page to move set to 1, New position (1 = first page) set to 1
Reorder PDF Pages mid-process: sysfenix-sample.pdf (3 KB) loaded, Page to move set to 1, New position (1 = first page) set to 1.
Screenshot of the Reorder PDF Pages result screen showing sysfenix-sample-reordered.pdf ready to download (3 KB, 3% smaller)
The finished result: sysfenix-sample-reordered.pdf ready to download (3 KB, 3% smaller). The download link is a local blob URL β€” the file never leaves your device.

Frequently asked questions

Can I reorder several pages at once?

Not in one run. This performs exactly one move, taking a single page out and reinserting it elsewhere, which covers the overwhelming majority of real reordering jobs. For a more complicated shuffle, run it repeatedly, feeding each output back in as the next input, and work out the sequence of moves before you start rather than as you go.

How is the new position counted?

Against the final document, after the page has been taken out. Moving page 1 to position 3 in a five page document gives you the order 2, 3, 1, 4, 5, so the moved page ends up third overall. That is the intuitive reading of new position, and it is the one the arithmetic implements.

What happens if I enter a page number beyond the end of the document?

The run stops before anything is written and nothing is produced. The check knows the real page count and refuses values outside it for either field. Unfortunately the specific message naming the page count is replaced by a generic apology before it reaches the screen, so if the tool refuses, check that both numbers are within the document's actual length.

Does the content of the pages change at all?

No. Pages are copied wholesale from the source document into a new one, so text stays selectable, images keep their resolution, and vector graphics stay vector. Nothing is rasterised and nothing is re-encoded. Only the order in which the pages appear changes.

What happens to bookmarks and links?

They do not survive. The output is a fresh document assembled from copied pages, and document level structures such as an outline, internal cross-page links, form fields and attachments are not carried across. For a plain document this is invisible; for a bookmarked report it is not, so check afterwards.

Is the file uploaded anywhere?

No. The document is read, rearranged and rewritten inside your browser tab, which matters for the sort of files that need reordering, since they tend to be contracts, reports and scanned paperwork. Nothing is transmitted and there is nothing on a server to delete afterwards.

Related tools