PDF Editor: Reorder & Delete Pages
Edit your PDF pages directly in your browser. Drag to reorder, click to delete, then download the result. No upload, no account, no limits.
How It Works
Browser-Side PDF Editing
The editor loads your PDF entirely in your browser and renders page thumbnails using the PDF.js engine. Drag pages into any order or delete the ones you don't need. When you click Download, a Rust/WebAssembly module rebuilds the PDF with your changes applied and saves it to your device. Nothing is ever sent to a server.
FAQ
Common questions
We've got answers.
No. Everything runs locally in your browser using WebAssembly. Your file never leaves your device, so there is no upload, no server, and no privacy risk.
Load a PDF and drag the page thumbnails on the left into the order you want. Click Download PDF when you are ready and the file is rebuilt in that order.
Hover over a page thumbnail and click the trash icon. The page is removed from the list immediately. You can undo any change with Ctrl+Z or the undo button.
Yes. Use Ctrl+Z / Cmd+Z to undo, or Ctrl+Y / Cmd+Shift+Z to redo. The full history is kept in memory for the current session.
It works with non-encrypted PDFs. Password-protected files need to be unlocked first. Scanned PDFs (image-only) are supported for reordering and deletion.
No fixed limit. Processing speed depends on your device. Most PDFs finish in under a second.
No. The download runs through Rust/WebAssembly, which prunes all unreferenced objects before saving. Deleted pages are cleanly removed from the output file.