Skip to content

Free tools · PDF

Delete PDF pages

Name the pages to drop; keep everything else exactly as it was.

Free · no sign-up · no watermark · up to 50 MB · uploads deleted after 24 hours, results after 7 days.

How to delete pdf pages

  1. Drop the PDF.
  2. Type the pages to remove.
  3. Press Delete pages and download.

What happens to your file

The named pages are removed and the rest are copied through unchanged, with their text layers, links and annotations.

Removing every page is refused; so is a page number past the end, with the page count shown.

Questions

Can I delete a range and single pages together?

Yes: "1, 4-6, 9" removes page 1, pages 4 to 6 and page 9.

Does the file get smaller?

Usually, by about the share of the removed pages. Compress it afterwards for more.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "pdf.remove-pages",
    "options": {
      "pages": "2,5-7"
    }
  }'

The same operation, pdf.remove-pages — The same document minus the named pages. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.