Merging is simple until the output comes out in the wrong order. You select twelve files, hit merge, and get a document where the appendix is in front of the introduction and page 3 of the contract lands after page 11.
The merge tool did exactly what you told it. The problem is that you probably didn't tell it what you thought you did — the order that files appear in your file manager is not necessarily the order they arrive in.
This guide covers getting the sequence right, every time.
Why the order goes wrong
Two things trip people up:
Selection order isn't always upload order. When you select a dozen files at once, the order they get handed to the tool depends on your operating system, your file manager's current sort, and sometimes the order you ctrl-clicked them in. It's not something to rely on.
Filename sorting isn't numeric. This is the big one. Computers sort
filenames as text, character by character — so 10 comes before 2,
because 1 comes before 2. A folder of page1.pdf through page12.pdf
sorts like this:
page1.pdf
page10.pdf
page11.pdf
page12.pdf
page2.pdf
page3.pdf
Which is exactly the jumbled mess you got.
The fix: check the order in the tool
The reliable approach is not to trust the upload at all, but to verify and fix the order after the files are in.
Open Blackpdf's Merge PDF tool and add your files.
Each file appears as a card showing a thumbnail, the filename, size, and page count. This is your source of truth — not your file manager.
Drag the cards up and down to set the order. The top card becomes the first pages of the merged file, the next continues from there, and so on.
If the filenames aren't enough to tell files apart, bump the thumbnail size up so you can see each file's first page and identify it by sight.
Confirm the list, then click Merge PDF.
Two seconds of checking saves a second merge. Glance at the list before you click — it's the single habit that prevents almost every ordering mistake.
The filename trick: zero-pad your numbers
If you merge the same kind of batch regularly — every month's expense receipts, every quarter's compliance pack — fix the problem at the source by padding your numbers with leading zeros:
01-summary.pdf
02-receipts.pdf
03-appendix.pdf
...
10-annex.pdf
11-signatures.pdf
Now text sorting and numeric sorting agree, because 02 really does come
before 10 alphabetically. Your files sort correctly in every file manager,
every upload dialog, and every tool — automatically, forever.
Use as many digits as you need: two for up to 99 files, three for up to 999. It's the single most useful naming habit for anyone who merges documents routinely.
When the order needs to be finer than whole files
Sometimes "the right order" isn't about files at all — it's about pages. The signed page from document B needs to land between pages 3 and 4 of document A.
Merging combines whole files end-to-end, so for that you have two routes:
- Extract first, then merge. Extract the pages you want from each source into short PDFs, then merge those in order. Clean, and it scales to a dozen sources.
- Merge, then reorder. Merge everything, then use Organize PDF to drag individual pages into place. Better when you only need to move a few pages.
Common questions
Why did my files merge in a strange order when I selected them all at once?
Because multi-select order isn't guaranteed — it depends on your OS and file manager. Don't rely on it; check the card list in the tool and drag as needed.
Why does page10 come before page2?
Alphabetical (text) sorting, not numeric. 1 sorts before 2, so page10
sorts before page2. Zero-pad the numbers (page02, page10) and the
problem disappears.
Can I sort the files automatically once they're uploaded?
Reorder them by dragging the cards — that's the direct control. If you want sorting to just work on upload, the zero-padded naming convention above is the way to get it.
I merged in the wrong order. Do I have to start again?
Not necessarily. If the pages are all there and just misplaced, run the merged file through Organize PDF and drag the pages into order — often faster than re-merging.
My merged file has pages of different sizes.
Expected — merging preserves each source's page size. If uniformity matters (printing, binding, a strict portal), resize the pages afterwards.
Wrap-up
- Don't trust the upload order. Add the files, then look at the cards.
- Drag them into the sequence you want — the top card is page 1.
- Confirm the list before clicking Merge.
- If you do this regularly, zero-pad your filenames (
01-,02-, …10-) and the sorting fixes itself forever.
The ordering problem is really a sorting problem, and it has a permanent solution in your file naming. For the full merge walkthrough, see our Merge PDF guide.
