How to Split a PDF by Its Bookmarks Into Separate Files
Someone sends a 600-page combined PDF. You need chapter 12 as its own file — and, while you are at it, all the others too. Doing that by page range means reading the outline, noting thirty start and end pages, and running thirty extractions without making an off-by-one error.
The document already knows where the divisions are. Its bookmarks mark exactly the boundaries you would otherwise transcribe by hand, which is why splitting by bookmark rather than by page range is both faster and less error-prone.
When this is the right operation
- Discovery and disclosure sets — a combined production bundle broken back into individual exhibits, each named for its bookmark.
- Board and committee packs — distributing one paper to the person who needs it without sending the entire pack.
- Reports and manuals — separating chapters for individual review, translation or reuse.
- Scanned batches — where a scanning workflow bookmarked each document as it went, one file per record.
- Archiving — storing each contract, invoice or record as its own retrievable file rather than inside a monolith.
Why page ranges are the wrong tool
Splitting a thirty-section document by page range means thirty pairs of numbers, each transcribed from the outline, each an opportunity to be one out. The characteristic failure is not dramatic: you end up with a file whose first page is the last page of the previous section, and nobody notices until the document is in front of a client.
Bookmark-based splitting removes the transcription step entirely. The boundaries come from the document itself, so they are correct by construction.
How to do it
PMarker Pro divides a PDF into separate parts by pages or by bookmarks, on Windows, without uploading the document anywhere.
-
Open the document and inspect its outline
Look at the navigation pane before doing anything. The bookmark tree is what the split will follow, so any duplicated or missing entry becomes a wrong file.
-
Fix the outline first if it is wrong
Rename or delete bookmarks that do not correspond to real divisions. Correcting one entry now is far quicker than reassembling files afterwards.
-
Choose the bookmark level to split on
Decide which level matches how the resulting files will be used — the exhibit, the paper, the chapter. Splitting at every subheading in a deep outline produces hundreds of fragments nobody wants.
-
Use Divide PDF File and select division by bookmarks
In PMarker Pro, divide the document into separate parts by bookmarks rather than by pages, so the boundaries come from the document itself instead of from transcribed page numbers.
-
Choose an output folder
Send the output to an empty folder. A thirty-way split into a folder that already has files makes it hard to confirm you got what you expected.
-
Verify the count and the boundaries
Check that the number of files matches the number of bookmarks at that level, and open the first and last file to confirm each starts and ends where it should.
Check the outline before you split, not after. Open the navigation pane and look at the level you intend to split on. If a section was bookmarked twice, or a heading was missed, the split inherits that error — and it is far quicker to fix one bookmark than to reassemble thirty files. Bookmarks can be edited or deleted before splitting.
Nested bookmarks and which level to split on
Most substantial documents have a hierarchy: parts containing chapters containing sections. The level you split on determines how many files you get, and the usual mistake is splitting too deep — a three-level document split at the bottom produces hundreds of fragments of a few pages each.
The practical rule is to split at the level that matches how the files will be used. If someone will be sent one of these documents, split at the level of the thing you would attach to an email — the exhibit, the paper, the chapter — not at every subheading beneath it.
If the PDF has no bookmarks
Then there is nothing to split on, and you have two options. Where the divisions are visible in the text — an invoice number, a "Page 1 of" line, a recurring heading — splitting on that content is the faster route, covered in splitting a PDF by its content. Otherwise you are back to page ranges, and adding an outline first is worth the effort if the document will be used more than once.
Get PMarker Pro
Split a PDF at its bookmarks, by page range, or by content — on your own Windows PC.
View on the Microsoft Store$7.09 USD · one-time purchase · Windows 10 & 11
Frequently asked questions
How do I split a PDF by bookmarks?
Use a tool that can divide a document at its outline entries rather than by page range. PMarker Pro on Windows divides a PDF into separate parts by pages or by bookmarks, so a document with thirty bookmarked sections becomes thirty files in one pass, with the boundaries taken from the document itself rather than transcribed by hand.
Why split by bookmarks instead of page ranges?
Because page ranges have to be read off the outline and typed in, and every pair of numbers is a chance to be one page out. The usual result is a file whose first page belongs to the previous section — an error nobody notices until the document is in front of a client. Bookmark boundaries come from the document, so they are correct by construction.
Which bookmark level should I split on?
The level matching how the files will be used — the unit you would attach to an email, such as an exhibit, a board paper or a chapter. Splitting a deeply nested outline at its lowest level produces hundreds of short fragments, which is almost never what is wanted.
Can I split a PDF by bookmarks without uploading it?
Yes. PMarker Pro is a Windows desktop application bought once from the Microsoft Store, so the document is processed on your own machine. That matters for the documents most often split this way — disclosure bundles, board packs, contract sets and patient or client records.
What if the PDF has no bookmarks to split on?
Then splitting must be driven by something else. If the divisions appear in the text — an invoice number, a repeated heading, a 'Page 1 of' line — splitting on that content works well. Otherwise you are left with page ranges, and adding an outline first is worth doing if the document will be used more than once.
How do I extract just one section from a large PDF?
Either split the whole document by bookmarks and keep the file you need, or extract that section's page range directly. Splitting by bookmarks is usually better when you expect to need other sections later, since it produces all of them in the same pass.