Initializing... drag & drop files here
Supports: PDF
PDF is a container format defined by ISO 32000-2 — every page carries its own size, fonts, and content stream, so combining files is a clean concatenation rather than a re-layout. That makes merging the safest way to consolidate documents without altering them.
| Goal | Use | Notes |
|---|---|---|
| Combine existing PDFs in order | Merge PDF (this page) | Page-by-page concatenation; original formatting preserved |
| Convert images + combine into one PDF | Merge Image to PDF | Wraps JPG/PNG/HEIC pages into a new PDF, then concatenates |
| Output one PDF per image | Convert JPG to PDF | Per-file output, no combining |
| Shrink the merged file | Compress PDF | Run after merge if size matters for email/upload |
| Pull pages from one PDF | Split PDF | The inverse operation — extract a page range |
| Element | Preserved? | Notes |
|---|---|---|
| Page content, fonts, images | Yes | Pages are copied byte-level; no re-render |
| Page size and orientation | Yes | Letter, A4, Legal, custom sizes all coexist in the output |
| Internal hyperlinks (same document) | Yes | Links inside a source file still jump to the right page |
| External hyperlinks (URLs) | Yes | Clickable URLs remain intact |
| Form fields (AcroForm) | Mostly | Fields carry over; duplicate field names across source files may collide |
| Bookmarks / outlines | Generally yes | Existing outlines are kept; nesting under per-file headings is not auto-generated |
| Document metadata (Title, Author) | First file wins | Output inherits the first file's metadata; edit afterward if needed |
| Digital signatures | Invalidated | Any signed PDF's signature breaks once its pages are combined with others (PDF spec requirement) |
| Preset | Image DPI | Typical Use | Output Size |
|---|---|---|---|
| Screen (Best) | ~72 | Email, web upload | Smallest |
| Ebook | ~150 | Tablets, e-readers | Small |
| Default | mixed | General use | Medium |
| Prepress | 300 (color preserved) | Commercial print | Large |
| Printer | 300 | Office laser/inkjet | Large |
XConvert does not impose a hard file-count limit — the practical ceiling is your browser memory and upload bandwidth. For comparison, Adobe's free online merger caps a single job at 100 files and 1,500 total pages, with each file up to 500 pages. Most users merging document packets stay well under those numbers.
Existing bookmarks inside each source PDF are preserved in the output. What is not automatic is a new top-level bookmark for each source file — tools like Adobe Acrobat Pro add those during their Combine Files workflow, but most online mergers (including this one) keep the original outline tree and append the next file's outline below it.
Yes, form fields are carried into the merged PDF and remain fillable. The one gotcha: if two source files share the same field name (common with templated forms), the values may link together. Rename fields in the source PDFs first if you need them independent.
Per the PDF specification, any digital signature is invalidated the moment the document changes — merging counts as a change because it adds pages. If you need a signed packet, sign the merged PDF after combining, not before. The visible signature appearance stays, but verification will report "signed PDF was modified."
You need the open password (the one that lets you view the file) to merge a protected PDF — XConvert prompts for it when you upload. Owner-password-only files that allow viewing without a password merge without intervention. PDFs with copy/print restrictions only are usually mergeable.
Each source page keeps its native size — Letter pages stay Letter, A4 stay A4, scans at custom sizes stay at custom sizes. This is intentional and matches the PDF 2.0 model (one MediaBox per page). If you need uniform sizing, convert images through Merge Image to PDF with a fixed paper-size preset instead.
Compress after merging when possible — running a single Compress PDF pass over the combined file is more efficient than compressing each source individually. The Advanced Options compression presets on this page apply during merge, so you can do both in one step if you pick Screen or Ebook.
PDFs often share resources (fonts, images) within a single file via cross-reference tables. When two files are concatenated, duplicate fonts and images may end up embedded twice instead of being deduplicated. The output is usually 5–15% larger than the sum of inputs; running it through Compress PDF recovers most of that overhead.
Yes. Files upload over HTTPS, are processed on isolated worker nodes, and are auto-deleted after a short retention window. No account is required and we do not retain or share document contents.