Skip to content
Allin

Extracting a Few Pages from a Statement Without Installing Anything

Published 7/2/2026 · 11 min read · File tools

Daniel Okonkwo

Daniel OkonkwoFront-end developer and tech writer at Allin

Web performance · File formats

Checked against 4 sources

View profile
In short

Extract the pages you want into a new document rather than deleting the ones you do not. The two operations look identical on screen and are not the same thing at all. Extraction builds a fresh file containing only the pages you selected, so nothing else is in it. Deletion, in many editors, removes pages from the visible page tree while the underlying objects stay in the file — a PDF is a set of numbered objects plus a table of what is currently in use, and dropping a page from the tree does not necessarily remove the object it pointed to. Anyone who opens the result in a text editor or runs a recovery tool can find the content you thought you had removed. The same trap catches redaction: drawing a black rectangle over an account number places a shape on top of text that is still there, still selectable, and still copyable. To remove information you have to remove it, not cover it. So: extract pages 3 to 5 into a new file, open that new file, and check its page count and its first page before sending. If you also need to hide something inside a page you are keeping — an account number on a statement whose total you must prove — that is a different operation from splitting, and it has to happen at the pixel level on an image of the page, not as an annotation over the text.

A landlord wants page 3. An accountant wants January. You need to send those pages and not the eleven others, and there is a trap: the obvious way leaves the removed pages inside the file you send.

Extracting and deleting are not two routes to the same place

A PDF is a numbered collection of objects — page descriptions, fonts, images, streams of drawing instructions — with a table recording where each lives and which are currently referenced. The list of pages is itself just another object, a tree pointing at the page objects in order. Removing a page from that tree is a small edit: the page stops being displayed and stops being counted. Whether the object it pointed at is also erased from the file is a separate decision, and many editors do not make it, particularly when they save by appending changes to the end of the file rather than rewriting it.

Extraction has no such ambiguity, because it works in the opposite direction. It creates an empty document and copies in only the pages you asked for, along with the resources those pages need. Nothing is left behind because nothing else was ever brought across. That is the whole reason to prefer it: the guarantee comes from the construction, not from trusting a tool to have cleaned up after itself.

The black rectangle is the most expensive mistake here

It is worth being blunt about this because it has embarrassed governments, law firms and newspapers, repeatedly and publicly. A PDF page is drawn in layers, and an annotation drawn last sits on top of what came before. Placing a filled black rectangle over an account number changes what the page looks like and changes nothing about what it contains. The text underneath is still an object in the file. It can be selected with the cursor, copied out, extracted by any text-extraction tool, and read by a search engine that indexes the document.

The reliable way to remove something from a page you are keeping is to stop the text from existing. Turn the page into an image, paint over the region in that image so the pixels themselves change, and build a new PDF from the result. You lose selectable text on that page, which is the point: there is no longer any text to select. It is a real cost — the page is no longer searchable and no longer readable by assistive technology — so apply it to the pages that need it and not to the whole document.

Page numbers on the page are not page numbers in the file

This catches almost everyone once. Extraction counts physical pages from one; the number printed on the page counts whatever the document's designer decided. A statement with an unnumbered cover sheet puts printed page 1 at physical page 2, so asking for pages 3 to 5 gets you printed pages 2 to 4 — plausible enough that you may not notice, and wrong enough that the recipient will. Annual reports with roman-numbered front matter shift by more, and a document assembled from several sources can restart numbering partway through.

The cure is to read the physical position, not the printed label. Scroll to the page you want and note where it sits in the viewer's counter, which counts physically. Then extract, open the result, and confirm you got the content you meant rather than the numbers you asked for. On a document whose pages all look alike — twelve months of the same statement layout — that confirmation is the only thing standing between you and sending February when you were asked for March.

What travels with an extracted page, and what does not

The page's own content comes across intact — text, fonts, images, vector drawing. Things that belong to the document rather than to the page usually do not. Bookmarks pointing at pages you did not take have nowhere to go. Internal links, a table of contents, cross-references to other sections all break or disappear. Form fields may survive as fields or may be flattened depending on the tool. If any of that matters for what you are sending, check it on the extracted file rather than assuming.

One thing that does travel, and should not be forgotten, is metadata. Author, producing application, creation and modification dates and sometimes a full editing history live at the document level and are frequently copied to the new file. On a document you are sending outside your organisation, that can disclose more than the pages do — the name of the person who prepared it, the internal template it came from, the fact that it was modified an hour ago.

Send the pages, or send the whole thing?

There is a real tension here, and the honest answer depends on who is asking. A landlord, an employer or a lender asking for proof of one thing has no claim on the rest of your financial life, and sending only the relevant pages is both reasonable and, under data-minimisation principles, the better practice. A tax authority or an auditor asking for a period will usually want the whole period, and extracting the parts you consider relevant looks like selection — the appearance of choosing your evidence can cost you more than the disclosure would have.

