Reordering and deleting pages in a PDF: a simple workflow
By the Converterzilla Team
We build privacy-first PDF and image tools that run entirely in your browser. Our team has shipped JavaScript file-processing apps used by thousands every day, and we write here about the libraries, trade-offs and patterns we use.
Re-ordering pages is one of those tasks that should be effortless and somehow isn't. Adobe Acrobat does it well but costs $20 a month. Free desktop apps often choke on PDFs with embedded forms. And most online tools require an upload.
The thumbnail-grid pattern
The cleanest UX is a grid of page thumbnails you can drag around. Drop them into a new order, click the X on pages you don't want, and rotate any that came in sideways. Save, and you have a fresh PDF that matches the layout you arranged.
Why this beats "save as"
Saving as a new PDF in a reader doesn't actually let you reorder. It saves the same content with new metadata. To genuinely rearrange, you need a tool that copies pages into a new document in your chosen order — exactly what a thumbnail-based organiser does.
Lossless results
Reordering doesn't re-render pages — it just changes the page index inside the PDF. Text stays selectable, images stay sharp, form fields keep working. The output file is essentially the same data, reorganised.
The PDF organiser is on our roadmap with full thumbnail drag-and-drop. For now you can split and re-merge in a different order to get the same result.