Back to Dashboard

How to Delete, Rotate, Reorder and Number PDF Pages

What each page tool actually changes in the file, and a worked example that uses all four together.

Four operations get lumped together as "page housekeeping" because they all live on the same toolbar: delete, rotate, reorder, and number. They behave very differently under the hood, though, and mixing them up causes real problems — someone deletes a page thinking it's the same as covering it up, or rotates a scan and can't figure out why it still looks sideways somewhere else. This guide covers what each of the four operations actually changes inside the PDF file, plus a worked example that uses all four in sequence.

Deleting pages

Delete Pages removes one or more pages entirely — a single page, a range (pages 4–9), or a scattered list (2, 5, 11). It builds a brand-new document and copies over only the pages you keep, so removed pages' content and images never reach the output. It also refuses to delete every page — at least one must remain — so to keep just one page out of ten, Split PDF is the more direct tool.

This is the only one of the four operations here that actually removes content. If a page has sensitive information on it, deleting it is the right move — a black box over the text is not the same, since the text stays selectable underneath (see the redaction guide). Deletion only helps when the whole page needs to go; removing part of a page needs the flattening approach covered there instead.

Practical note: deleting pages renumbers everything after the deletion point. Delete first and number last, or you'll end up with a document that jumps from "Page 3" straight to "Page 7".

Rotating pages

Rotate PDF spins individual pages or the whole document 90, 180, or 270 degrees. It's worth knowing what's actually happening, so a page that still looks wrong somewhere else isn't a mystery.

A PDF page has a fixed content stream — the actual drawing instructions — and a separate /Rotate attribute telling a viewer "display this rotated by N degrees." Rotating here only changes that value; the content stream is untouched. Major viewers respect it, including Acrobat, Chrome, Preview, and pdf.js, which powers this site's own preview.

Scanned documents are where this causes confusion. A scan is a single embedded image per page. If the scanning app baked the rotation into the pixels, the /Rotate flag is irrelevant — it looks sideways everywhere. If it left the pixels as-captured and only set the flag, an older viewer that ignores /Rotate can still show it sideways even though it's fine here. If a page still looks wrong after rotating it, the pixels themselves are almost certainly what's rotated, not the flag — rotate again in the needed direction; there's no way to fix baked-in pixels without a quality loss from re-encoding.

Rotation never changes page count, page order, or any other page's content — it's a metadata change, page by page.

Reordering pages

Reorder PDF changes the sequence pages appear in without touching a single page's content. It's one card per drag, though — there's no multi-select or block-move in this workspace, so relocating a six-page appendix means six separate drags, one page at a time. Moving a large block often is usually faster done by pulling those pages out with Split PDF and reassembling with Merge PDF in the order you want; the merge and split guide covers how those two tools rebuild a document.

Internally, Reorder builds a brand-new document and copies each page into it in the sequence you set — the same create-and-copy approach used by Delete Pages and Split. Nothing about an individual page's content, size, or rotation changes in the process, and page count stays identical, which makes it safe to experiment with since undoing a reorder costs nothing but time.

Adding page numbers

Page Numbers draws numeral text onto each page in a standard font, positioned at a corner or centered top/bottom. You can set a starting number (useful if this is volume 2 of something continuing from 47) and restrict numbering to a page range — skip a cover page, number only the body, and so on.

The limitation: this draws new text on top of existing content — it doesn't detect, read, or replace numbers already printed on the page. Run a scanned chapter that already shows "142" at the bottom through this tool starting at "1," and you'll get both numbers stacked in the same corner; there's no OCR step that erases the old one. If a document already has numbers you don't want, cover them with the Black Box in Sign & Edit (hides rather than removes them, per the caveat above) or source a copy without the printed numbers.

Numbering doesn't change page count or order, and nothing is deleted — but once new numbers are baked in, there's no undo short of re-running the tool on the original file.

Worked example: assembling a signed contract

