PDF

Reorder PDF Pages — Free, Nothing Uploaded

Open a PDF, say what order you want its pages in — type 1, 3, 2, 4-8 or move them with the arrows — and download the rearranged file. The PDF is read and rewritten by your browser: it is never uploaded, and the page content is copied byte for byte rather than re-encoded, so nothing loses quality on the way through.

Drop a PDF here or browse

One file at a time · it stays on your device · nothing is uploaded

What page order is, inside the file

A PDF is a pile of numbered objects plus a table saying where each one starts. One of those objects is the page tree, and it holds a /Kids array that lists every page. That array is the order. Page 7 is the seventh entry in it — no page records its own number, which is why the number printed on a page can disagree with its position in the file, and often does in a scanned document.

So reordering moves nothing. The tool reads your file and writes a new one, listing the pages in the order you asked for. Each page is copied with everything it points at: its content stream, its fonts, its images, its annotations, all renumbered to fit the new file. The drawing instructions are copied as bytes and never decoded, which is what makes this lossless — no image is re-compressed, no text is re-encoded, and a page that has been through this tool ten times looks exactly like the one that went in.

Why a page can be in the list twice

Because two entries in that array are allowed to point at the same content. Name a page twice and you get two page objects sharing one content stream, so a 3 MB page repeated ten times does not produce a 30 MB file — it adds a few hundred bytes. It is a legitimate thing to want: ten copies of a form, a separator sheet between sections, one card printed eight-up. Most tools refuse it on the assumption that you made a typo.

How the order box reads

Page numbers and ranges, separated by commas, and the file comes out in exactly that sequence:

The box and the arrows are the same thing seen twice. Move a row and the text rewrites itself; type a new order and the rows rearrange. Nothing is applied to your original file, which is still sitting on disk untouched — this writes a new one.

Why each row says 612 × 792 pt

A point is 1/72 of an inch, the unit PDF measures everything in. 612 × 792 is US Letter, 595 × 842 is A4. When a row shows portrait numbers and a rotation badge of 90°, the page was drawn portrait and carries a note telling the reader to turn it — rotation in a PDF is metadata, not pixels, which is why turning a page is instant and costs nothing. A page has no resolution of its own, so these numbers say nothing about print quality.

Where this falls short

What does survive is the part most people are asking about: the pages themselves, at full quality, with their sizes, their rotations, their images, their selectable text and their comments, plus the document title and author. A file whose index is damaged is rebuilt by scanning for page objects, and the tool says so when that happens, because a rebuilt index sometimes finds pages in a different order than the one you saw.

Frequently asked questions

How do I change the page order in a PDF without Acrobat?

Open the PDF in this page, type the order you want — for example 1, 3, 2, 4-8 — and download the result. The rearranging happens in your browser, so there is nothing to install and no account. Your original file is not modified; a new one is written.

Can the same page appear more than once?

Yes. Name a page twice in the order and it comes out twice. The two copies share one content stream inside the file, so repeating a heavy page costs a few hundred bytes rather than doubling the file size.

Does reordering a PDF lose quality?

No. The page content is copied byte for byte and never decoded or re-compressed, so images, fonts and vector artwork come out identical. That is the difference between reordering and compressing: one is a rearrangement, the other throws information away.

Do bookmarks and internal links survive?

No. The sidebar outline is dropped, and links that jump to another page in the same document stop leading anywhere useful, because the pages they name are not the pages in the new file. Links to a web address still work, and so do comments and highlights.

Is my PDF uploaded to a server?

No. The file is read by your browser and the new one is written there too. Open your developer tools, watch the Network tab while you use the tool, and you will see no request. Disconnecting from the internet after the page loads does not stop it working.

Why does it refuse my password-protected PDF?

Because the tool has no way to read an encrypted file without the password, and it does not try to get around the protection. Open the PDF in the app that made it, save a copy without the password, and reorder that.

Last updated September 19, 2026