Guide · PDF

How to Split a PDF Into Separate Files (By Page or Range)

Updated 2026-08-18 · 4 min read

A 40-page PDF is often four jobs stapled together: a cover letter, a two-page form, a photo appendix, and three leftover sheets from the scanner. Sending that whole file is how the wrong person sees an ID page, or how email rejects a packet that is only fat because of the appendix.

PDF Split on DevOkk.com cuts the file in the browser. No account. No watermark. You choose single pages, a range, or a fixed interval, then download the pieces. The original stays on disk.

You need pieces, not a smaller copy

Compression makes one file lighter. Split changes the unit of sharing.

Typical cases:

  • A scanned packet where only pages 4–6 are the form the recipient asked for.
  • A statement export that is really twelve monthly statements in one file.
  • A homework PDF that has to become one file per problem.
  • An invoice plus terms plus a price list - three attachments, three audiences.

If the goal is “this file, minus two junk pages,” that is delete pages, not split. If the goal is “give me page 1 as its own PDF, and 2–5 as another,” that is split.

Printed page numbers on a scan lie. A cover sheet is still page 1 of the file. Count the thumbnails, not the footer.

Single pages, ranges, and intervals

The tool has three modes. Pick the one that matches the packet, not the one that sounds clever.

Single pages. Every page becomes its own file. Right for a stack of one-page receipts or certificates. Wrong for a 60-page manual unless you truly want 60 downloads.

Range. The everyday mode. 1-2 is the cover. 3-5 is the form. 6-12 is the appendix. You can list several ranges in one pass. Name the outputs so you can tell them apart after download.

Interval. Every n pages. A feeder that scanned 20 two-page applications as one PDF is the textbook case: interval 2. If section lengths vary, interval will slice through the middle of a form. Use ranges.

There is a 50 MB ceiling on the input. That is a browser-practical limit, not a paywall.

How to cut the file locally

  1. Keep the original. Work on a copy if you are nervous.
  2. Open PDF Split.
  3. Drop the PDF. Confirm the page count matches what you expect.
  4. Choose the mode. For a range, type pages the way you would tell a colleague: 1-3, 9-11.
  5. Set a filename prefix if you will produce many pieces.
  6. Run the split. Download each result.
  7. Open the pieces. Check the first and last page of every file. A off-by-one range is the common error, and it is cheap to fix now.

If you only needed to drop pages from one sendable file, switch to PDF Delete Pages instead of creating a pile of fragments you then have to merge again.

After you have the pieces

Stay on DevOkk for the next chore.

Do not upload the newly split files to a second converter “to be safe.” You already have local tools for the usual follow-ups.

What a browser split cannot do

It cannot read a password-locked PDF. It cannot invent pages that are not in the file. It cannot OCR a scan into a Word document. It cannot promise that every annotation and bookmark will survive in each fragment.

It also cannot decide policy for you. Splitting a packet that contains someone else’s ID does not make that ID public-safe. It just lets you send only the pages that were requested.

Very large files can stall the tab. That is RAM, not a prompt to try a shadier site.

Download the pieces, then stop

Open PDF Split, count the pages you actually need, and cut there. If you are instead trying to hide two sheets inside one file, use How to delete pages from a PDF without Adobe. If you later need the pieces back together, use How to merge multiple PDFs.

The original packet can stay in the folder. The thing you send should be the smallest true unit of the request.

Frequently asked questions

What is the difference between split and delete pages?

Split writes new files from the pages you name. The original stays intact. Delete writes one PDF with those pages removed. If three people need three different sections, split. If you are sending one file and a leftover sheet should not be in it, delete.

How do I write a page range?

Use commas and hyphens: 1-3, 8, 12-14. The tool keeps pages that exist. A range past the last page is ignored, not invented. Count from the start of the file you dropped, not from printed numbers on the scan.

What does interval split do?

It cuts the document into equal-sized chunks: every 2 pages, every 5, and so on. That is the right mode for a stack of two-page forms scanned as one PDF. It is the wrong mode if the sections have uneven lengths - use ranges instead.

Does splitting upload the PDF?

No. PDF Split processes the file in the browser. You do not create an account. The original is not sent to DevOkk to complete the split.

Will bookmarks and links survive?

Treat bookmarks, named destinations, and some annotations as at risk. You are building new documents from page objects. Open each output and check the pages you need. If a living catalog with a table of contents matters, use a desktop editor.

The file is huge and the tab stalls. What now?

Browser memory is the limit, not a secret server quota. Try a machine with more RAM, or split a copy with a desktop tool you already have. Do not take a stalled local job as a reason to upload the same packet to a random site.

More reading that links back to the same tools and workflows.