Orpheus

Delete Pages from a PDF

Drop the pages you do not want and keep everything else.

Every tool runs entirely in your browser. Your files are never uploaded to a server.

Deleting pages from a PDF builds a new document from every page you did not name. Type the pages to drop, such as 1, 4-6, 12-. It runs in your browser, so your file is never uploaded.

How to use Delete PDF Pages

  1. Add your PDF. Drag it onto the drop zone or click to browse. You can trim several PDFs in one run.
  2. Name the pages to delete. Single pages, ranges, or a mix: 1, 4-6, 12-. Everything you do not name is kept, in its original order.
  3. Trim and save. A new PDF comes back without those pages. The file you dropped in is untouched.

About deleting pages from a PDF

Deleting a page from a PDF is not an edit in place — there is no such thing in the format. What actually happens is that a fresh document is built containing every page except the ones you named, and that new file is what you download. The practical consequences are worth understanding. Content that only existed on the removed pages goes with them, which is the point. Content that referenced those pages does not follow gracefully: bookmarks aiming at a deleted page are dropped, internal cross-references become dead links, and a table of contents printed on a surviving page still lists things that are no longer there, because that text is artwork rather than structure. Printed page numbers behave the same way. They were drawn onto each page when the document was made, so a file numbered 1 to 10 with page 3 removed reads 1, 2, 4, 5 and so on. If continuous numbering matters, renumber in the application that produced the document rather than expecting a page operation to fix it. One thing that does travel correctly is quality: pages are copied as objects, never re-rendered, so text stays selectable, vector art stays sharp at any zoom, and scanned images keep their original resolution. Signed documents are the exception to all of this — any structural change invalidates the signature by design, so keep the signed original.

Frequently asked questions

Do the remaining pages get renumbered?
The physical order closes up, so a ten-page file with page 3 removed becomes nine pages. Any page numbers printed on the pages themselves are part of the artwork and do not change — you will see a gap in the printed numbering.
What if I try to delete every page?
It refuses and tells you, rather than handing back an empty file. A PDF with no pages is invalid and most readers will not open it at all.
Is this the same as splitting?
It is the same operation seen from the other side. Splitting keeps the pages you name; this keeps the pages you do not. Use whichever is less typing for the document in front of you.
Does it shrink the file?
Usually, but not proportionally. Fonts and images are stored in a shared pool, so removing pages only drops the resources nothing else references. Deleting half a document rarely halves the size.
Is anything uploaded?
No. The file is read into memory on your device and rebuilt there. Nothing leaves your machine at any point.

Last updated