Merge PDF With DocTranslator
Combine several PDFs into a single document in the order you choose, with bookmarks and page structure carried across, then translate the finished file into any of 120+ languages.
Upload or drop document to translate
Max. file size 1 GB

What actually happens when two PDFs become one
A PDF is not a stack of pages the way a paper document is. Inside the file there is a page tree, a cross-reference table that records the byte offset of every object, a catalog that holds the bookmark outline, and a separate resource dictionary per page listing the fonts, images and colour spaces that page uses.
Merging rebuilds that structure. The pages from each source file are copied into one new page tree in the order you set, every object is given a new number, and the cross-reference table is written from scratch. Anything that pointed at "page 4 of the second file" now has to point at "page 17 of the combined file" instead.
The difference between a good merge and a bad one is how much of that pointing survives. Page content almost always comes through untouched. Bookmarks, internal links, form fields and the tagged reading order are the parts that quietly go missing.
Settle the page order before you upload
Page order is the one decision a merge tool cannot make for you, and it is where most redo work comes from. Files are usually presented in the order their names sort, which is alphabetical, not numerical. That means "Exhibit 10" lands before "Exhibit 2", and a folder of scans named page1 through page12 comes out in the order 1, 10, 11, 12, 2, 3.
- Rename files with zero padded numbers first, so 01, 02 and 10 sort the way you read them. This costs a minute and removes the most common cause of a wrong merge.
- Check duplex scans. Some sheet feeders produce one file of odd pages and one file of even pages, and the second file is often in reverse order. Combining them back to back gives you every front page followed by every back page.
- Put the cover letter, index or transmittal sheet first and appendices last, then confirm that the page count of the combined file equals the sum of the parts. A mismatch means a file was skipped or included twice.
- If the parts have printed page numbers of their own, decide whether the combined file needs renumbering. Printed numbers are drawn onto the page as text and no merge can update them.

Bookmarks, outlines and the links inside the file
The bookmark panel you see on the left of a PDF reader is drawn from the outline tree, which is stored separately from the pages. A merge that concatenates page trees without also grafting the outline trees together produces a combined file that keeps the first document's bookmarks and silently drops the rest, or keeps none at all.
The same applies to clickable cross references. A link inside a PDF is an action that names a target page object or a named destination. When those targets are renumbered during the merge, the actions have to be remapped alongside them. If they are not, the link either jumps to the wrong page or does nothing at all, and there is no visible sign of the problem until somebody clicks it.
One thing no tool can repair: a contents page typed out as plain text with page numbers beside each entry. Those numbers are letterforms drawn on the page, not references. After a merge they are simply wrong, and they have to be edited by hand or regenerated from the source document.
Four things that collide when separate files become one
Mismatched page sizes and orientation
Every page carries its own size box, so a combined file can hold A4 pages, US Letter pages and a landscape spreadsheet export all at once. That is a valid PDF and it looks fine on screen. It prints badly, because the printer applies one paper size to the whole job. If the merged file is going to be printed, set every part to the same page size before you combine them.
Form fields with identical names
Fillable fields are addressed by name, not by position. Combine two copies of the same application form and both now contain a field called applicant_name. Readers treat same named fields as one field with two appearances, so typing into the first copy fills the second copy at the same time. Fields have to be renamed or flattened before the merge for the combined form to behave.
Tagged structure and reading order
An accessible PDF carries a structure tree describing headings, lists, table cells, alt text and the order a screen reader should follow. That tree belongs to the document, not to the pages. Drop it during a merge and every source file that was accessible produces a combined file that is not, even though the pages look identical.
Duplicated fonts and images
Each source file embeds its own subset of each font, holding only the characters that file used. Combine ten reports built from the same template and the result can carry ten near identical font subsets plus ten copies of the same logo. The merged file ends up larger than the pages justify, which is worth a pass through PDF compression afterwards.

