PDF

Reorder pages in PDF

Drag any page to a new position. Each page shows its new spot in teal and where it came from in the corner. Files are processed in your browser — they never leave your device.

No upload · No daily limit · 100 MB / file

Reorder pages in PDF lets you drag any page to a new position and writes a fresh PDF in the new order using pdf-lib running entirely in your browser via a Web Worker. Each thumbnail shows two labels — the page's current position (e.g. P3) and where it originally came from (e.g. was P5) — so you never lose track of which page is which. The result is lossless: page bytes are copied unchanged, fonts and images preserved, file size identical to the input.

What is "Reorder pages in PDF"?

Reordering pages in a PDF means producing a new PDF whose pages appear in a different sequence from the source — without modifying the source file. The most common reasons are scanned documents that came back in the wrong order (a feeder ate a page and stuck it elsewhere), exported presentations whose slides are in build order rather than reading order, multi-section reports that need an appendix moved to the end, and back-to-front document scans that need the whole sequence reversed.

Most online PDF reorder tools require uploading your file to a remote server, which is uncomfortable when the document is a contract, a bank statement, or anything you'd rather not hand to a third party. This tool runs the reorder entirely inside your browser — your file is read into memory, the pages are copied into a new PDF in the order you picked, and the result is offered back as a download. Nothing crosses the network.

How does the in-browser reorder work?

Pikowl loads your PDF into a Web Worker — a background thread inside your browser. The worker uses pdf-lib to copy each kept page into a new PDFDocument in the sequence you've arranged. The page content stream — vector text, fonts, embedded images — is copied bit-for-bit, so quality is preserved exactly. Compare this to opening the PDF in a viewer and re-saving with a new page order: many viewers re-encode embedded images during save, which softens raster content. Reordering through pdf-lib is purely a metadata-level operation, so the file size is identical to the source. Page thumbnails on the grid are rendered by pdf.js in its own dedicated worker so the page stays responsive even with hundreds of pages.

Why two page numbers per thumbnail?

The teal label in the top-left is the page's current position after your edits — what page number it will be in the downloaded file. The smaller label in the bottom-right (was P5) is the page's original position in the source document. We show both because reordering a long document quickly becomes confusing if you only see one number: after a few drags, you've forgotten whether the page you're looking at is "the original page 7" or "the page that ended up in slot 7." Other tools force you to mentally track this; we make it explicit. The original-position label stays anchored to the page identity even after multiple reorderings — page 5 in the source always says was P5, no matter where it ends up.

When would I use this?

The most common cases are: fixing a scanner that fed pages in the wrong order, rearranging an exported slide deck to match a different speaking order, putting an appendix at the end of a report where it belongs (instead of stuck in the middle as the export tool placed it), reversing the entire page order on a back-to-front document scan with one click (use the <em>Reverse all</em> button), and reorganising a merged PDF whose source files were in alphabetical order rather than the chronological reading order you actually want.

Is this the same as Merge PDFs?

No — and they're often confused. Use Merge PDF when you have multiple PDF files you want to combine into one (e.g. "contract.pdf + appendix.pdf + signatures.pdf"). Use Reorder pages when you have one PDF whose pages need to be in a different sequence (e.g. "presentation.pdf has slides 1–20 but I want them in order 1, 3, 2, 5, 4, 6, 7…"). Both tools use pdf-lib under the hood, but the input shape and UI are entirely different. If you're not sure which you need: count your input files. One file → reorder. Multiple files → merge.

Will reordering reduce the quality of my PDF?

No. Reordering is a metadata-level operation — pdf-lib copies each page's content stream byte-for-byte into the new file, in the new sequence. The vector content, fonts, and embedded images are preserved exactly. The output file size is essentially identical to the input. This is fundamentally different from re-saving a PDF from a viewer like Adobe Acrobat, which can recompress embedded images during save and soften raster content; here, no resampling occurs.

What are the limits and why?

Up to 100 MB per file and 500 pages per file. The 500-page cap exists because the on-screen thumbnail grid (rendered by pdf.js) becomes hard to scan and drag visually beyond it, and on mobile devices the cumulative thumbnail rendering can stutter. The pdf-lib reorder itself can comfortably handle thousands of pages. For very large PDFs, split into 500-page chunks first using Split PDF, reorder each chunk, and merge the results back with Merge PDF.

How does Pikowl compare to Smallpdf and iLovePDF?

Both Smallpdf and iLovePDF offer page reordering via drag-and-drop, but they upload your file to their servers and neither shows the dual current/original page numbers that make tracking long reorders painless. Numbers below reflect the public free-tier offers as of April 2026.

Feature Pikowl Smallpdf iLovePDF
Where files are processed Your browser Remote server Remote server
Sign-up required No Optional Optional
Dual page-number labels Current + original numbers per page No No
Max file size (free) 100 MB 5 MB 200 MB
Price Free $9/mo for unlimited $7/mo for premium

Sources: smallpdf.com/pricing and ilovepdf.com/pricing, retrieved April 2026.

Common Uses

FAQ

Can I reverse the entire document order in one click?

Yes — that's what the Reverse all button is for. It flips every page in one operation, so if your PDF was scanned bottom-up or back-to-front, you can correct the entire document with a single click instead of dragging each page individually. After Reverse all, every page's current position label updates to its new spot, and the was Pn label still points at the original location, so you can see exactly what happened.

How do I find page 7 to move it after I've reordered things?

Look for the thumbnail with was P7 in its bottom-right corner — that's the page that started life as page 7, no matter where it sits now. The original-position label is anchored to page identity, not position. This is the entire point of the dual-numbering system: even after dragging pages around, you can always find a specific original page by its was Pn label.

Will reordering reduce the quality of my PDF?

No. Reordering is a metadata operation — pdf-lib copies each page's content stream byte-for-byte into the new file in your chosen order. Vector text, fonts, and embedded images are preserved exactly. The output file size is essentially identical to the input. There is no resampling, no font re-embedding, no image re-encoding.

Can I undo a reorder after downloading?

While you're still on the page, click Reset order to restore the original sequence at any time. After downloading, the original PDF on your disk is still untouched — we never modify it. Just open the original in this tool again and you'll be back to a clean slate. We strongly recommend keeping the original until you've verified the reordered version opens correctly and the pages are in the sequence you wanted.

Is my PDF uploaded to a server?

No. The reorder runs entirely in your browser — open the network tab in DevTools while you use the tool and you'll see no outbound requests during the operation. The PDF is read from your disk via the File API, processed in a Web Worker using pdf-lib, and offered back as a download. Nothing leaves your device.

How do I reorder pages on mobile?

Each thumbnail has a small drag handle on its left edge (a dot-pattern icon). Long-press the handle for about a quarter of a second, then drag to a new spot. The body of the thumbnail itself is not draggable on mobile — that prevents conflicts with vertical scrolling, so you can scroll through a long PDF without accidentally grabbing a page.

Can I reorder pages in a password-protected PDF?

Not directly. If the PDF is encrypted, the tool will report the failure and stop. Remove the password first using your PDF reader (most desktop readers can re-save without password) and then come back. We don't accept the password into the browser because storing it even briefly would weaken the privacy guarantee — your file never leaves your device, and your password shouldn't either.

By the Numbers

Sources & Further Reading

Everything runs in your browser. Nothing is sent to any server.
01
Runs on your device
Files never leave your browser. No server uploads.
02
8 languages
EN, ES, HI, PT, FR, DE, ID, JA — every tool.
03
No signup
Open the page, use the tool. That's it.