What Reverse PDF Pages does
Flip the order of every page in a PDF: the last page becomes the first, and so on. It is the fix for the most common scanner mishap — a stack fed face-down or from the back, so the document comes out backwards — and for a printer that stacks pages in reverse when you print to PDF. Nothing on the pages changes; only the order. The tool runs in your browser and the file is never uploaded.
When pages come out backwards
| Situation | What happened | Fix |
|---|---|---|
| Sheet-fed scanner with the stack face-down | Scanned last page first | Reverse |
| Single-sided scan of double-sided pages, back sides scanned second | Odd pages then even pages reversed | Reverse the second file, then interleave with Merge PDF (alternate) |
| Printer set to 'reverse order' when printing to PDF | Output stacked for a face-up tray | Reverse |
| Fax or old copier output | Pages received in reverse | Reverse |
| Right-to-left book scanned as a Western book | Reading order backwards | Reverse |
What stays the same
- Page content, size, rotation and crop boxes — pages are copied as-is.
- Form fields, links and annotations on each page.
- File size, within a few bytes.
Bookmarks (the outline) are not carried over, because their targets would point at the wrong pages; regenerate them in a PDF editor if the document had any.
Related page-order tools
- Reorder PDF Pages — drag pages into any sequence, for corrections that are not a straight reversal.
- Merge PDF — combine files, including alternating pages from two scans of front and back sides.
- Rotate PDF — when pages are upside-down as well as reversed, reverse first, then rotate all pages 180°.
- Delete PDF Pages — remove blank backs from a double-sided scan.
Common uses
- Fixing a scanned contract or thesis that came out last-page-first.
- Preparing a booklet where the imposition software expects reverse order.
- Reversing a right-to-left publication for a left-to-right viewer, or vice versa.
- Reordering a photo album exported newest-first into chronological order.
Frequently asked questions
Can I reverse only part of the document?
Not directly. Extract the range with Split PDF, reverse it, then merge back in place.
My double-sided scan has odd pages forward and even pages backward.
Split the file into two halves, reverse the second, then merge with alternating order — or use Reorder PDF Pages for a small document.
Will page numbers printed on the pages change?
No — they are part of the page content. Only the sequence in the file changes.
Does it work on very long documents?
Yes. Pages are copied by reference, so a 500-page file reverses in a second or two.
Are bookmarks preserved?
No. Their destinations would be wrong after reversal, so they are dropped.
Is my file uploaded?
No. Pages are reordered with pdf-lib in your browser.