To reverse the page order of any PDF, type every page number into the reordering input from highest to lowest — for a 5-page file, enter "5,4,3,2,1" — then click Reorder to rebuild the document with the last page first. The output is a fresh PDF where what used to be page N becomes page 1, page N−1 becomes page 2, and the original page 1 ends up at the very end, with nothing added, removed, or re-scanned. Everything happens locally inside your browser, the output keeps the same number of pages as the input, and every page is copied losslessly so text, images, links, and form fields all survive the move. This guide covers the exact string to type for a full reversal, the step-by-step workflow inside the Rearrange PDF Pages tool, and how to layer other reordering changes — such as bringing a title page back to the front or skipping a blank cover — on top of a plain reverse.

how to rearrange pdf pages in reverse order
How to Rearrange PDF Pages in Reverse Order

Why people need to reverse the page order of a PDF

Reversal solves a very specific kind of PDF problem: the pages inside the file are in the right order from the document's point of view, but they are physically arranged the wrong way. The most common trigger is a scanner. Many sheet-fed and duplex scanners output pages with page 1 at the bottom of the stack and the last page on top, so a scanned PDF that reads correctly inside the reader comes out of the printer in reverse. A second trigger is double-sided printing: when a printer stacks pages face-up, reversing the PDF first keeps collated printouts in the right order. A third trigger is simply scanning a stack of paper that was flipped incorrectly before going through the feeder, leaving every page in the file drawn from the back of the original document.

Reversal also shows up after merges. When several PDFs are stitched together and one of the inputs happened to be reversed already, the cheapest fix is to flip just that section rather than re-scan it. Signing workflows sometimes produce a similar need: a contract scanned in two batches ends up with the signature page in the middle instead of at the end, and the cleanest correction is to move that signature page — or, in the opposite case, to reverse the entire back half. None of these cases require touching the content of any single page, which is exactly the kind of surgical change a reorder-only tool is built for.

The exact input string for a full reverse

The Rearrange PDF Pages tool takes a single line of page numbers in the sequence you want and rebuilds the file in that order. To reverse a file of N pages, the entire job is one line: every number from N down to 1, separated by commas or spaces. The first thing to do after choosing the file is read the page count shown next to the file name — for example, "1 to 8" or "1 to 12" — because that count sets the top number in your reversal string. The box starts pre-filled with the current order, which makes small edits quick; for a full reverse you can simply rewrite the entire contents.

Here are the exact strings to type for three common file sizes:

Pages in your PDFWhat to type in the New page order boxResult
3 pages3,2,1Original page 3 first, page 2 second, page 1 last
10 pages10,9,8,7,6,5,4,3,2,1Page 10 first, original page 1 last; 10 pages total
N pagesN, N−1, N−2, …, 3, 2, 1Full reverse; same N pages, opposite order

The tool checks your input as you type and flags any number that is out of range, missing, or repeated, so a typo such as typing "8,7,6,5,4,3,2,1" against a 10-page file is caught immediately — the input has to be a complete permutation with every page listed exactly once.

Reverse the page order with Rearrange PDF Pages

  1. Open the Rearrange PDF Pages tool in your browser and click Browse PDF, or simply drag the file onto the page from your desktop.
  2. Read the page count shown next to the file name. This is the highest valid page number and the starting point for your reversal string.
  3. Type the full reverse into the New page order box from the highest number down to 1, separating values with commas or spaces. For an 8-page file, enter "8,7,6,5,4,3,2,1"; for a 12-page file, enter "12,11,10,9,8,7,6,5,4,3,2,1".
  4. Click Reorder PDF. The page list is validated, and if every number is present once and only once, the new document is assembled in your browser.
  5. Click the download link that appears, open the result in your usual PDF reader, and confirm that page 1 of the download is what used to be the last page of the original.

Because the file is processed locally, the workflow is identical on Windows, macOS, Linux, Chromebook, and mobile browsers, and it keeps working when your internet connection drops after the page has loaded. The whole pass typically takes about as long as it takes to type the numbers, which for a 12-page reverse is a 26-character string including commas.

What if you want to reverse plus change something else

A plain reverse is the most common request, but it is rarely the only one. Once you see the input box pre-filled with the current order, it is just as easy to combine the reversal with another move. To remove a single page after reversing — for example, a blank cover that scanned onto the very last page — open the result with a dedicated PDF page deletion tool, since the reorder tool is built to reorder only and never drops pages by design.

Two constraints are worth knowing up front. First, the input must list every page exactly once — there is no shortcut to "reverse and drop page 4" inside a single pass. Second, reversal does not match what rotating a page 180° would do: rotating flips the content of the page itself, while reversing flips the sequence of pages within the document. They address different problems and live in separate tools.

What stays the same after you reverse the page order

Reversal is a structural change, not a content change. Text on every page stays selectable, images keep their original resolution, and links and form fields are preserved. The output always has the same number of pages as the input, so a 12-page file reverses to a 12-page file with nothing silently lost or merged. Privacy is handled on the device side: the PDF is read by JavaScript in your browser, never uploaded to a server, and no copy is retained after you close the tab. That makes the workflow safe for contracts, financial statements, medical records, and legal filings where uploading is not an option, and the same local path means the tool continues to work when you are offline after the page has loaded.

Reverse order vs. similar page changes

Several PDF tools sound interchangeable at first glance, but each one solves a different problem. Use the table below to pick the right tool for what you actually need.

If you want to…What the PDF changesWhich tool fits
Read pages from last to firstPage sequence flips end-to-end; same pages, same countRearrange PDF Pages with a full reverse string like "N…1"
Remove a single unwanted pagePage count drops by one; same remaining pages, original orderDelete PDF Pages
Split a PDF into smaller filesOne PDF becomes several; pages distributed by rangeSplit PDF
Rotate a sideways or upside-down pagePage content turns 90°, 180°, or 270°; sequence unchangedRotate PDF
Mirror every page horizontallyPage content flips left–right; sequence unchangedFlip Mirror PDF Pages

If the issue is genuinely the order of pages inside one document, a reversal inside Rearrange PDF Pages is the direct fix. If the page content itself is the wrong way around, rotation or mirroring is the right tool instead. For contracts and other sensitive files, the browser-only processing path also makes the reorder step safe to run inside a strict office network.