PDF Rotate & Reorder

Rotate, reorder or drop pages from a PDF. Runs entirely in your browser.

Fix a PDF where pages were scanned sideways or upside down, reorder pages by dragging thumbnails, and drop pages you don't need - all in one pass. Common after scanning a mixed-orientation stack of paper, or when assembling a document from parts that arrived in the wrong order. Every change is applied locally with pdf-lib and exported as a new PDF, leaving the original file untouched.

Runs in your browser // nothing is uploaded

Runs on your device. This tool processes your file inside this browser tab. Nothing is uploaded, so it also works offline once the page has loaded, and closing the tab discards the file from memory.

Loading tool

How it works

  1. 01

    Upload your PDF.

  2. 02

    Rotate individual pages, drag to reorder, or click X to remove a page.

  3. 03

    Click Save and download the updated PDF.

Details

Formats
PDF
Runs
In your browser
Files uploaded
No
Cost per run
Free
Sign-in
Not required
Works offline
Yes, once loaded

Last updated 2026-08-12

Common questions

Can I remove pages?

Yes - click the X on a page to exclude it from the output.

Does it upload my PDF?

No - everything happens locally with pdf-lib. Nothing leaves your browser.

How much can I rotate a page?

Pages rotate in 90-degree increments - 90, 180, or 270 degrees - matching how scanners typically misorient pages.

Can I undo a change before saving?

You can adjust rotation, order, and removed pages freely in the editor before clicking Save to generate the final PDF.

Use this from your code

This tool is also a REST endpoint, so you can run it in a pipeline instead of by hand. Each call costs 2 credits and needs an API key. See the API reference for every parameter.

curl -X POST https://fileoven.com/api/v1/tools/pdf-rotate \
  -H "Authorization: Bearer sk_live_..." \
  -F "file=@input.pdf" \
  -o rotated.pdf

Related tools