XConvert
Downloads
Pricing

Reorder PDF Pages Online

Upload a PDF or supported document, rearrange the page order, and download a newly ordered PDF in seconds.

Loading tool...

How to Reorder PDF Pages Online

  1. Upload Your PDF File: Drag and drop or click "+ Add Files" to load a PDF from your device. Page thumbnails appear as a grid once the file is parsed. Multi-file is supported — reorder several PDFs in one session.
  2. Move Pages Into the Order You Want: Each page card has up (↑) and down (↓) arrow buttons — click to nudge a page one slot at a time. Use the arrows repeatedly to walk a page from position 47 to the front, or to swap two adjacent sections. The thumbnail grid updates live so you can see the new sequence before exporting.
  3. Repeat for Every Page You Want to Move (Optional): There is no required "save order" step — the displayed grid order is the export order. Re-upload a fresh copy if you want to restart, or reload the page to discard changes.
  4. Reorder and Download: Click "Reorder" to write a new PDF with pages in the displayed sequence. The original file isn't modified. Output downloads directly — no sign-up, no watermark, no email gating.

Why Reorder PDF Pages?

A PDF's page order is baked into a /Pages object whose /Kids array literally lists the leaf page references in display order — there's no separate "show pages 5, 1, 3" view layer. To change the reading order you have to rewrite that array, which is exactly what a reorder tool does. The page content streams (text, images, fonts) stay byte-identical; only the tree-of-references changes. Typical reasons people reorder:

  • Scanned-document fix-ups — Multi-page document scanners often spit pages out in reverse, or shuffle duplex sheets in a way that puts every other page out of place. Reordering is faster than re-scanning.
  • Putting a cover or title page first — Combine a one-page cover letter PDF with a multi-page resume via Merge PDF, then reorder if the merge appended in the wrong direction.
  • Reordering chapters or sections — Move an executive summary to the front, push appendices to the back, or shuffle a deck of slides exported via "Print to PDF" into presentation order.
  • Compliance and submissions — Many regulatory and legal filings (USCIS evidence packets, court exhibits, grant applications) require an exact page sequence; reorder before you submit so reviewers see things in the prescribed order.
  • Booklet and print-imposition prep — If you're producing a saddle-stitched booklet, the printer wants pages laid out in folded order (e.g. for an 8-page booklet: 8,1,2,7,6,3,4,5). Reorder once, send to print.
  • Combining tools in one pass — Reorder, then Compress PDF to email it, or Merge PDF several reordered files into one packet. Each tool preserves the others' work because all three operate on the same underlying page tree.

Reorder vs Split vs Merge — Pick the Right PDF Page Tool

The three tools all rewrite the /Pages tree but produce different outputs. Pick by what you want to end up with.

Tool Input → Output What it changes in the page tree Use when
Reorder PDF 1 PDF → 1 PDF with same pages in new order Reorders entries in /Kids array All original pages stay; only sequence changes
Split PDF 1 PDF → many PDFs (per page, range, or multi-range) Extracts subsets of /Kids into separate documents You need separate files (e.g. one chapter per PDF, or "pages 1, 10-15, 30" as four files)
Merge PDF Many PDFs → 1 PDF Concatenates /Kids arrays from each input Combining a cover letter, resume, and references into a single packet
Compress PDF 1 PDF → 1 smaller PDF Re-encodes images and streams; doesn't change /Kids The reordered PDF is too large to email or upload

Reorder + Split is the most common combo: reorder the master into the order you want, then split off the section you need to send. Merge + Reorder handles cover-letter-plus-resume packets where the merge inserts in the wrong direction.

PDF Page Tree — What Actually Changes When You Reorder

Knowing what reorder does and doesn't touch helps explain why some interactive elements survive and others don't.

PDF object Survives reorder? Why
Page content streams (text, images, fonts) Yes Each page is an independent object referenced by /Kids; only the array order changes.
Form fields (/AcroForm) Yes Fields live in the document /AcroForm dictionary; widgets reference pages via /P, which still points at the same page object after reorder.
Form field values you've typed Yes Values are stored in field objects, not page streams.
Internal links pointing to named destinations Yes Named destinations resolve through /Names → still hit the right page after reorder.
Internal links pointing to explicit page references Yes /Dest arrays reference the page object directly, not a page number.
Internal links pointing to page numbers (/PageNumber in some viewers) Sometimes Mostly historical; some viewers may show the wrong target if a tool wrote page-number references.
Bookmarks / outlines (/Outlines) Usually Outline entries point at page objects via /Dest; the destinations resolve correctly. Some lower-quality tools rebuild the outline and break it.
Page labels (/PageLabels — "i, ii, iii, 1, 2, 3") Order-dependent The label tree maps positions to labels; after reorder the labels stay tied to positions, not pages, so they may need to be re-assigned.
Tagged-PDF structure tree (/StructTreeRoot) Mostly Structure elements reference content via marked-content IDs on pages; reorder doesn't break the references but does affect reading order for screen readers, which is the whole point.
Digital signatures Invalidated Any byte-level change to the file invalidates a signature. Reorder before signing, never after.

