BrowserTools
Advertisement
Home / PDF / PDF Merge, Combine PDFs Online

PDF Merge, Combine PDFs Online

Merge multiple PDF files into one document, fully in your browser. Drag to reorder, no uploads.

Loading PDF Merge, Combine PDFs Online… If nothing happens, please enable JavaScript.

Frequently asked questions

Are my PDFs uploaded to a server?
No. Merging happens entirely in your browser using the pdf-lib JavaScript library. The files are read from your local disk, combined in your device's memory, and the merged PDF is downloaded directly to you. Nothing is ever sent over the network.
What is the maximum number of files or total file size I can merge?
There is no fixed limit imposed by the tool — the practical constraint is your browser's available RAM. Most desktop browsers handle dozens of files totalling several hundred megabytes without issue. If the browser becomes slow or unresponsive, try closing other tabs to free up memory.
Does this work with password-protected PDFs?
PDFs secured with an owner password cannot have their pages extracted and re-embedded without that password. If your PDF requires a password just to open (user password), it will need to be unlocked before merging. We recommend only merging documents you have full rights to combine.
Will the merged PDF look exactly like the originals?
Yes. Each page is copied intact, including its content streams, embedded fonts, images, and annotations. The visual output of every page in the merged file is identical to the corresponding source page. The only known exception is interactive form fields, which may be flattened in the merge process.
How does this compare with merging PDFs in Adobe Acrobat?
Acrobat offers additional features like merging specific page ranges, combining bookmarks into a unified table of contents, and reducing file size during the merge. This browser tool prioritises speed, privacy, and zero installation — it is the right choice when you need a quick merge without exposing files to cloud services.
Can I specify which pages from each file to include?
The current merge interface includes all pages from each selected file. To include only certain pages, first use the PDF Split tool to extract the desired page range from a source document, then add that extracted file to the merge list.
What PDF file types and versions are supported?
The tool accepts standard .pdf files from version 1.0 through PDF 2.0. PDFs created by any major application — Word, LibreOffice, Adobe Acrobat, Google Docs, LaTeX, and more — are all compatible. Unusual variants like PDF/X or PDF/A are read correctly, though the merged output will be a plain PDF rather than a conforming archival or print-production file.
Are bookmarks and outlines preserved in the merged file?
Bookmark outlines (the navigation tree shown in the PDF reader's sidebar) are not currently carried over from source documents into the merged output. The merged file will have no outline by default. If you need a table of contents, you can add bookmarks manually in a full-featured PDF editor after merging.
Can I automate merging multiple PDFs as a batch process?
The browser UI merges one set of files at a time. For automated or batch workflows, pdf-lib is available as an npm package and can be used in Node.js scripts to merge hundreds of files programmatically. The API is well-documented and mirrors the concepts behind this tool.
Which PDF standards does the output conform to?
The merged file is written as a standard PDF 1.7 document (ISO 32000-1), which is compatible with every major PDF viewer including Adobe Acrobat, Preview on macOS, Edge, Chrome, Firefox, and Foxit. It does not claim PDF/A or PDF/X conformance, but it is fully compliant for general use.

About PDF Merge, Combine PDFs Online

PDF merging is the process of combining two or more separate PDF documents into a single, continuous file. The PDF format organises content as a sequence of page objects, so merging is conceptually straightforward — the pages from each source document are appended in the desired order and a new cross-reference table is written. In practice, complications arise from embedded fonts that appear in some files but not others, differing page sizes (e.g. mixing A4 and Letter pages), and bookmark outlines that reference internal page numbers which shift once files are joined. This tool handles all of that transparently, preserving each document's content while producing a clean, unified output.

Merging PDFs is one of the most frequently needed document tasks in professional life. Common scenarios include assembling a job application from a CV, cover letter, and portfolio; combining monthly financial reports into a single annual summary; bundling a contract with its exhibits and signature pages; packaging a research paper with its supplementary data files; or producing a client-ready proposal from individually authored sections. Without a merge tool, the only alternative is manually printing and re-scanning, or paying for a subscription service.

This tool runs entirely inside your web browser using pdf-lib, a fully featured JavaScript PDF library. No files are uploaded to any server. You select the PDFs from your local drive, arrange them in any order using the drag-and-drop interface, and click Merge — the resulting document is generated in memory and downloaded directly to your device. This means confidential contracts, payslips, legal filings, and medical records can all be merged safely without any cloud exposure.

For best results, ensure the source PDFs are not password-protected before merging, as encrypted pages cannot be re-embedded without the owner password. If your PDFs have different page sizes, the output will contain a mix of sizes — most PDF viewers handle this gracefully, but if you need a uniform page size you may want to re-export the source documents first. Bookmark outlines (the navigation tree visible in PDF readers) from source documents are currently not carried into the merged output; if preserving the table-of-contents structure is important, consider adding bookmarks in a dedicated PDF editor after merging.

How PDF Conquered the World: The Document Format That Outlasted Its Rivals

When Adobe launched PDF in 1993, it was competing with several rival 'digital paper' formats including Microsoft's Rich Text Format, the Common Ground Digital Paper, and the early web's HTML. Adobe's key insight was that PDF should be a final-form format — not for editing, but for delivering a document that looked identical on every printer and screen regardless of which fonts or software the recipient had installed. This fidelity guarantee, backed by Adobe's existing PostScript expertise, gave PDF an insurmountable advantage in legal, government, and publishing workflows.

The decision to make PDF an open standard was not initially voluntary. Through the late 1990s and 2000s, Adobe charged licensing fees for Acrobat Writer while giving away the Reader for free — a business model that funded massive adoption. By 2007, pressure from governments (particularly the EU and US federal agencies) and the growing open-source community pushed Adobe to submit the PDF 1.7 specification to ISO. The resulting ISO 32000-1:2008 standard meant that any developer could implement a fully compliant PDF reader or writer without royalties, unleashing a wave of free tools and libraries.

PDF/A, the archival subset of PDF standardised as ISO 19005 in 2005, is a lesser-known but critically important variant. It bans features that would make long-term reproduction uncertain — no encryption, no external dependencies, all fonts embedded, colour spaces fully specified. Governments, national libraries, and courts worldwide mandate PDF/A for records that must remain readable for decades or centuries. The US National Archives, the UK National Archives, and the European Union's EUPL all reference PDF/A as a preferred format, cementing PDF's role not just as a convenience tool but as the foundation of the world's documentary memory.

Advertisement