Guide · PDF

How to Reorder and Sort PDF Pages in Your Browser

Updated 2026-08-16 · 4 min read

A feeder does not care about reading order. It cares about gravity. One sheet double-feeds. Someone photographs page 4, then page 3, then the cover. You now have a PDF that is complete and unusable.

PDF Sort on DevOkk.com reorders those pages in the browser. No account. The packet is not uploaded to DevOkk to finish the shuffle. You type a new sequence or reverse the file, then download.

This is not merge. Merge concatenates separate files. Sort rearranges pages inside one file. If you have three exports that should become one packet, merge them first, then sort.

How scan order goes wrong

Three patterns show up constantly:

ADF miss. Pages 1, 2, 4, 3, 5. One swap. Custom order: 1,2,4,3,5 if those are the file-page numbers - or whatever the thumbnails actually show.

Stack flipped. The whole document is backwards. Reverse mode. Check the first and last page after. Reverse of a reverse is the original, so keep the source file.

Phone photos in a folder. The camera roll is chronological, not logical. If you already combined images with Image to PDF and the pages are wrong, sort the PDF. If you have not combined them yet, reorder the images in that tool instead. It is easier to drag four photos than to reconstruct a 12-page index from memory.

Printed footers will be wrong after any of these. Ignore them while you sort. They describe an older sequence.

Custom order versus reverse

Reverse is one click and no thinking. Use it when the file is strictly backwards. Do not use it to fix two swapped pages. You will make a new mess.

Custom is a list: 5,1,2,3,4 puts the last page first and leaves the rest. Write the list from the current file-page numbers, not from the numbers printed on the paper.

Count twice. Off-by-one is the entire failure mode. Page 1 is the first page in the viewer after you drop the file.

For a longer packet, write the list in a notes app first: cover, form pages in order, appendix. Then translate that into numbers while the PDF is open beside you. Typing 1-5,8,6,7 as if ranges were allowed is a good way to produce a file the tool did not understand. Use an explicit list of integers.

There is a 50 MB input cap. That is the tab, not a paid tier.

Reorder the pages in the tab

  1. Keep the original. You will want it if the list is wrong.
  2. Open PDF Sort.
  3. Drop the PDF. Note the page count.
  4. Choose reverse, or type the new order as comma-separated page numbers.
  5. Set an output name (…-reordered.pdf).
  6. Run the sort. Download.
  7. Open the file and walk it the way a reader will. Cover, then form, then appendix. If anything is still swapped, fix the list and run again from the original, not from the already-shuffled output. Sorting a sorted file is how indexes turn into soup.

If you only needed to drop pages, delete is cleaner than “reorder them to the end and hope nobody notices.”

Then number, then send

Once the sequence is right:

  • Stamp numbers with PDF Page Numbers. Do this after sort, not before. The how-to is How to add page numbers.
  • Compress if the scan is still too big for email.
  • Merge only if this file still has to join another PDF. Merging before sort is fine; merging after is also fine. Numbering before either is not.

Sort does not deskew, rotate, or OCR. A sideways page in the right slot is still sideways.

When reordering is the wrong tool

You need pieces, not a new sequence. Split. See How to split a PDF.

You need several files to become one. Merge, then sort if the combined order is wrong. The merge guide is How to merge multiple PDFs.

The file is locked. Sort will not open it. Unlock it somewhere you already trust.

The file is enormous. Browser memory loses. Split into ranges, sort the ranges, merge the results.

Download the reordered PDF

Open PDF Sort, type the real file-page order, and walk the download once. Then number if the reader will refer to pages out loud.

Keep the scrambled original until that walk-through is done. A bad custom list is cheap to redo from the source and expensive to undo from a twice-sorted copy.

Frequently asked questions

What is the difference between custom order and reverse?

Custom order is a list of page numbers in the sequence you want: 3,1,2,4. Reverse flips the whole file, last page first. Reverse is the duplex-scan rescue. Custom is everything else.

Does reordering upload the PDF?

No. PDF Sort rearranges pages in the browser. You do not need an account. The file is not sent to DevOkk to complete the sort.

I have several PDFs that should become one packet in a certain order. Is that sort?

That is merge first, then sort if needed. Use PDF Merge to concatenate the files, then reorder pages in the combined document. Sort alone does not ingest multiple files.

Will existing page numbers stay correct?

No. A stamped or printed ‘Page 2’ moves with the page. After a reorder, those labels lie. Add fresh numbers last with PDF Page Numbers.

Can I rotate a sideways page while I reorder?

Not in this tool. Sort changes sequence only. A 90-degree receipt stays 90 degrees, just in a new position. Rotate in a viewer or a desktop editor, then sort.

The page list I typed skipped a number. What happens?

A custom order should include every page you want in the output. If you omit a page, do not assume it is appended. Check the page count on the download. If a sheet is missing, run the sort again with a complete list - and keep the original.

More reading that links back to the same tools and workflows.