Merging PDFs is one of those tasks that sounds trivial until you try to do it without the right tool. Adobe Acrobat charges over £180 per year. Preview on macOS can do it but the workflow is non-obvious. Google Drive and Microsoft Office online editors sometimes mangle formatting. Searchlight's PDF Merge tool does it in your browser in seconds, with no account, no file size restriction beyond available memory, and no software to install. This guide explains how PDF merging works, the edge cases to watch for, and exactly how to use the tool.
How PDF Merging Works
A PDF file is a structured container. At its core is a cross-reference table that lists every object in the document — pages, fonts, images, annotations, form fields — and their byte offsets. Merging two PDFs means creating a new container that references all the objects from both source files. A good PDF merger preserves each object exactly as-is: fonts are not re-embedded, images are not re-compressed, page dimensions and orientations are retained, and internal hyperlinks stay functional. What it does not preserve is cross-document links — a link in document A that referenced a page number in document A may not map correctly to the merged document unless the merger explicitly recalculates page offsets.
When to Merge PDFs
- Combining a report with appendices — The main document and supporting data live in separate files; merge them before sending to a client
- Assembling a portfolio — Multiple case studies, certificates, or work samples consolidated into a single file for email or upload
- Combining scanned pages — A multi-page scan that your scanner split into individual one-page PDFs
- Consolidating invoices — Finance teams often merge monthly invoices into a single PDF for accounting or audit submissions
- Preparing a submission package — Many application portals and compliance systems accept a single PDF; merge your cover letter, CV, and supporting documents
- Merging presentation slides — Combine slides from multiple presenters into one deck PDF for distribution
How to Merge PDFs with Searchlight
- Open the PDF Merge tool at seosearchlight.com/tools/pdf-merge
- Click Add files or drag and drop your PDFs into the upload area
- Drag the files into your desired order — the merged PDF will follow this sequence
- Click Merge PDFs — the tool combines them in your browser using WebAssembly
- Download the merged file with one click
Your PDF files are never uploaded to a server. The entire merge operation runs locally in your browser using pdf-lib compiled to WebAssembly. This matters if your documents contain confidential business data, personal information, financial records, or anything else that should not leave your machine.
Common Issues When Merging PDFs
- Font substitution — If a source PDF uses a font that is embedded incompletely, some PDF readers substitute a fallback font after merging. The fix is to re-export the source document with fonts fully embedded before merging.
- Orientation mixing — Portrait and landscape pages in the same merged file display correctly in most PDF readers but can cause problems when printing. Review the merged file before printing.
- Password-protected PDFs — Encrypted PDFs cannot be merged without first removing the password protection. Use the PDF Password tool to unlock them.
- Form fields — Interactive form fields (fillable PDFs) sometimes lose interactivity or duplicate field names during merging, causing conflicts. Flatten form fields before merging if you do not need them to remain editable.
- Very large files — Browser-based merging is limited by available RAM. Files totalling more than 500 MB may be slow or run into memory limits on low-powered devices; for those, a command-line tool like pdftk or Ghostscript is more appropriate.
Controlling Page Order
The most important step before merging is getting the order right. In Searchlight's merge tool, you drag files into the order you want them to appear in the merged document. If you need to interleave pages from different files — for example, alternating odd and even pages from two halves of a double-sided scan — you will need to split the files into individual pages first using the PDF Extract tool, arrange them in the correct order, then merge.
Merging PDFs on Different Platforms
Beyond browser tools, you have command-line options. On macOS, Preview can merge PDFs: open one, drag the thumbnail of another into the sidebar, and save. On Linux and Windows, Ghostscript merges with a single command: `gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf file1.pdf file2.pdf`. Python users can use pypdf or reportlab. For automated pipelines, pdftk is the most widely used option.
Does merging PDFs reduce quality?
No. A proper PDF merge copies objects from source documents directly into the new container without re-processing them. Images are not re-compressed, fonts are not re-embedded, and text content is unchanged. The merged file is effectively identical to the source pages side by side.
Is there a file size limit for merging PDFs?
Searchlight's PDF Merge tool runs in your browser with no server-side limits. The practical constraint is your device's available RAM — most modern laptops handle files totalling several hundred megabytes without issue. For very large files, a command-line tool like Ghostscript or pdftk is more appropriate.
Can I merge a password-protected PDF?
Not directly. Password-protected PDFs must have their protection removed before merging. Use Searchlight's PDF Password tool to remove the password (you will need the current password to do this), then proceed with the merge.
Will the merged PDF be searchable?
Yes, if the source PDFs contain searchable text (i.e. they were created from a digital document, not scanned). Scanned PDFs without OCR contain image data only — merging does not make them searchable. Use Searchlight's OCR tool to make scanned documents searchable before merging.
Try it free with Searchlight
Every Searchlight tool · Free · No account needed for most
Merge your PDFs now — free, no account