Guide

Merge PDF

Combine multiple PDF files into a single document

Drop your files here or click to browse

Accepts: PDF • Max size: 100MB

You can select multiple files

Files will be merged in the order shown. Drag to reorder before merging.

How PDF Merging Works Under the Hood

Merging PDFs is not the same as converting them. When you convert a PDF to another format, the content gets re-encoded — text is extracted, images are recompressed, and the layout may shift. Merging is a structural operation: the engine reads the internal object trees from each source file and assembles them into a single document without touching the content itself.

Our merger uses qpdf, a widely-used open-source PDF transformation library. qpdf operates at the object level — it copies page dictionaries, font descriptors, image streams, and annotation objects from each input file into one unified cross-reference table. Because the actual content streams are transferred without decoding, the output is lossless. A scanned page that went in at 4.2 MB comes out at 4.2 MB. A vector diagram keeps every control point. Text stays searchable and selectable.

This object-level approach is also why merging is fast. Unlike PDF compression, which needs to decode and re-encode image streams, merging only needs to rebuild the structural indexes. A 50-page merge from five source files typically completes in under 10 seconds — the upload time is usually longer than the processing itself.

Convert-To Tip
If your merged PDF ends up larger than expected, the individual files may contain duplicate embedded fonts. Each source PDF embeds its own copy of fonts like Arial or Times New Roman. After merging, those duplicates remain. You can run the merged file through our Compress PDF tool to deduplicate fonts and reduce size by 10-30%.

Page Order, Mixed Sizes, and What to Watch For

The merged output follows the exact upload order — File 1's pages appear first, then File 2's, and so on. There is no automatic sorting by filename or date. If you need a specific sequence, upload your files in that order. For a table of contents that references page numbers, you'll need to update those references manually after merging since the page numbering shifts.

PDF supports mixed page sizes within a single document, and merging preserves this. If you combine an A4 report with a Letter-sized appendix and a landscape A3 diagram, each page retains its original dimensions in the output. Most PDF viewers handle this seamlessly, but some older printers may struggle with mixed-size documents — they will either scale pages to fit or prompt you to select a paper tray for each size.

Page SizeDimensions (mm)Common UseMerge Behavior
A4210 × 297Reports, letters (international)Preserved as-is
US Letter216 × 279Reports, letters (US/Canada)Preserved as-is
A3 Landscape420 × 297Diagrams, spreadsheetsPreserved as-is
Legal216 × 356Legal documents (US)Preserved as-is

Orientation is also preserved per page. A portrait cover page followed by landscape data tables followed by portrait appendices all appear correctly in the merged file. The viewer rotates the display automatically based on each page's metadata.

What Gets Preserved — and What Can Break

Since merging operates at the PDF object level, most content transfers perfectly. But some PDF features span the entire document rather than individual pages, and those features interact in predictable ways during a merge:

FeatureAfter MergeNotes
Text & fontsPreservedSelectable text and embedded fonts transfer intact
ImagesPreservedNo recompression — original quality maintained
Vector graphicsPreservedPaths, shapes, and diagrams stay editable
AnnotationsPreservedHighlights, sticky notes, and markup carry over
External hyperlinksPreservedURLs remain clickable
BookmarksPartially preservedBookmarks from each file are kept, but sidebar order depends on merge order
Internal page linksMay breakLinks referencing absolute page numbers can point to wrong pages after reordering
Form fieldsMay conflictFields with identical names across files can overwrite each other's values
Digital signaturesInvalidatedAny structural change to a signed PDF breaks the signature
Password protectionNot supportedEncrypted PDFs must be unlocked before merging

Digital signatures deserve special attention. A PDF's structure includes a hash of its contents at the time of signing. Any modification — adding pages, removing pages, or even updating metadata — changes that hash and invalidates the signature. If you need to combine signed documents while retaining proof of their signatures, keep the originals as separate files and create the merged version as a working copy.

Privacy Note
Your PDF files are transmitted over HTTPS and processed by our cloud-based merging engine. We never access, read, or store the content of your documents. All files — uploads and output — are automatically deleted within 15 minutes of processing.

Real-World Merge Scenarios

A paralegal assembles a court filing from seven separate documents: a cover sheet, three signed affidavits, a 24-page exhibit bundle, and two supporting memos. Each was created in different software — Word, a scanner, and Adobe Acrobat — producing PDFs with different page sizes and font configurations. After uploading all seven files in the required filing order, the merge produces a single 58-page PDF in about 12 seconds. The court's e-filing system accepts it as a single document, and every page retains its original formatting.

A graduate student is preparing her dissertation submission. The university requires a single PDF containing the title page, approval sheet (scanned with signatures), abstract, five chapters exported from LaTeX, and three appendices from Excel spreadsheets converted to PDF. She uses our Excel to PDF tool for the appendices, then merges all 11 files into the final submission. Total size: 14 MB across 180 pages, processed in under 30 seconds.

A project manager sends weekly status reports compiled from three departments. Each department exports their section as a separate PDF. Rather than copy-pasting into a new document (which risks formatting issues), she merges the three PDFs directly. The merged report preserves each department's charts, tables, and brand-specific headers exactly as they were created. The 15-page combined report is ready in 5 seconds.

Understanding File Size After Merging

The merged file size is roughly equal to the sum of the input files, plus a small overhead for the unified cross-reference table (usually under 100 KB). Because no recompression occurs, a set of 3 MB + 5 MB + 2 MB inputs produces approximately a 10 MB output.

Input FilesTotal Input SizeOutput SizeAfter Compression
3 text-heavy PDFs1.2 MB~1.2 MB~0.8 MB (font dedup)
5 scanned documents25 MB~25 MB~18 MB (image recompression)
10 mixed-content PDFs48 MB~48 MB~35 MB (fonts + images)

The “After Compression” column shows what you can expect if you run the merged output through our Compress PDF tool. Compression is most effective when source files share the same fonts (deduplication saves space) or contain high-resolution scanned images (which can be recompressed). For text-only PDFs, the savings are modest since the content is already compact.

One exception: if your source files use lossless compression for embedded images (common in PDFs exported from design tools like InDesign), the merged file can be significantly reduced by switching those images to lossy JPEG compression during a post-merge compression step. A 48 MB merged design portfolio might drop to 15 MB with minimal visible quality loss.

PDF Merge: Frequently Asked Questions

Answers to common questions about combining multiple PDF files.

Upload multiple PDF files using the upload area above. The files will be combined in the order you add them. Click "Convert" to merge them into a single PDF, then download the result. The entire process takes a few seconds for most files.