Organize PDF pages
Drag to reorder pages, click to delete the ones you don't need, and rotate any page that's sideways. 100% in your browser, completely offline in your browser.
Drop a PDF file here
or click to choose from your device
Choose a PDFHow to organize a PDF
- Drop your PDF or click to choose it. Thumbnails appear in seconds.
- Drag any page to a new position.
- Hover a page for the delete (✕) and rotate (⟳) buttons.
- "Restore all" brings back deleted pages. "Reset order" puts them back in original order.
- Click "Save organized PDF" — your file downloads instantly.
What is "Organize PDF"?
Organize PDF is a visual page editor for an existing PDF. Once you drop a file, every page appears as a draggable thumbnail. You can then do four things to those pages — and combine them in any order — before saving the result as a new PDF:
- Reorder pages by dragging them. The thumbnail you drag snaps in between the pages you drop it next to. Use this to put the cover page first, move the appendix to the back, or rearrange exhibits.
- Delete pages with the ✕ button. Deleted pages stay visible (greyed out and marked "DELETED") so you can restore them with "Restore all" if you change your mind. Nothing is committed until you click Save organized PDF.
- Rotate individual pages with the ⟳ button. Each click rotates that page 90° clockwise.
- Reset everything with "Reset order" to start from a clean slate without re-uploading.
Compared with Merge + Split + Rotate as three separate steps, Organize PDF is the right tool when the changes you want to make are visual rather than computational — when you need to see the pages to decide what goes where.
When to use Organize PDF
Reach for Organize PDF whenever you need to see a page to know what to do with it:
- Assembling a court bundle or legal exhibit set. You scanned a stack of documents into one PDF and now need to put them in the exact order the witness statement references — easier to see and drag than to specify by page number.
- Deleting blank or duplicate pages from a scan. Automatic-feed scanners often produce a blank page between sheets, or duplicate a page when the feeder jams. Visual deletion is much faster than counting.
- Reordering a slide-deck PDF for a specific audience. Move the case-study slides to the front for a sales meeting, but to the back for an investor pitch — without re-exporting from your slide tool.
- Fixing a multi-source merge. You merged five PDFs in a hurry and the cover page ended up in the middle. Drop the merged PDF into Organize and shuffle pages visually.
- Preparing onboarding packs. HR documents arrive as separate PDFs that need to become one ordered induction pack — merge them first, then reorder and trim with Organize.
- Trimming oversized scans before archiving. Drop the scan, delete every page you don't need to keep, save. Half the size, none of the manual page-number bookkeeping.
How PDFtez organizes your PDFs (under the hood)
PDFtez's Organize tool runs entirely inside your browser. When you drop a PDF, PDF.js renders a small thumbnail of each page directly into a canvas element so you can see what you are working with. Drag-and-drop reordering is handled by the standard HTML5 drag API. When you click Save, pdf-lib creates a new PDF in memory, copies the kept pages from the source PDF in your chosen order, applies each page's accumulated rotation, and triggers a download via URL.createObjectURL.
No upload, no server, no logging. The thumbnails themselves are also rendered locally — nothing is sent anywhere. You can verify this in your browser's DevTools → Network panel while you organize a file.
How is PDFtez Organize different from other PDF page organisers?
Most online PDF organisers (iLovePDF, SmallPDF, PDF24, Adobe online) upload your file to a server, render thumbnails server-side, and only let you save the result by uploading and downloading again. That model means your file lives on someone else's infrastructure throughout the whole editing session — every drag, every delete, the file stays on the server. For confidential documents that's a meaningful trade-off.
PDFtez does the entire operation on your device. Thumbnails are rendered locally; reordering and deletion are in-memory operations; saving rebuilds a fresh PDF inside your browser. The only thing that ever leaves the page is the final downloaded file — to your own download folder.
Frequently asked questions
Are deleted pages really gone?
Only after you save. Deleted pages stay visible in the grid (greyed out and marked "DELETED") and "Restore all" brings them back at any time. The deletion is committed only when you click "Save organized PDF" — and even then, your original file is untouched: the save creates a new file rather than overwriting the source.
Can I rotate one page without affecting the others?
Yes. Hover any page's thumbnail and click the ⟳ button to rotate that page 90° clockwise. Each click adds another 90°. Other pages remain in their original orientation. If you need to rotate all pages at once, the dedicated Rotate PDF tool is faster for that.
Does dragging on mobile work?
Yes — drag-and-drop is supported on touch devices. On phones with limited screen real estate the thumbnails are smaller and dragging requires a long-press; consider using a tablet or desktop for very large documents (50+ pages).
What is the page limit?
There is no fixed page limit, but rendering thumbnails for very large PDFs (200+ pages) takes a few seconds and uses memory. Documents up to about 500 pages work fine on a modern laptop. Beyond that, consider splitting the PDF first with Split PDF, organizing the chunks separately, and merging the result.
Will my form fields, bookmarks, and signatures survive?
Form fields are preserved. Bookmarks are not currently carried over (a known limitation). Digital signatures will be preserved structurally but, because the file has been modified, they will show as "signature invalid" — which is true for every PDF editor, including Adobe Acrobat.
Where do my files go? Are they uploaded?
Your files stay on your device. Both the thumbnail rendering and the save operation run entirely in your browser's memory. No file data is uploaded to any server, no copy is stored anywhere, and nothing is logged. You can verify this in DevTools → Network while you organize.