PDFtekatools and guides

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 showsWhat you meantWhy
scan1, scan10, scan2, scan3…scan1, scan2, scan3… scan10No leading zeros β€” 1 sorts next to 10
doc_0001 … doc_0010Same thingLeading 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-2026March, then AprilDay-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.

  1. Files land in the order you add them. If the cover letter must come first, add that file first.
  2. Inside each file, pages keep their original sequence. Merging never reshuffles a document internally.
  3. 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.
  4. 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:

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:

Nothing is committed until you press download. If the grid looks wrong, reload and start again: your original files are only ever read, never modified.

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.

πŸ”’ Every tool runs in your browser β€” your files are never uploaded. Open β€œMerge PDF”.

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.

More guides

πŸ“„PDF to Word without losing formatting: what really survives πŸ“„How to scan documents with your phone πŸ“„How to sign a PDF document πŸ“„How to extract pages from a PDF πŸ“„Why is my PDF so large? πŸ“„How to add page numbers to a PDF