Why you would split a PDF rather than send the whole thing
Splitting is usually about sending less, not sending more. A bank sends a forty-page statement and your landlord needs three pages of it. A scanned booklet contains one form you actually have to fill in. A report contains a section that is relevant to one team and confidential to another. In each case the whole document technically answers the question, and in each case sending the whole document is the wrong move.
There is a privacy dimension people underrate here. Sending forty pages when three were asked for means handing over thirty-seven pages of information nobody requested — transaction histories, account numbers, addresses, other people's names. Splitting first is not fussiness; it is the difference between answering a question and over-sharing. That this tool runs entirely in your browser matters for the same reason: the document you are trimming is precisely the sort you would not want sitting on someone else's server.
What splitting does not remove
This is the part worth understanding properly, because it is a real privacy trap. Splitting removes pages, but a PDF carries information that does not live on any particular page. Document metadata — author name, the software that produced it, creation and modification timestamps — is a property of the file, and it travels into the extracted document.
So if you extract three pages from a document to avoid revealing the rest, you have solved the visible problem and possibly not the invisible one. The extracted file may still name the person who wrote the original, the organisation whose licence of Word produced it, and when it was last edited. For anything genuinely sensitive, run the extracted file through a metadata cleaner afterwards.
The same caution applies to content that is present but not obviously visible. Text hidden behind an image, content in a layer, or an annotation that renders faintly is still in the page data. If a page contains something that must not be disclosed, redacting it properly is a separate job from splitting — covering it with a black rectangle in most editors leaves the text underneath perfectly extractable.