Banks hand you a year in one download. Mortgage applications, visa applications and rental checks want three specific months. So you need pages 34 to 51 out of a 200-page file that contains your entire financial year.
Do it locally
The first consideration here is not convenience, it is that this document lists every transaction you made for a year. Uploading it to an unknown web service to save two minutes is a poor trade.
Split PDF runs in your browser. The file is read by JavaScript on your own machine and never transmitted. You can confirm this in your browser's Network tab — no request fires when you split.
Finding the boundaries
Statement bundles rarely have neat one-page-per-month structure, so before splitting, find where each month starts:
Open the PDF and use Ctrl+F to search for a month name — "March", or your bank's period format like "01/03/2026". This jumps you to the first page of that month and gives you the starting page number.
Do the same for the following month; the page before that is your end page.
Note both numbers, then repeat for each month you need. Two minutes of this beats splitting three times and discovering the boundaries were wrong.
Splitting
Once you have the ranges:
Each download is a self-contained PDF that opens anywhere.
The page-number trap
Statement PDFs often print their own page numbers — "Page 3 of 12" — that restart with each statement period. The PDF's internal page numbering runs straight through from 1 to 200.
Always use the position shown in your viewer's page counter, not the number printed on the page. Mixing these up is the single most common reason a split comes out wrong.
Whether to combine the months afterwards
Depends what you were asked for:
"Last three months of statements" — usually means three separate documents. Send three files.
"Statements covering the last three months" — often accepts one combined PDF. If the months are consecutive, split them as a single range rather than splitting three times and merging. Fewer steps, no chance of ordering mistakes.
If you do need to combine non-consecutive months, split each and then use Merge PDF, checking the order afterwards.
Size limits
Statement PDFs are usually text-based and light, but banks sometimes issue them as scanned images, which makes them large. If the portal has an upload cap, run the split file through the compressor.
Check the numbers after compressing. Statement figures are the entire point of the document, and a blurry decimal point in a balance is exactly the kind of thing that gets an application queried. Compress only as far as you need to and check the result at 100% zoom.
What about password-protected statements?
Many banks issue statements encrypted with your date of birth or part of your account number. Those cannot be split until the password is removed, and our tools do not currently remove PDF passwords.
The reliable route: open the statement in a PDF viewer, enter the password, then print to PDF. That produces an unprotected copy you can split. Note that printing re-renders the pages, so the text layer may be flattened — fine for an upload that a human will read, less good if anything needs to search the text afterwards.