Organize PDF
Rearrange, rotate, and delete pages in your PDF, then download a clean new file. Everything runs in your browser — your document never leaves your device.
Everything runs in your browser — your PDF is never uploaded to any server.
Understanding the Organize PDF
Organize PDF lets you tidy up a PDF without any software install. Upload a single PDF and the tool reads its page count, then shows each page as a numbered card. You can reorder pages by moving them left or right, rotate any page in 90° steps, and delete pages you no longer need. When you're happy, click Apply & download to get a freshly built PDF. It's ideal for students, office workers, and anyone fixing scans or trimming exports. Because all processing happens locally in your browser using a JavaScript PDF library, your document is never uploaded to a server — fully private and free.
How it works
On upload, the tool reads your file into memory and uses pdf-lib's PDFDocument.load to get the page count. It builds an ordered list of page items, each tracking its original index and a rotation value (0/90/180/270). Reordering moves an item within that array; rotating cycles its angle; deleting drops it. Nothing changes the source yet. When you click Apply, it creates a brand-new empty PDF and calls copyPages with your chosen original indices — so order and deletions are honored automatically. For rotated pages it reads the page's existing angle and adds your rotation modulo 360. The new PDF is saved to a Blob and downloaded as organized.pdf.
Worked example
Say you scan a 6-page contract but page 3 came out sideways and page 5 is a blank cover you don't need. Load the PDF: six cards labeled Page 1 to Page 6 appear. Click rotate on Page 3 once — a '90°' badge shows. Click delete on Page 5. Optionally move Page 6 left so it lands before the others. Hit Apply & download and you get a 5-page organized.pdf with page 3 upright, the blank page gone, and your new order preserved — all without leaving the page.
Tips & common mistakes
- Rotation is cumulative on top of the page's existing orientation, so if a scan is already turned, you may need fewer or more clicks to get it upright.
- Deleting a page only affects the downloaded copy — your original file on disk is untouched, and Reset brings every page back instantly.
- The card label always shows the original page number (Page 3), while 'Position' shows where it will land in the new file — handy when reordering.
- Apply & download is disabled if you delete every page; keep at least one page to export.
- Password-protected or corrupted PDFs can't be read in the browser — remove the password first, then upload.
- Very large PDFs are held in memory while you edit, so on low-RAM devices work with files under a few hundred pages for the smoothest experience.
Related tools
Frequently Asked Questions
Can I delete pages from my PDF?
Yes. Each page card has a delete (✕) button that removes that page from the output. The pages you keep are rebuilt into a new PDF in the order shown. Click Reset to bring every page back.
Can I rotate individual pages?
Yes. Use the rotate (⟳) button on any page to turn it in 90° steps — 90, 180, 270, then back to 0. A small badge shows the current angle, and the rotation is added on top of any existing page orientation.
Are my edits saved to a server?
No. The PDF is read and rebuilt entirely in your browser using a JavaScript PDF library. Your file never leaves your device, and nothing is uploaded or stored.