The stacks that usually need combining
Merging is nearly always the last step before a submission, because the receiving side wants one file rather than a folder. The bundles we see most often are:
- Immigration and visa packets, where a cover letter, a passport scan, civil status records and supporting evidence go in as one attachment
- Court and legal filings where each exhibit arrives as its own scan and has to be ordered and paginated
- Academic applications combining a diploma, transcripts and reference letters
- Tender and proposal responses assembled from sections written by different people
- Monthly reporting packs where statements, invoices and receipts are scanned separately
- Scanned books and manuals captured a chapter at a time

Combine first, then translate once
If the bundle is going to be translated, it is usually easier to merge it first and translate the single file. One job means one set of language settings, one download and one place to check the result, instead of reconciling a dozen separately translated pieces afterwards.
Translating the combined file also keeps terminology steady across the whole submission. When each part is sent through on its own, the same job title or product name can come back worded differently in different sections, and a reviewer notices.
There is one case for the opposite order. If only part of the bundle needs translating, and the rest is already in the target language, translate that part alone and merge afterwards so you are not paying to process pages twice.

Check the size of the result
Combined files grow faster than people expect, particularly when the parts are scans. DocTranslator accepts uploads up to 1 GB on paid plans, which covers almost any realistic bundle, but a receiving portal or an email gateway may not be as generous. If the merged file is too heavy for where it needs to go, run it through Compress PDF before sending, or use Split PDF to break it back into parts that fit.
How to merge your PDF files
Put the files in the order you want them read
Rename them with zero padded numbers so 01, 02 and 10 sort correctly, and check that duplex scans are not split into an odds file and a reversed evens file.
Create a free account and upload
Sign up with your email, then drag the PDFs into the dashboard or browse to select them. Uploads up to 1 GB are supported on paid plans.
Confirm the combined page count
The pages of the merged document should add up to the sum of the parts. A number that is too low means a file was skipped, one that is too high means something went in twice.
Translate the combined file if you need to
Choose the source and target languages and translate the whole bundle in one job, so terminology stays consistent from the cover letter to the last appendix.
Merge PDF: Frequently Asked Questions
In what order will my pages appear?
In the order the files are arranged when you upload them. Because file lists sort alphabetically rather than numerically, "Exhibit 10" comes before "Exhibit 2" and a folder of scans named page1 to page12 lands as 1, 10, 11, 12, 2, 3. Renaming with zero padded numbers such as 01 and 02 before uploading fixes this in one step.
Do bookmarks survive the merge?
The bookmark outline is stored separately from the pages, so it has to be grafted together deliberately rather than coming along for free. Where the source files carry outlines, check the bookmark panel of the combined document afterwards, because a lost outline is invisible until someone opens that panel.
What happens to clickable links between pages?
Internal links point at page objects that get renumbered during the merge, so they need remapping to keep working. A contents page that is only typed text with page numbers beside each entry is a different matter: those numbers are drawn on the page and cannot be updated automatically, so they have to be corrected by hand.
Can I combine files with different page sizes?
Yes. Each page keeps its own size, so A4, US Letter and landscape pages can sit in the same document, and on screen this is fine. Printing is where it shows, because one paper size is applied to the whole job. Normalise the page size across the parts first if the merged file is going to be printed.
Will my fillable form still work after merging?
Only if the field names are unique. Form fields are identified by name, so combining two copies of the same template leaves two fields called the same thing, and readers treat them as one field shown twice. Typing in one then fills the other. Rename the fields or flatten the forms before combining them.
Why is the merged file larger than I expected?
Each source file embeds its own font subsets and its own copies of shared images such as a letterhead logo. Combine several documents built from one template and those near duplicates all come along. Running the result through Compress PDF afterwards usually recovers a good part of it.
Should I merge before or after translating?
Merge first in most cases. One combined file means one translation job, one download, and consistent wording across the whole submission rather than the same term rendered differently in different sections. Translate separately only when a part of the bundle is already in the target language and does not need processing.
How large can the combined file be?
DocTranslator accepts uploads up to 1 GB on Monthly and Annual plans, which is far beyond what most bundles reach. The place to watch is the destination: email gateways and filing portals often cap attachments well below that, so check their limit before you send.
Combine your PDFs into one file
Set the page order, merge the parts into a single document, and translate the finished bundle into any of 120+ languages without leaving the browser.
Our Partners
More PDF Tools & Translation Services
PDF Tools
