Reorder & Delete PDF Pages
Reorder or remove pages from a PDF locally, then download the rebuilt document.
Runs in your browser — files never leave your device
How it works
Drop a PDF and every page appears as a row — “Original page 1”, “Original page 2”, and so on. Move a page one position per click with the up and down arrows, hit delete on any row to drop that page, then save: the tool rebuilds the document in your chosen order with the open-source pdf-lib library, entirely in your browser, and downloads it as organized- plus the original filename.
Rows keep their original page number as a label while you shuffle, so even after heavy rearranging you can see exactly where each page came from — move page 9 to the top and its row still reads “Original page 9”. Deleting is just as literal: a deleted row’s page simply isn’t copied into the rebuilt file. Pulling an appendix to the front and dropping two blank scan pages is one pass: reorder, delete, save.
Saving copies pages as complete PDF objects rather than re-rendering them, so quality is untouched — text stays selectable and searchable, images keep their original compression. Numbering follows position, not history: delete page 3 of a 10-page file and the output has 9 pages, with the old page 4 now sitting third. Page numbers printed inside headers or footers are artwork and stay exactly as they were.
Practical notes. There’s no undo for a deleted row short of re-dropping the file, which resets the list to the original order. Because the output is a freshly built document, document-level extras — bookmark outlines, fillable form fields — may not carry over, even though every kept page does. And encrypted PDFs can’t be read; remove the password first.
Everything happens on your device: the file loads into browser memory, pages are shuffled and copied there, and the rebuilt PDF downloads from there. No upload, no server, no retained copy — reorganize a contract or a medical report without it ever leaving your machine.
Frequently asked questions
- How does reordering work?
- Each click of the ↑ or ↓ button moves a page one position in the list, and the list is the final page order — the top row becomes page 1 of the saved file. Rows stay labeled with their original page number, so you never lose track of what moved where.
- Can I delete pages as well as reorder them?
- Yes — delete on any row removes that page from the rebuild; it simply isn’t copied into the output. There’s no undo for a single deletion, but re-dropping the file resets the whole list to the original order, so a mistake only costs a reload.
- What happens to page numbers after deleting?
- The saved file renumbers from 1 by position: delete page 3 of 10 and the output has 9 pages, with the old page 4 as the new page 3. Page numbers printed in the content itself — headers, footers — are unchanged, because the tool never edits page artwork.
- Does rebuilding the PDF reduce quality?
- No. Pages are copied as complete PDF objects into the new document — nothing is rasterized or recompressed — so text remains selectable and searchable and images are identical to the source.
- Do bookmarks and form fields survive?
- Not reliably. The output is a brand-new document assembled from copied pages, so page content and layout always carry over, but document-level features — bookmark outlines, fillable form fields, attachments — may be dropped. Treat the result as a clean page-for-page rebuild.
- Is my PDF uploaded while I reorganize it?
- No. The document is parsed, reordered, and rebuilt entirely in your browser’s memory, and the result downloads straight from it. Nothing is transmitted or stored, so it’s safe for paperwork you wouldn’t upload to a random website.
Related tools
- Merge PDFCombine multiple PDFs into one file, right in your browser. Reorder before merging; nothing is uploaded.
- Split PDFSplit a PDF into individual pages or ranges locally and download the parts.
- Compress PDFReduce PDF file size in your browser by rebuilding the document. No upload required.
- PDF to ImageConvert PDF pages to PNG images locally using pdf.js. Each page becomes a downloadable image.
- Rotate PDFRotate all or selected PDF pages by 90° in your browser and download the result.
- Extract PDF PagesPull selected pages out of a PDF into a new file, entirely in your browser.