How to remove pages from a PDF without uploading it

SQLViz · September 2026

Deleting pages is the least glamorous PDF job and the most common one. The scanner added a blank page. The contract came with two pages of boilerplate nobody reads. Somebody printed an internal note and scanned it on top of the signed copy. A supplier sent a 90-page specification and you only have to forward pages 1–4.

Every one of those is a two-minute job, and every one of them is a document most people would rather not hand to an unknown upload server. Removing pages is one of the five Pro tools in the SQLViz PDF toolkit, and it runs entirely inside your browser: the file is read locally, the pages are copied into a new document in memory, and only the result is written to your disk.

How the page list works

You type the pages you want gone, using the same list syntax as everywhere else: 1, 3, 5-7 removes page one, page three and pages five to seven, and leaves everything else as a single file. Single numbers and inclusive ranges can be mixed freely, in any order, and the result does not depend on the order you type them in.

Two habits make it reliable. First, write the list down before you open the tool — scrolling a viewer and typing at the same time is how you delete page 6 instead of page 8. Second, count the parts: five pages listed means five pages fewer, so the result should report the original count minus five.

The trap: printed page numbers are not file positions

This is the mistake that costs people real money. A document with a cover page usually shows “Page 1” printed at the bottom of the second page of the file. If the cover is page 1 in the file and the printed numbering starts after it, every printed number is one position higher than the file position. Delete by the printed numbers and you remove the wrong pages — possibly the signature page, possibly a page of obligations.

Before you type a page number, confirm the position in the viewer: most viewers show the current file page in a box or accept a “go to page” command, and the file page is what the tool counts. Then check the total: if the viewer says 12 pages and the last page prints “11”, there is one page at the front that is not part of the printed sequence. That single comparison prevents most wrong deletions.

Step by step

  1. Keep the original. Copy it first if it is the only version you have. The tool reads the file you select and writes a new one; it does not modify the original, but your own discipline is the real safety net.
  2. Open the tool and add the file. On the PDF tools page, pick Remove pages and drag your PDF in.
  3. Enter the pages to delete. Check each number against the file position in your viewer, not against a printed number.
  4. Run and download. What you get is a new PDF with the remaining pages in the original order, named after the source file. Renaming it is your job, and it is worth doing properly — the tool does not know whether this is version 2 or the final one.
  5. Name it as a version. contract-2026-signed-clean.pdf rather than contract-final-final.pdf. In six months, the name is the only thing telling you which file the client received.

Deleting from a signed PDF invalidates the signature

A digital signature covers the exact bytes of the document. Remove a single page and those bytes change, so every viewer will report the signature as invalid or the document as modified. This is not a bug in the tool and there is no way around it: the page is part of what was signed.

So decide what matters more. If the signature has to hold, the page stays, and the honest options are to ask for a corrected and re-signed copy or to work from the unsigned original. If the content has to go and the signature is a formality, delete the page and expect the signature warning — then say so in the covering message so nobody discovers it themselves.

Do not cover content, delete it

People often try to hide a page by drawing a black rectangle over it or stamping “void” on top. In a PDF that is not redaction. The text is still in the file underneath the rectangle, and copy-paste or any text extractor will happily produce it. Covering a page is a visual trick, not a removal.

If the content must not leave the building, the page goes. Anything else is a promise you cannot keep.

What else changes when a page disappears

Delete, split, or compress: pick one

If you need the removed pages somewhere else, do not delete them — split them out into their own file. If you need several documents joined into one, that is merging. And if the goal was never about particular pages but about a file that is too heavy for email or for an upload limit, deleting pages is the wrong fix; compressing the PDF keeps the content and removes weight.

The before-you-send checklist

Four checks, twenty seconds, and they catch nearly every mistake:

  1. Page count equals the original minus the pages you listed.
  2. Search the result for a distinctive phrase that was on the deleted page. If Ctrl+F finds it, the page is still in the file or you deleted the wrong one.
  3. Read the last page and the first — that is where wrong deletions are noticed.
  4. Check the file name against the version you mean to send.

About the trial and the price

Remove pages is one of the five Pro tools, so it comes with 3 free trial uses per IP address. That is deliberate: three real documents are enough to judge whether the tool fits your workflow. After that Pro is €5.90/month, paid with PayPal or card and cancellable at any time, and it unlocks all eight PDF tools. Merge, split and compress remain free forever with no counter.

The privacy side is unchanged either way. Nothing is uploaded, nothing is stored on a server, and there is no account history of your documents — which also means no undo. Keep the original until you have checked the result, and if you close the tab before downloading, the work is gone and you start over.

Delete the pages you do not need

Type the pages to remove and download the cleaned-up file. Remove pages is a Pro tool with 3 free trial uses, then €5.90/month — PayPal or card, cancel anytime.

Open the PDF tools

Related