Here's a scenario using all four tools in the order they actually come up: a four-page digital contract, plus a signature page you printed, signed by hand, and scanned back in as its own single-page PDF. The goal is one clean, correctly ordered, numbered document to send back.

  1. Check the scan's rotation first. Phone scanning apps often save the signature page sideways or upside down. Look before doing anything else.
  2. Rotate the scanned page if needed. Use Rotate PDF on the scan alone before merging — easier than hunting for it inside a merged file.
  3. Merge the two files. Use Merge PDF to combine the digital original (pages 1–4) with the corrected scan; ordering comes next.
  4. Reorder if needed. If the signature page should be page 5 and the merge already put it there, you're done; otherwise use Reorder PDF to drag it into place.
  5. Number last. Once order and rotation are final, run Page Numbers across all 5 pages — numbering earlier risks numbers landing on the wrong pages.

The order isn't arbitrary — rotation and merging come first since they're most likely to reveal a problem, reordering depends on the final page count, and numbering depends on the final order. Numbering early, while the document is still being assembled, is the most common mistake people make.

What each operation actually changes

OperationPage contentPage orderPage countAdds new marks
Delete pagesRemoved pages' content is goneUnchanged for remaining pagesDecreasesNo
Rotate pagesUnchanged (only /Rotate flag changes)UnchangedUnchangedNo
Reorder pagesUnchangedChangesUnchangedNo
Add page numbersUnchanged pages get new text drawn on topUnchangedUnchangedYes — permanently

Where these run and what to expect

All four operations run entirely in your browser — the PDF never leaves your device. Delete, reorder, and rotate are handled by pdf-lib and are effectively instant even on large documents. Numbering is slightly heavier since a new text object is drawn on every selected page, but still a fraction of a second per page. None of the four rasterizes anything, so unlike Compress, existing text, embedded fonts, links, and form fields pass through untouched, except on pages you delete outright.

Very large, image-heavy scans can be slow to load into the page-preview grid used by reorder and delete, simply because the browser renders a thumbnail of every page — a preview cost, not a sign anything's wrong with the operation itself.

Heads up: none of these four tools edit existing page content — they remove whole pages, flip a display flag, change sequence, or draw new marks on top. If your actual goal is to change or permanently erase specific text or an image already on a page, see the redaction guide for what genuinely removes content versus what only covers it up.

Frequently Asked Questions

I deleted the wrong page — can I get it back?

Not from the tool itself. Delete rebuilds the file from only the pages you kept, so the removed page's data isn't retained anywhere — not in the output, and not on this site's servers, since nothing was uploaded in the first place. Keep your original file until you've confirmed the output is correct.

Why does my rotated PDF look fine in the site's preview but sideways when I email it to someone?

This almost always means the recipient's viewer is an older or embedded one that doesn't honor the /Rotate attribute — rare among modern software, but it turns up in some corporate viewers and older print drivers. Try a different, current viewer (Acrobat Reader, Chrome, or Preview) before assuming the tool made a mistake.

Can I number only the pages after the cover page?

Yes — Page Numbers lets you set a page range to number, so you can start at page 2 and leave the cover untouched, and set the starting number so the first numbered page reads "1" instead of "2".

Does reordering pages change the file size?

Only marginally, and usually not enough to notice. Reorder rebuilds the document by copying each page across in the new sequence — it's not compressing or re-encoding anything, so file size stays essentially the same before and after.

If I rotate a page 90 degrees, then rotate it 90 degrees again, is that the same as rotating it 180 degrees once?

Yes. Rotation is stored as a single value on the page (0, 90, 180, or 270), and each rotate action adds to the current value and wraps around at 360. Two 90-degree rotations in the same direction land you at 180, identical to doing it in one step.

I need to remove a page number that's part of the original scanned content, not one I added. Can any of these tools do that?

No. All four tools here work with whole pages, sequence, or new overlaid text — none can detect or erase existing content. Your options are deleting the whole page if the number is the only thing you need gone (rarely practical), covering it with the Black Box in Sign & Edit (hides it visually, leaves the text extractable, per the caveat above), or sourcing a version without it.