Frequently Asked Questions

Does reordering preserve bookmarks and the outline?

In most cases yes. PDF bookmarks (technically "outline items") store their target as a /Dest reference to a page object, not a page number — so the bookmark still points at the same page after reorder. Some tools regenerate the outline from scratch and lose the original entries; xconvert preserves the existing outline so your table of contents still works. If your bookmarks were authored against named destinations (Adobe Acrobat's default), they're especially robust.

Will form fields and the data I've typed survive?

Yes. PDF form fields are stored in a document-level /AcroForm dictionary and each widget annotation points at its page via the /P reference. Reorder rewrites the order of pages in /Kids but doesn't touch /P — the widget still binds to the same page object, just at a new position in the document. Values you've already entered are stored on the field object itself, so they survive too. The one caveat: if a form has JavaScript that hard-codes "go to page 3 of this PDF," that script may now jump to the wrong page.

What's the difference between reordering and deleting pages?

Reorder keeps every page and just changes the sequence. To remove pages, use Split PDF with "Pages by multi-range" — enter the ranges you want to keep (e.g. 1-5, 10-20) and the result excludes anything outside those ranges. That's the cleanest way to drop pages without installing a desktop editor. Reorder won't shrink your document; split with selective ranges will.

Can I reorder and rotate in the same pass?

Not in one click — page order and page rotation live in different parts of the PDF (/Kids array order vs each page's /Rotate entry). The standard workflow is to reorder first, then run a separate rotation step on the output. Both operations preserve page content byte-for-byte, so doing them serially produces the same result as a single combined edit, just in two downloads. If your only issue is sideways scans, a desktop viewer (Preview on macOS, Adobe Reader on Windows) can rotate-and-save without a second tool.

Is there a maximum page count or file size?

xconvert doesn't hard-cap reorder; the practical limit is browser memory for rendering thumbnails. For comparison, Adobe's online rearrange tool caps at 1,500 pages and 100 MB; iLovePDF and Smallpdf don't publish official caps on their organize tools. If your PDF is over a few hundred pages, expect thumbnail generation to take several seconds — the file itself processes quickly because the tool only rewrites the page tree, not the page content.

My PDF pages have numbers printed on them (1, 2, 3...). Will those auto-update?

No — printed page numbers are part of the page content stream (text laid down at design time, usually in the footer). They don't know what position they're in. After reorder, page 5 might now sit at position 1 but still have "5" printed in the footer. If you need re-numbered pages, you'll need to regenerate the document from the original source (Word, InDesign, LaTeX) — no PDF tool can rewrite content-stream text reliably across arbitrary fonts and layouts.

Will reorder invalidate a digital signature?

Yes. Digital signatures sign a byte-range of the PDF; any change — including reordering pages — produces a different byte sequence and the signature no longer validates. Always reorder before signing, and re-sign if you reorder a signed document. Certified-signature PDFs may also have permission flags that explicitly forbid page-tree modification; if so, the tool can't modify the file at all.

Are my files uploaded to your servers?

Files process on our servers and are deleted after the session ends. No account is required, no email gating, no watermark, and there are no per-file or per-day limits.

Why not just print-to-PDF in a new order?

Print-to-PDF re-rasterises every page through a virtual printer, which can downgrade text (becomes images), kill copy-paste, strip form fields, drop bookmarks, and inflate file size. Reorder rewrites only the /Pages tree — every page object is preserved byte-for-byte, so text stays selectable, forms stay fillable, links stay live, and file size barely changes.

Related Merge tools
Merge PDF
Related Flatten tools
Flatten Pdf
Related Nup tools
N Up Pdf
Related Extractpages tools
Extract Pdf Pages
Related Deletepages tools
Delete Pages Pdf
Related Addpagenumbers tools
Add Page Numbers Pdf
Related Watermark tools
Watermark Pdf
Related Rotate tools
Rotate Pdf

Image Tools

Image CompressorCompress JPEGCompress PNGCompress GIFCompress WebPImage ConverterJPG ConverterImage Resizer

Video Tools

Video CompressorCompress MP4MP4 to GIFVideo to GIFVideo ConverterMP4 ConverterVideo Cutter

Audio Tools

Audio CompressorCompress MP3Compress WAVAudio ConverterMP3 ConverterFLAC to MP3Audio Cutter

Document Tools

Compress PDFMerge Images to PDFSplit PDFPDF to JPGUnzip FilesRAR Extractor
© 2026 XConvert.com. All Rights Reserved.
About UsPrivacy PolicyTerms of ServiceContactHelp Us Grow