Aller au contenu
Retour à tous les outils
Organiser

Diviser toutes les N pages

Divisez un PDF toutes les N pages et téléchargez toutes les parties dans un zip.

0 B envoyés à un serveur

Ajoutez d’abord un fichier.

When a document has a fixed rhythm — a batch of two-page invoices, a stack of four-page contracts scanned in one run, a hundred single-page certificates — splitting it is arithmetic, not judgement. Give the interval and the file is cut into parts of that length, each one its own PDF, all of them delivered in a zip.

It only helps when the rhythm really is fixed. A document whose sections are of different lengths will be cut in the wrong places every time, and no interval fixes that. For those, split at the bookmarks, or pick the pages by hand.

How it works

  1. Drop in a PDF.
  2. Set how many pages each part should hold.
  3. Check the preview: it shows how many parts you will get.
  4. Download the zip of parts.

What people use it for

  • Breaking a batch scan of two-page invoices into one file per invoice.
  • Cutting a run of single-page certificates into individual files to email out.
  • Turning a bulk-printed set of four-page forms back into separate documents.

Frequently asked questions

Is my file uploaded to a server?
No. The file is opened by JavaScript and WebAssembly running inside your own browser tab. It is never uploaded, there is no server-side processing and nothing is stored — closing the tab discards everything.
It says this would produce a single part.
The interval is at least as long as the document, so nothing would be split. Choose a smaller number — if you want the whole file as one part, you already have it.
What happens to the last part if it does not divide evenly?
It holds whatever is left. Eleven pages split every four gives you 4, 4 and 3 — nothing is dropped and no blank pages are invented to round it up.
My sections are not all the same length.
Then this is the wrong tool: a fixed interval will cut in the wrong place. Use Split by bookmarks if the document has an outline, or Extract pages to take each section by hand.
How are the files inside the zip named?
After the source document with a part number, so they stay in order in a file manager and it is obvious which original they came from.