You can delete PDF pages on iPhone by opening Safari, visiting a free in-browser tool, picking the file from your Files app or iCloud Drive, typing the pages you want to remove, and downloading the trimmed PDF back to your device. No third-party app needs to be installed from the App Store, no account needs to be created, and your PDF is never uploaded to a server — every byte of processing happens locally on your iPhone using JavaScript that runs inside Safari. This matters because iOS does not ship with a built-in way to remove pages from a PDF. The Files app lets you view, mark up, and rotate pages, but the delete-pages option simply isn't there. Third-party apps can fill the gap, but most of them require an account, charge a subscription, watermark the output, or send your document to a remote server for processing. For sensitive material like tax forms, bank statements, medical records, contracts, and scanned IDs, that tradeoff is hard to accept. A browser-based tool sidesteps the entire problem by running on your own hardware.

how to delete pdf pages on iphone
how to delete pdf pages on iphone

Why iPhone does not have a built-in way to delete PDF pages

iOS handles PDFs in a few places: the Files app, iCloud Drive, the Books app, Mail, Safari's download manager, and any third-party PDF reader you have installed. Each of these lets you view a PDF, search inside it, mark it up with the Markup tool, rotate individual pages, and even fill in form fields. None of them, however, lets you remove a page from the document and save the result as a new, shorter PDF. Apple's built-in tools treat PDFs as read-mostly objects: they are great for reading and lightly editing annotations, but structural edits — deleting pages, rearranging them, merging documents — sit outside what the system offers out of the box.

That gap is why the App Store is full of "PDF editor" apps. Many of them work, but they typically ask for an account, display ads, watermark your output, limit you to a small number of free operations per day, or quietly upload your document to a remote server to do the heavy lifting. For everyday PDFs like a movie ticket or a recipe, that tradeoff is fine. For a tax return, a rental contract, a bank statement, or a scanned passport, it is not. The browser-based alternative exists precisely for that second case.

How to delete PDF pages on iPhone in Safari

The browser method takes three taps after the page loads. Below is the complete workflow on an iPhone using Safari.

  1. Open Safari on your iPhone and go to the Delete PDF Pages tool page. Wait for the page to fully load — once it has, the tool continues to work even if you lose your internet connection, because everything it does happens locally in the browser.
  2. Tap "Browse PDF" and choose your file. On iPhone, this opens the system file picker, which can pull from iCloud Drive, On My iPhone, Dropbox, Google Drive, or any other Files provider you have installed. The tool reads the file and displays the total page count above the pages box.
  3. Tap into the pages box and type the pages you want to remove. Use simple numbers and ranges, such as 2, 5-7 — the next section covers the full notation.
  4. Tap "Delete pages". The tool removes those pages from the document and copies every remaining page into a fresh PDF.
  5. Tap the download link that appears. On iPhone, this opens the new PDF in a Safari preview tab or saves it to your Downloads folder, depending on your iOS version. From there you can share it to Mail, Messages, AirDrop, or save it back to Files.

The whole flow from file selection to a saved, trimmed PDF usually takes under a minute. The first run can be slower if your PDF is large, because Safari has to load the JavaScript runtime the tool uses, but subsequent runs on the same device are noticeably faster.

Page notation: what to type in the box

The pages box accepts plain text, and the syntax is designed to match how people naturally describe pages. The tool parses whatever you type and ignores anything that is out of range or malformed instead of throwing an error.

What you want to removeWhat to type in the box
A single page3
Several scattered pages2, 4, 9
A continuous range5-7
A mix of singles and ranges1, 3, 8-12
A page number larger than the documentIgnored automatically
Text that is not a number or rangeIgnored automatically

A few practical notes that come up often on iPhone. First, the on-screen keyboard on iOS does not have a quick way to type a hyphen or comma at the top level, but both are easy to reach by tapping the "123" key, then the punctuation key. Second, you do not need to type "pages" or "remove" — the tool only looks at numbers, hyphens, and commas. Third, ranges are inclusive, so 5-7 removes pages 5, 6, and 7, not 5 and 7. Fourth, you cannot delete every page; the tool stops you with a clear message if your selection would leave the document empty, which is a safeguard against the most common destructive mistake.

What stays the same in your trimmed PDF

When you remove pages with this method, the pages you keep are copied losslessly into a brand-new PDF. Fonts, images, vector graphics, form fields, and page dimensions are preserved exactly as they were in the original file. There is no re-compression of the page content, so the trimmed PDF looks identical to the source document, page for page.

This matters on iPhone for two reasons. First, photos and scanned documents — common on iPhones, since the camera is right there — often contain fine details like small text, signatures, and stamps that lose sharpness under any re-compression. The browser-based approach sidesteps that entirely by copying the page structures instead of re-rendering them. Second, form fields and checkboxes stay interactive in the new file. If you are trimming a fillable tax form down to the pages you actually need to complete, those fields still work in the output, which they would not if the document were flattened or rasterized.

When the iPhone method will not work

There are two situations where Safari will load the tool but the workflow will stop before producing a file. Both are caught early so you are not left guessing.

The first is password-protected PDFs. If your file opens with a password prompt in any PDF reader, it is encrypted, and the tool will refuse to edit it. Bypassing that encryption would corrupt the file, so the only safe path is to remove the password first using a tool that accepts the password you already know, and then come back to delete pages. Once the file is unprotected, the browser method works normally.

The second is files that are not really PDFs, or that are corrupted in a way that prevents any reader from opening them. If the file picker lets you select a document but the tool cannot read it, you will see a plain message instead of a page count, and no output is produced. This is more common than people expect: emails sometimes rename attachments, scanned documents saved by older apps can have broken headers, and files truncated by an interrupted download may technically be a PDF on the outside but not parseable on the inside. In those cases, the underlying file needs to be fixed or re-exported before any page can be removed.

For everything else — unencrypted, valid PDFs of any length — the Safari workflow works on every iPhone model that can run Safari. The same steps apply on iPad, since Safari behaves the same way there. And if you move between iPhone and other devices often, the same in-browser workflow also covers Android phones, iPads, and Chromebooks — see our guide to deleting PDF pages on your phone for the cross-device view.