Organize PDF Pages — Rotate, Reorder, Delete
Drop a PDF, reorder its pages, rotate individual pages, or remove pages entirely. Everything runs in your browser.
How to use
- Drop a PDF. Thumbnails render below as each page is processed.
- For each page, use
↻/↺to rotate,↑/↓to move, or×to delete. - Use Rotate all 90° to fix a scan that came in sideways.
- Click Build PDF, then Download.
- Hit Reset to return to the original order and rotation without reloading the file.
What does it do?
This tool lets you rearrange, rotate, and delete pages inside an existing PDF. Rotation updates a per-page flag rather than re-rendering content, so text stays crisp and image quality is preserved. Reordering and deleting copy the original page streams into a new document in the order you specify, leaving fonts and images intact.
Example
Realistic scenario:
Before: scanned-report.pdf — 10 pages where the cover landed at
position 7 and three sideways pages need rotating
Actions in the grid:
- Move page 7 (cover) to position 1
- Rotate pages 4, 5, 9 by 90° CW
- Delete page 8 (blank separator)
After: scanned-report-organized.pdf — 9 pages in the correct order,
all pages upright. Common pitfalls with PDF page rearrangement
A few things regularly trip people up — mostly around how rotation interacts with existing page rotation flags and why the output size doesn't shrink the way you'd expect.
- Rotation stacks on the existing rotation. If the
source page is already set to
90°and you click↻, the output is180°, not90°. Use Reset if the rotations get out of hand. - Thumbnails look right but output is upside-down. A scanner sometimes stores a rotation flag the viewer honors. Viewers may compose rotations differently. Verify the output in the viewer you actually use.
- Delete doesn't free up file size linearly. The tool copies referenced resources (fonts, embedded images) into the output. A shared font object still gets written even if you kept only one page. Run the result through the PDF Compressor for a smaller file.
- Large PDFs pause on load. Thumbnails render page-by-page on the main thread. For a 200-page file the tab may feel sluggish until rendering finishes; this is normal and does not mean the tab crashed.
- Encrypted PDFs may refuse to copy pages. The tool
loads with
ignoreEncryption: true, which works for owner-password PDFs but fails on user-password-encrypted content. Decrypt first with a local tool, then retry. - Reset doesn't revive deleted pages' thumbnails instantly. Reset restores the original order and rotation but reuses the thumbnail cache; if you deleted a page, you'll need to re-drop the file to get that thumbnail back.
Is my data private?
Yes. We don't save the PDF you drop here, or the reordered file you download after rearranging pages. Nothing is stored, logged, or retained — everything is discarded when you close or refresh the tab. There's no record on our side of what you organized. Feel free to verify in your browser's developer tools.
Frequently asked questions
Can I undo a delete or rotation?
There is no per-action undo, but the Reset button restores the page order and rotation to the original file. Your source PDF is kept in memory until you load a different file, so you can always rebuild from the original.
Does rotating pages re-render the PDF or lose quality?
No. Rotation updates a flag on each page; the underlying page content is untouched. There is no re-encoding of text or images, so quality and file size stay essentially identical to the source.
Can I organize pages across multiple PDFs at once?
Not in this tool — it operates on one PDF at a time. To combine and reorder pages from several files, use the PDF Merger first to concatenate them, then open the merged file here to rearrange.
Why does the Build PDF output look about the same size as the input even after I deleted pages?
The tool copies the full resource stream (fonts, images) that each kept page references. Shared resources may not be stripped if any page still uses them. For aggressive size reduction, run the output through the PDF Compressor afterward.
My encrypted PDF won't open — how do I organize it?
If the PDF has a user password (needed to open the file), remove it first with the PDF Restriction Remover if it only has owner-level restrictions, or decrypt it in a local tool like qpdf if it has a user password. Then drop the unlocked file here.
Do you save the PDFs I organize here?
No. We don't save the PDF you drop in or the reordered file you download. Everything is discarded as soon as you close or refresh the tab — no logs, no record on our side of the pages you rearranged, rotated, or removed. You can check your browser's developer tools if you'd like extra reassurance.