Skip to content
snip tools

Organize PDF pages

Reorder, rotate and delete pages, then export a clean PDF — all in your browser.

Runs 100% in your browser

Open a PDF to reorder, rotate and delete its pages.

    How to reorder and rotate PDF pages

    1. Open a PDF. Select a PDF. A thumbnail of every page appears in a grid.
    2. Rearrange. Move pages left or right, rotate them, or delete the ones you do not need.
    3. Export. Click Save PDF to rebuild the document with your changes and download it.

    Two engines: one to preview, one to rebuild

    Reorganizing a PDF visually needs two different jobs done well, so this tool uses two libraries. pdf.js renders a small thumbnail of every page to a canvas, giving you a grid you can actually see and reason about — essential when a scan arrived out of order or a report has a blank page buried in the middle. Then, when you export, pdf-lib rebuilds the document from the original bytes: it copies the page objects in your new order, applies your rotations, and drops the pages you deleted. The thumbnails are throwaway previews; the saved file is assembled from the untouched source pages, so text, fonts, and image resolution survive intact. Both steps run in your browser, so the document is never uploaded.

    Rotation is a flag, not redrawn pixels

    When you turn a page, the tool does not re-render it sideways. Every PDF page carries a /Rotate entry — a multiple of 90 degrees — that tells the viewer how to display the otherwise-unchanged content. The organizer simply adds your 90° steps to whatever rotation the page already had and writes the combined value back. That is why rotating is instant and lossless even on a huge scan: no pixels are recomputed, just one number per page. Deleting works the same way — a removed page is just left out of the rebuild, so the file shrinks by exactly that page's content with nothing re-encoded. Use Reset at any time to reload the original and start over; nothing is committed until you click Save.

    Organize vs. split vs. merge

    These three PDF tasks overlap, so it helps to know which fits. Organize is for reshaping one document — same pages, new order, rotation, or with a few removed. If instead you want to pull a subset into its own file or burst a stack into single pages, the split PDF tool is the right one. And if your pages live across several files, combine them first with merge PDF, then come back here to fine-tune the order. A practical workflow is merge → organize → save.

    Frequently asked questions

    Is my PDF uploaded to organize it?
    No. Pages are rendered and rebuilt entirely in your browser. The file never leaves your device and nothing is stored.
    What can I change?
    Reorder pages by moving them left or right, rotate any page in 90° steps, and delete pages you do not want. Then export the rebuilt PDF.
    Does reordering or rotating reduce quality?
    No. Pages are copied unchanged into the new document — only their order and rotation flag change, so text and images are untouched.
    Can I undo a delete?
    Use Reset to restore the original document, then start again. Nothing is saved until you export.
    Why do thumbnails take a moment?
    Each page is rendered to a small preview in your browser. Large or image-heavy PDFs render a little slower, but no data is sent anywhere.