How do you use this tool?
- Drop a PDF (drag-and-drop or file browser, one file at a time)
- Preview each page — every page renders as a thumbnail card with its position label
- Reorder via drag-and-drop, tap-to-move on mobile, Top/Bottom buttons, or the Reverse-order action
- Optional: drop individual pages from the output with the Remove button
- Click Save and download the reordered file instantly
How does the tool work?
The tool uses a battle-tested open-source JavaScript library to reorder PDF pages directly in your browser. Processing is fully local — no server connection, no upload, no third party touching your file.
Technically, reordering a PDF is a deep-copy operation at the page level. Every page in a PDF is addressed through the page-tree object of the file. The underlying library reads the original document, deep copies the selected pages into a fresh PDF instance and assembles them in the requested order. The original content — fonts, vector graphics, raster images, hyperlinks, form fields, annotations — travels along without re-rendering.
Before loading, every file is validated against the %PDF- magic
header. Corrupt files or renamed non-PDFs are rejected upfront with a
clear error message, before any heavy code is fetched.
How do you reorder PDF pages in the browser?
Drop the PDF onto the dropzone or pick it through the file browser. The tool immediately renders every page as a small thumbnail card. The position number in the new document sits in the top-left corner of each card, and the original page number below — so even in long stacks you can tell at a glance which original page is currently in which output slot.
Four ways to change the order:
- Drag-and-drop on desktop: click and hold a card, drag it to the target slot and release. The card snaps into place; the others slide to make room. While dragging, the target card highlights with the orange accent border.
- Tap-to-select on mobile: tap Select on a card, then use the small Top, Bottom, ↑ and ↓ buttons. Every touch target stays 44 × 44 pixels — accessible even with a thick thumb or limited fine motor control.
- Reverse order: one click flips the entire stack. Classic use case: a sideways-scanned contract pile where page 12 sits at the top of the file.
- Restore original order: brings the original sequence back in one click if you misclicked somewhere along the way.
The moment you leave the identity sequence — any card sits in a different slot than where it started — the Save button activates and an “Order changed” badge appears.
How do you drop pages while reordering?
Sometimes you want to remove pages, not just rearrange them — the empty separator page between chapter 3 and 4, the accidentally scanned back side, the terms-and-conditions attachment you no longer need. Every card carries a Remove button for exactly that.
Removed pages disappear from the grid; the remaining cards slide up and are renumbered. The file header above shows a “removed” badge with how many pages were dropped. As long as at least one page remains, the action is allowed — a PDF without pages is not technically possible.
If you misclicked: Restore original order brings the full sequence
back, including the removed cards. That is a deliberate choice — most
people who hit that button want a clean slate. If you only want the
last removed card back, hit Ctrl+Z in the browser; the tool does not
maintain its own undo stack because that adds complexity which 95 % of
users never need.
Two patterns matter for everyday use. First, the position label on each card always reflects the current output position, not the original page number, so you can scan the new sequence at a glance while dragging. Second, the Save button stays disabled until you actually change something — that avoids accidentally producing a copy of the original file that differs only in metadata.
Why does privacy matter for PDF reordering?
smallpdf, the iLovePDF workflow and the pdf24 tool all follow the same pattern: upload the file, the server reorders, download the result.
“Files removed from our servers after one hour.”
— smallpdf Trust Center
“automatically deleted after 2 hours”
— iLovePDF GDPR statement
Sounds harmless. But the retention window means exactly that: your file sits on someone else’s server for those two hours. For job applications, contracts, medical records, internal proposals or thesis drafts, that window is the problem, not the solution. You are delegating confidentiality to a deletion policy rather than guaranteeing it structurally.
The FBI publicly warned in March 2025 that many free PDF converters on the internet operate as malware fronts. Even without malicious intent, every server upload sends a confidential document to a third party — privacy promises are only worth as much as the operational discipline behind them.
This tool makes the upload structurally impossible. The PDF library (MIT-licensed, open source) loads into your browser tab and runs there. Your PDF travels from your disk into the browser memory, gets reordered, and lands as a download back on your disk — without the bytes ever leaving the device. No sign-up, no cookie banner for ad partners, no tracking.
Which PDF files are supported?
The tool handles every common PDF version (1.0 to 2.0). The full input behaviour:
Supported without restriction:
- Standard PDFs of any page size (A4, Letter, A5, landscape, mixed)
- PDFs with embedded fonts, raster images and vector graphics
- PDFs with interactive forms and annotations
- PDFs that already carry a
/Rotatevalue (scanner output) - Any number of pages — the ceiling is browser memory (~200 MB)
Handled with a hint:
- Very large files (>100 MB): a warning appears; thumbnail rendering may take a few seconds depending on your device
- Very long documents (>200 pages): the thumbnail grid scrolls; every card stays drag-addressable regardless of position
Not supported:
- Files without a valid
%PDF-header (renamed non-PDFs): rejected with a clear error message - Password-protected PDFs: rejected with a clear error message — unlock them first, then load again
How do page rotations behave during reordering?
A /Rotate flag set in the file — for example the 90° that many
scanner apps stamp on landscape pages so viewers display them upright —
stays unchanged during reordering. When you drag a page to a new
position, its rotation flag travels along. That is by design: reorder
and rotate are two separate tools.
If you also need to rotate individual pages in the same workflow, use Rotate PDF — it offers an auto-detect mode for landscape pages and a compose-logic that combines existing rotations with your user delta correctly (90° + 90° = 180°, not “blunt overwrite”). Splitting the two tools keeps each one inside a clean mental model — one grid for order, another for rotation.
What do users ask most about reordering PDFs?
The most common questions about usage, privacy and the underlying mechanics:
Does my PDF get uploaded to a server?
No. All processing runs inside your browser. Your file never leaves your device — no server, no upload, no tracking.
How do I reorder pages in a PDF?
Load the PDF, then drag the thumbnail cards into the order you want. On a phone tap a card to select it and use the Top/Bottom or up/down buttons. Tap Reverse-order to flip the whole stack in one click.
Can I drop individual pages while reordering?
Yes. Every card has a Remove button. Removed pages do not appear in the output PDF; the remaining pages are renumbered without gaps. As long as at least one page remains, the action is allowed.
What happens with password-protected PDFs?
Encrypted PDFs are rejected with a clear error message — the underlying library cannot open encrypted content. Unlock the PDF first in your PDF reader (for example Adobe Acrobat or macOS Preview) or use our PDF password remover and try again.
Are fonts, hyperlinks and form fields preserved after reordering?
Yes. Pages are deep-copied into the new document. Embedded fonts, vector graphics, raster images, hyperlinks, form fields, annotations and the entire content stream travel along unchanged. The file size stays practically identical.
Does the tool work on a smartphone?
Yes. Drag-and-drop is faster on a large screen, but on touch devices Tap-to-Select is active: tap Select on a card, then use the Top, Bottom, ↑ and ↓ buttons. Every touch target stays at least 44 × 44 pixels.
How many pages can the tool handle?
There is no hard limit — the ceiling is your browser’s memory. Modern desktop browsers handle PDFs up to ~200 MB comfortably. For larger files the tool surfaces a hint banner; thumbnail rendering may take a few seconds depending on your device.
What happens to the PDF’s metadata?
Producer, Creator and Author entries in the PDF Info dictionary are cleared on save by default — nobody reading the saved document can tell which software you used. Page rotations, fonts and the content stream of every page stay untouched.
Which related document tools fit this workflow?
Other tools in the kittokit ecosystem that fit this workflow:
- Merge PDF — combine multiple PDFs into a single document losslessly, locally in your browser.
- Split PDF — extract page ranges or individual pages from a PDF without uploading.
- Rotate PDF — flip individual pages or the whole document in your browser, with auto-detect for landscape scans.
- Remove PDF password — unlock encrypted PDFs before reordering or processing them further.
Last updated: