PDF Page Organizer (Reorder, Merge, Split, Extract)

Load multiple PDFs into one screen and freely reorder, add, delete, extract, and rotate pages. Merge and split are handled here too — files are never sent to a server, everything runs in your browser.

Tips for organizing PDF pages

  • Drop several PDFs at once and every page from each file is added to the list in the order they were loaded. Reorder them afterward however you like.
  • You can drag individual page cards to reorder them, or select several with the checkboxes and run "Delete selected" or "Rotate selected" in one go.
  • "Extract selected" leaves the main list untouched and downloads only the chosen pages as a brand-new PDF — handy when you want to keep working with the current order.
  • Unwanted blank pages or scans that came out sideways can be fixed on the spot with the delete and rotate buttons before exporting everything together.
  • PDFs with many pages can take a moment to render thumbnails. They fill in one by one right after loading, so just wait a few seconds.

Frequently Asked Questions

No. Loading, reordering, and exporting all happen in JavaScript running in your browser — the contents of your PDF are never sent to or stored on a server.

Yes. Drop multiple PDF files and every page lands in a single list. Just run "Export as PDF" and they're combined into one file.

Yes. Check the boxes on the pages you want and run "Extract selected" — a new PDF containing only those pages is downloaded, while the main list stays exactly as it was.

Some files may fail to load. If a PDF is password-protected or heavily encrypted, remove the password first before loading it here.

Yes. Pages are assigned to the exported PDF as page 1, 2, 3… in the exact order shown, reading left to right, top to bottom.
ツールくん

Side Note — Why reordering PDF pages has long been such a hassle

PDF (Portable Document Format), released by Adobe in 1993, doesn't store pages as a simple flat list internally. Its specification defines a tree structure — the page tree — that also tracks cross-references and shared resources between pages. Even something that looks as simple as "delete one page" or "swap the order" actually requires safely rewiring those internal references, far from something you could edit by hand in a text editor.

For a long time, the only way to reorder PDF pages was to buy dedicated editing software or upload the file to an online conversion service. For anything sensitive — contracts, internal reports — sending a file to an outside server was itself a security concern that made many people hesitate.

The pdf-lib library this tool uses can manipulate a PDF's page tree entirely in JavaScript, so pages can be duplicated, deleted, reordered, and rotated right in the browser and saved back out as a new PDF. The fact that the file never leaves your machine is more than a convenience — it's real peace of mind when handling confidential documents.