How to merge PDF files in the right order
Combining PDFs is the easy part. The part that goes wrong is the sequence β the signature page lands in the middle, the appendix arrives before the section that refers to it, and page four of the contract is somehow page eleven. Almost every one of those mistakes comes from the same source, and it is not the merge tool.
Merge PDF βWhy scan1, scan10, scan2 is correct β and wrong
File managers sort names as text, one character at a time. Comparing βscan10β with βscan2β, the computer looks at the second character, sees 1 against 2, and puts scan10 first. It is behaving perfectly. It just has no idea those characters were meant to be numbers.
This is why a ten-page scan saved as separate files comes back in an order no human would choose:
| What your folder shows | What you meant | Why |
|---|---|---|
| scan1, scan10, scan2, scan3β¦ | scan1, scan2, scan3β¦ scan10 | No leading zeros β 1 sorts next to 10 |
| doc_0001 β¦ doc_0010 | Same thing | Leading zeros make text order match number order |
| Page 2, Page 10, Page 2 (1) | Pages 1, 2, 3β¦ | Duplicate downloads get a suffix and jump position |
| 12-03-2026, 01-04-2026 | March, then April | Day-first dates never sort chronologically |
The permanent fix is renaming: pad the numbers to a fixed width (01, 02 β¦ 10) and write dates as 2026-04-01 rather than 01-04-2026. Both then sort correctly as text, forever, in every program you will ever use.
How the merge order is decided
Two simple rules govern the result, and once you know them there is nothing left to guess about.
- Files land in the order you add them. If the cover letter must come first, add that file first.
- Inside each file, pages keep their original sequence. Merging never reshuffles a document internally.
- Your file picker hands over files in its own sort order, which is that alphabetical-by-name order β not the order you clicked them or the order you scanned them.
- Anything can be dragged afterwards. Every page from every file appears as a numbered tile in one grid, and dragging a tile moves that page.
In practice the fastest route is to add files one at a time in the sequence you want, then use the grid for corrections rather than for construction. Open Merge PDF, drop the first document in, then add the next.
Scans from a sheet feeder need three fixes, not one
An automatic document feeder takes sheets from the top of the stack, so a pile loaded face down comes back as page ten, then nine, then eight. The scan is perfect and completely inside out. Duplex scanning adds a second problem: many machines run all the fronts first and then all the backs, so you get 1, 3, 5, 7 followed by 8, 6, 4, 2.
Three things usually need doing in the same pass:
- Reverse the run. Drag the last tile to the front and work backwards. For a very long document it is honestly quicker to feed the stack through again with the scanner set to reverse the output.
- Interleave fronts and backs. Front 1, back 1, front 2, back 2. Slow to describe, quick to do when every page is visible at once.
- Delete the blank backs. Single-sided originals scanned in duplex mode produce an empty sheet after every real page. The π button on each tile removes them here and now, instead of you reopening the file later.
If the pages are in the right order but sideways, the β² β³ buttons on each tile fix the rotation properly. If you are reordering a single existing document rather than combining several, rearrange PDF pages is the more direct route.
Check the grid before you download
The grid is not decoration β it is the proof. What you see there, read left to right and top to bottom, is exactly what the merged document will contain. Thirty seconds spent here saves the far more annoying job of re-doing the merge after somebody else notices.
Three places where mistakes actually hide:
- The seams. The last page of one file and the first page of the next. This is where a duplicate signature page or an unwanted cover sheet turns up.
- The page count. If four files of ten pages went in, forty tiles should come out. A wrong total means a file did not load or loaded twice.
- Appendices and exhibits. They belong after the section that refers to them, not wherever the file manager happened to put them β and their numbering should match the covering letter.
What merging does to the file
Pages are copied into the new document as they are, with no re-rendering and no re-compression. Text stays selectable and searchable, scanned images keep their original resolution, and the merged file weighs roughly what its parts weighed together. You get the original pages in a new container, not a set of screenshots.
That last point has a practical consequence: merging six scanned documents produces one large scanned document. If it is now too heavy for an email attachment, run it through Compress PDF afterwards β in that order, so you only compress once. JPG and PNG images can be added alongside the PDFs and become ordinary pages, which is how a photographed receipt or a scanned signature page joins a typed document.
Finally, if the merged file is going out for review or into a filing, number it last. Page numbers are drawn into the pages, so numbering before a merge leaves you with two documents that each start at 1.
Common questions
Why did my files merge in the wrong order?
Almost always because they were added in name order rather than page order, and the names lack leading zeros β scan1, scan10, scan2 is correct alphabetical order and wrong document order. Check the grid before downloading, and drag any tile that is out of place.
Can I change the order after adding the files?
Yes. Every page appears as a numbered tile and dragging a tile moves that page. On a phone, press and hold a thumbnail until it lifts, then drag it where you want it.
How many files can I combine at once?
There is no fixed limit. Twenty files, or a few hundred pages between them, is normal β the ceiling is your device's memory rather than a plan restriction. Very large scans simply take a little longer to appear as thumbnails.
Will merging reduce the quality of my pages?
No. Pages are copied into the new file without being re-rendered or re-compressed, so text stays sharp and selectable and images keep the resolution they arrived with.
Can I remove blank pages while merging?
Yes β the π button on any tile drops that page from the result. Duplex scanning of single-sided originals is the usual reason there are blanks to remove, and dealing with them here saves a second pass.
Are my documents uploaded anywhere?
No. The files are read, taken apart and rebuilt by code running inside your browser tab. Once the page has loaded you could disconnect from the internet entirely and the merge would still finish.