A practical middle path covers most cases: send the complete document for the period requested, with anything genuinely irrelevant and sensitive removed at the pixel level rather than by omitting pages. That keeps the sequence intact and verifiable — page numbers run without gaps, balances carry forward — while still not handing over what nobody asked for. Whichever you choose, say what you did in the covering message. "Pages 3 to 5 of the March statement" invites no suspicion; a silent gap between page 2 and page 6 invites plenty.

Check the result, not the operation

Every failure in this article is invisible in the tool and visible in the output. The extracted file has the wrong pages; the page you redacted still yields text when you drag the cursor across it; the metadata still names your colleague. All three take seconds to check on the file you are about to send, and none of them can be checked on the file you started from. Open the result, count the pages, try to select the thing you hid, and only then attach it.

Four ways to get pages out of a PDF, and what each one actually leaves behind
MethodRemoved content is gone?Keeps selectable text?Use it for
Extract pages into a new fileYes — nothing else was copied inYesSending a few pages of a longer document
Delete pages and saveNot necessarily — objects may remainYesEditing your own copy, not preparing one to send
Draw a black rectangle over textNo — the text is intact underneathYes, including the part you hidNothing. This is the mistake, not a method
Rasterise the page, paint over, rebuildYes — the pixels themselves changedNo — that is the priceHiding something on a page you must keep
Split PDFExtract a page range into a new PDF, or split every page into its own file.Try the tool

Frequently asked questions

Can the recipient tell that I extracted only part of the document?
Usually yes, and that is fine. Printed page numbers, a header saying "page 3 of 12", a running balance that starts partway through — all of these make it obvious, and none of them is a problem when you have told them what you sent. Trying to disguise the extraction is where it becomes one: a partial statement presented as a complete one is a much worse thing than a partial statement described as partial.
Does extracting reduce the file size proportionally?
Roughly, but not exactly, and it can surprise you in both directions. Fonts and images shared across the whole document have to be carried along if any extracted page uses them, so three pages out of twelve may come to more than a quarter of the original. Conversely, if the pages you dropped held all the large images, three pages may come to almost nothing. Judge by the resulting file, not by the fraction of pages.
How do I check whether a redaction actually worked?
Open the finished file, drag the cursor across the blacked-out area, and copy. Then paste into any text box. If anything appears, the information is still in the document and the black shape is decoration. Do the same with the whole page selected — sometimes the hidden text is reachable that way even when a direct drag looks empty. If the page has been turned into an image, nothing will be selectable anywhere on it, which is both the confirmation and the cost.
The file is password-protected. Can I still extract pages?
Not until the protection is removed, and that requires the password you were given. The tool cannot read the page structure of an encrypted document, so it cannot copy pages out of it. Bank statements arrive this way routinely, usually with a password derived from a date of birth or a customer number. Remove the protection, extract, and then decide whether the extract needs protecting again — for something being uploaded to a portal over an encrypted connection, usually not.
Is splitting a large document a good way to get under an upload limit?
Often the best one, and better than degrading the file, because most forms cap each attachment rather than the whole submission. Two halves of 6 MB upload where one 12 MB file will not, and neither half has lost any quality. It is particularly the right answer when the document must stay at full resolution because a recognition system will read it. Name the parts so the order is obvious — "statement 1 of 2" — and say in the message that it is split.

Articles you may find interesting

All guides
How-toPutting a Scanned Document Back in the Order It Was PrintedA duplex scanner that took one side at a time, a stack fed upside down, a page that came out twice. Reordering is not the same operation as extracting pages, and knowing which one you are doing tells you what happens to everything that is not a page.How-toAdding Page Numbers to a PDF When the Pages Are Rotated or Mixed SizesNumbering a tidy document is trivial. The cases that bite are a page turned sideways, a Letter sheet among A4 ones, a print file with bleed, and a document that already prints its own number. All four were tested: on the first three the number lands exactly where you asked, and the fourth is not detected at all.ExplainerYour PDF Looks Straight to You and Sideways to ThemYou rotated the scan, saved it, and the recipient still opened it sideways. Nothing is broken — rotation in a PDF is an instruction rather than a change to the page, and instructions can be ignored. Here is when that happens and how to produce a file that cannot be misread.How-toMerging an Application Pack into One PDF, in the Right OrderA rental file, a loan application, a tender: the requester wants one document, in the order they listed. The merge itself takes seconds. What goes wrong is the ordering, the page sizes and the file that silently loses its signature — all of which are avoidable if you know where they bite.GuidePull the Plug: Which Online File Tools Actually Upload Your DocumentEvery online file tool promises your document is safe. Almost none tell you whether it leaves your machine at all. There is a five-second test that settles it without reading a single privacy policy, and it works on any tool — including this one.How-toSending a Document for Signature: the Workflow, Not the LawWhether a drawn signature is valid is settled elsewhere. What decides whether your document actually gets signed is the order you ask people in, what the audit trail records, and six failure modes that have nothing to do with the law.

Related tools

Retention windows and processing models are what each service published on the dates cited. They change without notice — re-run the offline test on any tool you rely on rather than trusting a comparison, including this one.

Sources

Spotted a mistake in this article?