Organise PDF
Reorders, rotates and deletes pages in one view, then writes the rearranged document.
By The FreeImageEditor editorial teamLast reviewed How we test
Drop a PDF here
PDF · up to 100 MB · processed on your device
How to use it
- 1Add the PDF — every page is rendered as a thumbnail.
- 2Move pages with the arrows, rotate individual pages, and mark any you want dropped.
- 3Apply the changes and download.
One pass instead of three
Reordering, rotating and deleting are the same operation on a PDF's page tree, so doing them together avoids writing the file three times. Thumbnails are rendered with pdf.js purely so you can see what you are moving; the document that gets written is built from the original page objects, not from those previews.
Rotation is metadata, not pixels
Each page carries a rotation value that viewers apply when displaying it. Turning a page here changes that value, so nothing is re-encoded and there is no quality loss — the same reason rotating is instant even on a hundred-page scan.
Frequently asked questions
- How large a document can it handle?
- Thumbnail rendering is the limiting factor. Documents in the low hundreds of pages are fine on a laptop; on a phone, expect a wait past about fifty.
- Can I add pages from another PDF?
- Not in this view. Merge the two files first, then organise the combined document.