Skip to content
Initurn

Merge PDF files

Files never leave your device. All processing happens in your browser.

How to convert PDFs to One PDF

  1. 1

    Add the PDFs you want to join.

  2. 2

    Drag them into the right order using the arrows.

  3. 3

    Combine, and download one document.

Merging is the most-used PDF operation there is, and it is also the one people are most often asked to do with documents they should not be uploading anywhere — signed contracts, bank statements, medical letters, passport scans assembled into a single application. This one runs in your browser, so none of that leaves your machine.

The order is the whole job

A merge tool that ignores order is useless, because file pickers return files in whatever sequence the operating system feels like — usually alphabetical, which puts "Appendix" before "Introduction". The list above is the output order, and the arrows move documents up and down until it is right. Adding more files later appends them to the end rather than reshuffling what you already arranged.

Nothing is re-compressed

This matters more than it sounds. Merging here copies the page objects from each source document into a new one — the text stays as text, vectors stay as vectors, and embedded images keep their original bytes. Nothing is rendered to pixels and re-encoded along the way.

The practical consequences: text in the merged file is still selectable and searchable, scanned pages are no blurrier than they were, and printing at full size looks identical to printing the originals. Tools that rasterise a merge — some do — hand you a document that looks fine on screen and is noticeably worse on paper, with text that can no longer be copied.

What does not survive

  • Bookmarks and the table of contents from the source documents. Page content is copied; the outline that pointed at it is not.
  • Form fields lose their interactivity, since two documents can easily define fields with the same name.
  • Digital signatures are invalidated. That is correct behaviour — a signature attests to one exact document, and the merged file is a different one.
  • Document-level metadata such as author and title comes from the new file rather than from any source.

Password-protected files

An encrypted PDF cannot be opened without its password and will be refused with a message saying so. Remove the protection in a PDF reader first — most will let you save an unprotected copy once you have entered the password — then merge the copy.

There is no limit on how many documents you can combine or how large they are, beyond your own device memory. Since nothing is uploaded, there is no queue and no per-file cap to work around.

Questions about PDFs to One PDF

How do I control the order of the documents?

The list shows the output order, and the up and down arrows move each document. Files added later go to the end, so arranging as you go works. File pickers return files alphabetically, which is rarely the order you want.

Does merging reduce the quality?

No. Page objects are copied rather than re-drawn, so text stays selectable, vectors stay sharp and images keep their original bytes. Nothing is rasterised or re-compressed.

What happens to bookmarks and form fields?

Bookmarks are not carried over, and form fields lose their interactivity — two documents can easily define fields with the same name. The visible page content is unaffected.

Will digital signatures still be valid?

No, and that is correct. A signature attests to one specific document; the merged file is a different one, so the signature no longer applies. Any tool that claimed otherwise would be broken.

Can I merge a password-protected PDF?

Not directly. Encrypted files are refused with an explanation. Open it in a PDF reader with the password, save an unprotected copy, then merge that.

Is there a limit on the number or size of files?

None that we impose. The practical limit is your own device memory, since the work happens locally rather than on a server that would need to charge for capacity.

Are my documents uploaded?

No. Everything happens in this browser tab. Open the network panel while merging and you will see no request go out — which matters given that merging is usually done with contracts and records.