Organize PDF Pages Free Online
The document is opened and edited in this tab. It stays local — a contract or a scan is never uploaded to be processed.
Loading the tool…
How it works
Editing the page tree, not the pages
Everything this tool does is a change to the document's /Pages tree and to per-page attributes. Reordering rewrites the /Kids array. Deleting removes an entry. Duplicating adds a second reference to the same page object, which is why a duplicated page costs almost nothing in file size. Rotating sets /Rotate on the page. None of it touches a content stream, so the text, fonts and vector artwork inside each page come through byte for byte. The thumbnails you drag around are rendered by pdf.js purely so you can see what you are doing — they are a preview, never the source of the output.
- /Kids array
- Page order is the order of references in the page tree. Reordering rewrites that array; the page objects it points at are unchanged.
- Duplicate
- Adds another reference to the same page. Two copies of a 3 MB page do not cost 6 MB, because the underlying object is shared.
- /Rotate
- A per-page attribute of 0, 90, 180 or 270, inherited down the page tree. Setting it rotates on display without re-rendering anything.
- Delete
- Drops the page reference. Links and outline entries elsewhere in the document that pointed at it no longer resolve.
- Thumbnails
- Rendered by pdf.js at a small scale, sequentially, so a 400-page document does not exhaust memory on a phone.
How to use it
How to organize PDF pages online
- 01
Open the PDF
Pages appear as a thumbnail grid, rendered on your device from the file on disk.
- 02
Drag, rotate, duplicate, delete
Changes apply to the plan for the new document, not to the file you opened.
- 03
Save the new PDF
Written out in the tab with pdf-lib. The original on disk is never modified.
Where it earns its keep
Where page-level PDF editing is the whole task
- Fixing a double-sided scan where every second page came out upside down and in reverse order.
- Removing the internal cover sheet and pricing notes before a proposal goes to a client.
- Moving an appendix to the front so it is the first thing a reviewer sees.
- Duplicating a signature page so a second party can sign their own copy.
Questions
Organize PDF Pages, answered
Can I edit the text or images on a page?
No. This works at the page level — order, presence, duplication and rotation — and never opens a content stream. Editing the words inside a page is a different class of tool and a much better way to break a document's layout.
Does rearranging pages degrade them?
No. Nothing is re-rendered. Page objects are copied by reference into the new page tree, so text stays selectable, fonts stay embedded and a vector chart stays crisp at any zoom. Tools that rebuild the file from images cannot say that.
Are my pages uploaded to be shown as thumbnails?
No. pdf.js renders the previews inside this browser tab, from the bytes already in memory. Check the network inspector while you scroll the grid — no page image and no file is ever requested from or sent to a server.
What happens if I close the tab mid-edit?
You lose the arrangement. The plan lives in the page and there is no draft stored anywhere, which is the direct consequence of nothing being kept on a server. Save the new PDF before you navigate away.