Organize PDF
Drag pages into a new order, delete the ones you do not need, duplicate or rotate them, and download the result. Your bookmarks, internal links and form fields keep working, and the file never leaves your browser.
Drop a PDF here
Or choose a file from your device. It is opened in this browser tab — nothing is sent to a server.
- Runs in your browser
- No upload
- No page limit
- No sign-up
Why page order goes wrong in the first place
Almost nobody sets out to reorder a PDF. It happens because something else went slightly wrong: the scanner fed the stack upside down, so the document opens at the last page. A colleague sent chapter three before chapter two. The signature page ended up in the middle instead of at the end. The appendix was added at the top because that is where the file picker put it. In every one of these cases the content is fine — only the sequence is wrong.
That is worth saying plainly, because it changes what a good tool should do. You are not converting the document into anything, and you are not editing what is on the pages. You are changing one thing: the order they are read in. Everything else about the file — its text, its fonts, its images, the bookmarks down the side, the links that jump between sections, the fields somebody has to fill in — should come out exactly as it went in.
Most online tools get the first half right and quietly fail the second. The pages come back in the order you asked for, and something else has gone missing. This page exists because that second half is the part that is hard, and because it is the part nobody tells you about.
What organizing a PDF actually changes
Organizing a PDF means changing the order, the presence and the orientation of its pages — moving, removing, duplicating and rotating them — without touching what is printed on any of them.
Inside a PDF, the pages are not stored one after another like sheets in a stack. Each page is a separate object, and the document keeps a separate list saying which order to read those objects in. It is closer to a playlist than to a book: the tracks exist independently, and the playlist decides the sequence.
This is the whole reason a reorder can be done without loss. Rewrite the list and the pages are in a new order, but every page object stays exactly where it was. Anything that pointed at a page — a bookmark in the sidebar, a cross-reference inside the text, the position of a form field — still points at the same page, so it still works. Nothing is redrawn, recompressed, or rebuilt.
The alternative approach, which is easier to program, is to create a brand-new document and copy the pages into it in the order you asked for. The pages arrive intact. The things that pointed at them do not: the copy has no bookmarks, the internal links land on the wrong pages, and the form fields stop being fields. We tested this on a real tax form with 229 fillable fields. Copied into a new document, it came back with none — it looked identical and could no longer be filled in. That is the difference this page is built around.
How to organize pages in a PDF document
Nothing is installed and nothing is uploaded. The whole process happens in this browser tab, so it works the same on a laptop, a Chromebook or a phone.
Open your PDF
Drag the file onto the box above, or tap it to pick a file. A thumbnail of every page appears in a grid, in the order the document is currently in. Large documents render their thumbnails as you scroll, so you can start working immediately.
Move pages into the order you want
On a computer, drag a thumbnail and drop it where it belongs. On a phone or tablet, use the arrow buttons on each page — they are always visible, because dragging across a long grid on a touchscreen is awkward. From the keyboard, move the focus with the left and right arrow keys, and hold Ctrl (Cmd on a Mac) with an arrow key to move the page itself.
Select several pages at once
Tap or click pages to select them, hold Shift to select a run, or type a range such as 3-7, 12 into the box and press Select. The words odd and even work too. Selected pages move together and keep their relative order, so you can lift an entire chapter to the front in one drag.
Remove, duplicate or rotate
Each page has buttons to rotate it a quarter turn, duplicate it, or mark it for removal. Removed pages stay on screen, greyed out and crossed through, so you can see what you changed and put a page back if you change your mind. Ctrl+Z (Cmd+Z) undoes any step.
Save the result
Press Save organized PDF. The file downloads with -organized added to its name; the original on your device is untouched. If the document had bookmarks, links or form fields, the confirmation tells you they came through.
Related: If all you need is to remove a few pages and nothing else, the dedicated tool is quicker — delete pages from a PDF.
What this PDF organizer does
Every operation happens in one pass. You can reorder chapter four to the front, delete two blank scans, duplicate a form page so it can be filled in twice and turn a landscape table the right way up — then save once and get a single file. Tools that split these into separate steps make you download and re-upload between each one, which is slower and, on a server-based tool, means handing over your document repeatedly.
The page order is the only thing that changes. Text stays text — it does not become a picture of text — so it can still be searched, selected and read aloud by a screen reader. Images are not recompressed, so nothing gets blurrier. The document's title and other properties are left alone. If the file was tagged for accessibility, those tags come with it.
Removing a page has one consequence worth knowing about, and we would rather say it here than let you discover it later: if a bookmark or an internal link pointed at a page you deleted, it has nowhere left to go. Rather than leave a bookmark that does nothing when clicked, we remove those entries and tell you how many were affected. Everything pointing at pages you kept is untouched.
It is built for the situations that actually come up:
- A scanned document that came out in reverse — one press of Reverse order fixes the whole thing
- Chapters or sections that arrived out of sequence in a report
- Moving a signature or approval page to the end where it belongs
- Dropping blank pages, separator sheets and duplicate scans before sharing
- Duplicating a form page that several people each need to complete
- Straightening pages that were scanned sideways, without a separate tool
Works wherever you already are
Because the work happens inside the browser rather than on a server, there is nothing to install and no account to create. The same page works on every system with a current browser.
Android and iPhone
Fully usable on a phone. Every page has visible arrow, rotate, duplicate and remove buttons, so nothing depends on dragging a thumbnail across a small screen. Files come from your device storage or your files app.
Windows
Works in Edge, Chrome and Firefox with no download and no admin rights — useful on a machine where you cannot install software.
macOS
Works in Safari, Chrome and Firefox. Preview can move pages too, but it cannot duplicate a page or reverse an entire document in one action.
Chromebook
A natural fit, since everything is already browser-based. Files open straight from Downloads or Google Drive once they are saved locally.
Linux
Runs in any modern browser, with no package to install and no dependency to resolve.
Tablets
The grid adapts to the screen, showing fewer, larger pages so thumbnails stay readable and the buttons stay easy to hit.
Reordered in place, not rebuilt
There are two ways to produce a PDF whose pages are in a different order, and from the outside they look the same. The difference only shows up later — usually when somebody clicks a bookmark, or tries to type into a form and cannot.
Rebuilt into a new document
The pages are copied into a freshly created file. The pages themselves survive, but everything that referred to them is left behind: the bookmark sidebar comes back empty, internal cross-references point at the wrong pages, and interactive form fields become flat pictures of form fields. Because the file is written from scratch, the document properties are usually replaced too.
Reordered in place
The document keeps its identity and only its page list is rewritten. Bookmarks follow the pages they were attached to, links keep resolving to the right content, form fields stay fillable, and nothing is re-encoded. This is the approach used here, and it is why the tool can promise a reorder costs you nothing.
You do not have to take our word for it
Open the file you downloaded in any PDF reader and show the bookmarks panel. If the bookmarks are there and clicking one jumps to the right page, the reorder was lossless. Do the same with a document that has a fillable form: click into a field and type. It is a ten-second check, and it is worth doing on any tool you use for this — including this one.
Your document stays on your device
Every online tool for this asks you to upload your document to a server, do the work there, and download it back. Most promise to delete it afterwards — within one hour, two hours, eight hours depending on the service. Those promises may well be kept, but they are promises about what happens to a copy of your file that you no longer control.
This page does not make that trade. Your PDF is opened, rearranged and saved by your own browser. It is never transmitted, so there is no copy on our side to delete, no retention window to trust and nothing to intercept in transit. You can confirm this yourself: load the page, disconnect from the network, and organize a document anyway — it still works.
Nothing is uploaded
The file is read by this browser tab and never sent to a server. No account, no email address, no sign-up.
The original is untouched
Your source file is never modified. The reorganized version arrives as a new download, so the original stays exactly as it was.
No limits to work around
No cap on pages, no daily quota, no watermark. What limits very large documents is your device's memory, not a paywall.
Questions about organizing PDF pages
How do I organize pages in a PDF document?⌄
How do I reorder PDF pages without Acrobat?⌄
Will my bookmarks still work after I reorder the pages?⌄
What happens to links inside the document?⌄
Will a fillable form still be fillable?⌄
What happens to bookmarks or links that pointed at a page I deleted?⌄
Are my files uploaded to a server?⌄
Can I delete, duplicate and reorder in one pass?⌄
What if my PDF is password protected or restricted?⌄
Does reordering reduce the quality of the pages?⌄
How many pages can it handle, and why is a big file sometimes slow?⌄
Can I reorder PDF pages on my phone?⌄
Put your pages in the right order
Free, unlimited, and processed entirely in your browser — with your bookmarks, links and form fields intact.
Organize a PDFRelated Articles
Deepen your understanding of PDF to PNG conversion with our latest guides and reviews
How to Convert PDF to PNG Online (Free & Fast Methods)
Complete guide to converting PDF to PNG online for free. Compare the 5 best converters, learn step-by-step processes, advanced tips, and troubleshooting.
Read articleHow to Change a PDF into a PNG on Windows, Mac, and Mobile
Platform-specific guide for converting PDFs to PNG on any device. Native tools, software recommendations, and mobile apps covered.
Read articlePDF to PNG vs PDF to JPG: Which Format Should You Choose?
Detailed comparison of PNG and JPG formats for PDF conversion. File sizes, quality differences, use cases, and decision-making guide.
Read articleRelated Conversion Tools
Explore more tools in our comprehensive file conversion suite
Extract PDF Pages
Take the pages you need out into a new PDF, or one file per page. Your original is untouched. Nothing uploaded.
Delete Pages from PDF
Remove pages from a PDF by thumbnail or range. 100% in your browser, no upload, no Acrobat, no limits.
Rotate PDF
Rotate PDF pages permanently — whole document or each page at any angle. In your browser, no upload.