Organize PDF Pages
Organize PDF pages the way you would shuffle paper. Every page appears as a live thumbnail you can drag into position or remove, then export a clean document — all in your browser.
How to use Organize PDF Pages
- Upload a PDF to see thumbnails of every page.
- Drag pages to reorder them.
- Click a page’s delete button to remove it.
- Click “Save PDF” to export your reorganized document.
About Organize PDF Pages
Rearranging pages is the one PDF job that cannot be done blind. Page 14 of a scanned bundle is not a number, it is a particular invoice, and moving it with any confidence means seeing it first. Every page here is drawn into a small canvas by PDF.js at thumbnail resolution, which is quick because it decodes at a fraction of full size, and each thumbnail is produced in turn rather than all at once. A three-hundred-page document is usable almost immediately, and no device is asked to hold three hundred full-resolution bitmaps at the same time.
The thumbnails are only a viewfinder. On export, the arrangement on screen is replayed against the original document — pdf-lib copies the page objects you kept, in the order you put them, into a fresh file. None of the rendered previews ever reaches the output, so nothing is downsampled and text does not quietly become a picture of text. That distinction is worth understanding, because plenty of online page editors do rasterise, and the giveaway arrives later when somebody tries to search the document and finds nothing. The exported PDF carries precisely the quality of the one you opened; only its page tree has changed.
Nothing is destructive until you export. Removals are held in the editor and Reset brings them back, and the file on your disk is never written to, so a mistake costs a reload rather than a recovery. Mixed page sizes are handled naturally, because each page keeps its own dimensions instead of being forced onto a common sheet, and pages that already carry a rotation are shown and written out the way a reader displays them. Encrypted documents are the exception — they cannot be opened for editing until the password comes off.
The jobs this gets used for are unglamorous and constant. A feeder that pulled two sheets at once leaves a blank to delete. A bundle arrives with the appendix ahead of the report it belongs to. A contract comes back from signing with the signature page stapled on the end instead of in place. A book scanned on a phone has its pages in reverse. Each of those is under a minute of dragging, against the alternatives of a paid desktop upgrade or a round trip through a stranger’s infrastructure — and the tidied document never becomes anybody else’s copy.
Frequently asked questions
Can I get a deleted page back?
Yes, right up until you export. Deletions live only in the editor, and Reset returns the document to the state it was opened in. The file on your computer is never modified at any point, so reloading the page also gives you back the untouched version.
Are the page thumbnails made on a server?
No. They are rendered by PDF.js inside this tab using your own device’s graphics stack. Nothing about the document — not the file, not a preview image, not even the page count — is sent anywhere.
How many pages can it cope with?
Several hundred is routine on a desktop. Previews are generated page by page and kept small, so memory grows gently rather than in proportion to the document’s full resolution. Phones manage long documents too, simply more slowly.
Does reordering or deleting pages lose any quality?
No. The export copies page objects wholesale, so images keep their original encoding and text stays as text. A rearranged file is identical in quality to its source; only the sequence and the set of pages differ.
Can I rearrange a password-protected PDF?
Not while it is protected. The page structure is unreadable until the file is decrypted, so it has to be opened in a reader that accepts the password and saved again without protection first.
Does it work on a tablet or a phone?
Yes — the grid is touch-friendly and pages can be dragged with a finger. A tablet is the more comfortable surface for a long document, simply because far more thumbnails fit on screen at once.
Related tools
- Merge PDF — Combine multiple PDFs into one
- Split PDF — Pull out pages or split into files
- JPG to PDF — Turn images into a PDF
- PDF to JPG — Export pages as images
- Compress PDF — Shrink image-heavy PDFs
- Rotate PDF — Fix the orientation of pages