Organize PDF Pages

Reorder, remove, or rearrange pages in your PDF document.

About Organize PDF

Load a PDF and every page appears as a thumbnail in a grid. Shuffle pages with the arrows, drop the ones you do not want with the bin icon, and save a rebuilt document containing exactly what is left, in the order shown. It downloads as organized-yourfile.pdf; the file on your disk is not modified.

Two engines, doing two different jobs

It is worth knowing that the pictures you are shuffling around are not the document. When you load a file, a rendering engine rasterises each page to a small canvas so you have something to look at — deliberately low resolution, because a preview grid needs to appear in seconds, not minutes. Each thumbnail remembers only which page of the original it came from.

When you save, those previews are thrown away. The tool reads the original bytes again, creates an empty document, and deep-copies the page objects you kept — in the order your grid now shows — along with every font, image and annotation they reference. Nothing is re-rendered, so the output is bit-for-bit as sharp as the input and a 600 DPI scan stays a 600 DPI scan. This split is why blurry thumbnails are nothing to worry about, and why a reorganised 200 MB file saves almost instantly even though it took a while to display.

What survives the rebuild

  • Kept: page content, page size and rotation, embedded fonts, image resolution, links and comment annotations.
  • Lost: bookmarks, since the outline belongs to the document rather than to any page — and after a reorder it would point at the wrong pages anyway.
  • Lost: interactive form fields. The widget still draws, but it is no longer registered, so it cannot be filled in. Flatten the form first if the values matter.
  • Reset: document metadata; the rebuilt file starts with an empty Info dictionary.

Deleting a page is not redaction

Removing a page here genuinely removes it: the page object is never copied into the new document, so its text and images are not hiding somewhere in the output. That makes this a sound way to drop a confidential appendix before circulating a report. It is not, however, a way to remove sensitive content from a page you are keeping — drawing a black box over a paragraph leaves the text underneath perfectly extractable, whatever it looks like on screen. If a page contains something that must not survive, delete the whole page.

Where the neighbouring tools take over

Reach for Split PDF when the goal is several separate files rather than one tidier one, or when a document is too long to be worth previewing page by page. Reach for Merge PDF to bring in material from elsewhere, since nothing can be added to the grid. Use Rotate PDF for orientation and Compress PDF if the finished file needs to be smaller. And if the document will not load at all, it is almost certainly encrypted — Unlock PDF first, then come back.

Every page as a thumbnail

The document is rendered page by page into a grid so you can see what you are moving. Previews are drawn small and fast for the interface only — they have no bearing on the quality of the file you save.

Move and delete by button

Left and right arrows on each card shift a page one position; the bin icon drops it. Buttons rather than drag gestures, so the grid works with a keyboard, a screen reader and a touchscreen alike.

Rebuilt from the original bytes

Saving does not re-render anything you saw on screen. The pages you kept are copied out of the source document in your chosen order, so the output is exactly as sharp as the file you started with.

Frequently Asked Questions

How do I move a page?

Use the left and right arrows on the page card; each press swaps it with its neighbour. There is no drag gesture — arrows keep the grid usable with a keyboard and on a phone, where dragging inside a scrolling page is unreliable. Moving a page a long way means several presses, so for a big reshuffle it is often quicker to delete and rebuild with Merge PDF.

Are the thumbnails the quality I will get?

No. Previews are rendered at a fraction of full size purely so a hundred-page document loads quickly, which is why small text looks fuzzy in the grid. The saved file contains the original page objects untouched — same resolution, same embedded fonts, same everything.

Can I rotate a page here?

No. This tool only reorders and removes. Rotate PDF turns every page in a document by the same angle; to fix one sideways page, extract it with Split PDF, rotate that single page, and reassemble with Merge PDF.

Can I duplicate a page, or pull in pages from another PDF?

Neither — each card corresponds to one page of the file you loaded, and the grid can only shrink. To insert material from elsewhere, prepare the pieces with Split PDF and combine them with Merge PDF, which appends whole documents in the order you set.

What happens if I delete every page?

Saving is refused with a message. A PDF must contain at least one page, so rather than writing an invalid file the tool asks you to keep something. If you deleted more than you meant to, start over — deletions are not undoable within the session.

Do bookmarks and form fields survive?

Page content does; document-level structures do not. Bookmarks hang off the document catalogue rather than off pages, so the reorganised file has none — which is arguably correct, since a reordered document would have bookmarks pointing at the wrong places. Form fields keep their appearance but lose their registration, so they stop being fillable; use Flatten PDF first if the filled values matter.

How large a document can it handle?

Reordering itself is cheap, but the preview grid is not: every page is rendered to a canvas and held as an image, so a 500-page file can take a while to load and will use a lot of memory on a phone. If you only need to drop a handful of pages from a very long document, extracting the ranges you want with Split PDF is lighter.

Is the file uploaded anywhere?

No. Rendering and rebuilding both happen in this tab; the PDF is read with the browser File API and the result is written straight to your downloads folder as organized-yourfile.pdf. A password-protected file cannot be read at all and will send you back to the upload panel — unlock it with Unlock PDF first.