Combine PDF Files Online Into One — Free, No Upload
Combine multiple PDF files online into one in your browser. No upload, no signup, no watermark on the output. Drag, drop, reorder, save. Works on Windows, Mac, and Chromebook.
The short answer
To combine PDF files online into one PDF without uploading them, use the pdfmavericks.com merge tool (the merge route is where the combine operation lives — they are the same thing under different names). Drop your PDFs in the order you want them combined, reorder by dragging if needed, click combine. The tool joins them in your browser tab using pdf-lib and a WebAssembly module. No upload, no signup, no watermark, no quota. The combined PDF downloads to your machine when the operation finishes.
That is the workflow. The rest of this post covers why combine and merge are the same operation, what the step-by-step process looks like, how it differs from server-side competitors, and how it chains with other browser-local PDF operations on the site.
Combine vs merge — same operation, different words
Combine PDF and merge PDF are the same operation. So are join PDF, concatenate PDF, consolidate PDF, and stitch PDF. They all describe taking two or more PDF files and producing one PDF that contains every page of every input in sequence. The underlying spec is in ISO 32000-2:2020, which describes the operation as concatenation of page trees — the new PDF's page tree is the concatenation of the input page trees, with object IDs renumbered to avoid collisions.
Both words exist as search terms because vocabulary varies. Looking at Google's published Trends data for the past five years, "combine PDF" and "merge PDF" both sit in similar volume bands, and which one a person uses tends to be driven by what they were taught or saw in the first tool they used. iLovePDF popularized "merge PDF". Adobe Acrobat's marketing has used "combine files" since the early 2010s. The two terms converge on the same intent and the same tool.
pdfmavericks.com chose /merge as the route slug, but the tool handles both vocabularies. This post exists so that searchers using the "combine" wording land on the right page.
How to combine step by step
- Open pdfmavericks.com/merge in any modern browser (Chrome, Edge, Firefox, Safari).
- Drag the PDFs you want to combine into the drop zone. You can also click the drop zone to open a file picker and select multiple PDFs at once with Ctrl-click or Cmd-click.
- The tool shows a thumbnail for each PDF in the order you added them. Drag any thumbnail to reorder. The combined output will respect the visible order at the time you click combine.
- Click the combine button. The tool reads every PDF into the browser tab, joins them with pdf-lib, and produces a single output. For most everyday combines (under 50 MB total), the operation completes in under 3 seconds on a modern laptop.
- The browser offers the combined PDF for download. Save it to a folder of your choice.
The entire flow happens on your device. The PDFs are read from disk into the browser tab via the File API, processed in tab memory, and the result is written back to disk via the browser's download API. No network requests carry any PDF content at any step — you can verify this in the browser's developer tools by opening the Network panel before you start.
Common use cases
Three combine patterns cover most everyday needs:
Job application packet. Combine cover letter, resume, references, and certificate scans into one PDF. The submission portal usually wants a single file rather than multiple attachments. A typical packet is 4 to 8 input PDFs totaling 2 to 5 MB.
Bank statement consolidation. Combine 3 to 12 monthly statements into one quarterly or annual file for tax filing or visa applications. Indian Income Tax filings often require a single PDF containing 12 months of bank statements; UK and US visa applications routinely ask for 6 months of statements as a single file. Combine after unlocking each statement (bank statements arrive password-protected; see the SBI/HDFC/Axis unlock guide for the bank-specific passwords).
Document submission packet. Combine government forms, supporting evidence, and signed declarations into one PDF for online submission portals. Indian government portals (MCA, GST, Income Tax, RBI) often impose single-file submission requirements with size caps. The compress tool handles the size cap after combining.
Chromebook, iPad, Mac, Windows
The combine tool runs in any browser that supports WebAssembly and the File API — which is every browser from Chrome 91, Firefox 79, Safari 15, and Edge 90 onward. Specific platform notes:
Chromebook. ChromeOS does not ship with a desktop PDF editor, so browser-local tools are the standard answer for any PDF operation. The combine flow works the same way as on a desktop Chrome browser. For more on Chromebook-specific PDF workflows, see our Chromebook merge guide.
iPad. Safari on iPadOS supports the same File API as desktop Safari. Drag PDFs from the Files app onto the browser tab or use the file picker. Output downloads to the Files app.
Android phone. Chrome for Android works the same way. The constraint on a phone is memory rather than browser support — combining a few small PDFs is fine; combining many large statements may strain low-end devices.
Mac and Windows. Every major browser works. macOS users also have the option of combining PDFs in Apple Preview (drag the second PDF's thumbnail into the first PDF's sidebar), and Windows users can use Edge's PDF viewer features. The browser tool is faster than Preview's drag-merge flow when more than 3 PDFs are involved.
What to do with the combined PDF
Once you have the combined PDF, common follow-up operations all run browser-local:
- Compress. If the combined PDF is over an email attachment limit (Gmail caps at 25 MB per support.google.com), run it through the compress tool.
- Reorder pages. If pages within the combined PDF are out of order (because one of the inputs had its own ordering quirks), the reorder-pdf-pages tool handles in-document reordering.
- Delete unwanted pages. Cover sheets, blank separator pages, and duplicate scans can be removed with the delete-pdf-pages tool.
- Add page numbers. A combined submission packet often needs consistent page numbering on every page, which the add page numbers tool handles in a single browser-local pass.
- Watermark. Add a DRAFT or CONFIDENTIAL watermark before sharing with the watermark tool.
- Sign. Add a signature stamp before submission with the sign tool.
Each of these runs in the same browser tab pattern — drop, configure, download. No tool in this chain uploads anything.
vs. iLovePDF, Smallpdf, PDF24
iLovePDF, Smallpdf, and PDF24 are the three most-searched server-side PDF combine tools. They are competent at what they do, their UIs are familiar, and they handle edge cases (corrupted PDFs, very large files) with the benefit of server-side compute. The structural difference:
- Server-side. Upload PDFs → server combines → server returns combined file. Files transit a third-party network, reside in third-party storage during processing, and persist under whatever retention window the privacy policy describes. Smallpdf's policy at smallpdf.com/privacy and iLovePDF's at ilovepdf.com/privacy_policy both describe their retention.
- Browser-local (pdfmavericks.com). Read PDFs from disk into tab → tab combines using WebAssembly → download to disk. No upload, no retention, no third-party copy. Verifiable in the browser's Network developer tools.
For documents containing personal data — bank statements, salary slips, signed contracts, KYC bundles, Aadhaar copies, medical records — browser-local is the cleaner posture. For a public PDF that you do not mind a third-party server seeing, either approach is fine and convenience tends to dominate.
For the foundational merge tool guide with more on the underlying spec, see our complete merge guide. For the broader argument on why browser-local PDF tooling matters, see why server-side PDF tools leak data. For the full catalog, all PDF Mavericks tools.
Your PDFs never leave your browser
PDF Mavericks combines everything locally using pdf-lib and WebAssembly. No files are uploaded to any server, and there is no quota or signup.
Frequently asked questions
How do I combine PDF files online into one without uploading them?
Open pdfmavericks.com/merge in your browser, drag the PDFs you want to combine into the drop zone, reorder them by dragging if needed, and click the combine button. The tool joins the PDFs in your browser tab using pdf-lib and a WebAssembly module — nothing uploads to a server. Save the combined PDF when the tool offers the download. The combine and merge operations are the same thing under different names; people search for both wordings, but the result is one PDF that contains every page from every input in the order you set.
Is combine PDF and merge PDF the same operation?
Yes. Combine, merge, join, concatenate, and consolidate are all words for the same operation: taking two or more PDF files and producing one PDF that contains all of their pages in sequence. The PDF specification (ISO 32000-2:2020) describes the operation as concatenation of page trees. The reason both words exist as search terms is regional and habit — North American users tend to search 'combine PDF' while European users more often search 'merge PDF', and search engines treat the queries as related but not identical. Either word leads to the same tool.
Is the combine PDF tool free and is there a file size limit?
Free for unlimited use. There is no signup, no quota, no paywall, and no watermark on the output. The soft file size limit is about 500 MB total across all input PDFs on a 16 GB laptop, which is well above what most users encounter. Common use cases — combining a cover letter, resume, and certificate scans, or stitching together monthly bank statements into a quarterly file — typically run under 20 MB total and combine in under 5 seconds. The tool uses pdf-lib for the actual concatenation, which is one of the standard open-source PDF libraries.
Can I reorder the PDFs before combining them?
Yes. The drop zone shows the PDFs in the order you added them; drag any thumbnail to reorder. The combined output respects whatever order is shown at the time you click combine. For documents where page-level reordering is needed within a single PDF (not just file-level reordering across PDFs), the reorder-pdf-pages tool is the right separate step — combine first to get one PDF, then reorder pages within it. The two tools chain naturally.
Does the combine tool work on Chromebook, iPad, and mobile browsers?
Yes. The tool runs in any modern browser that supports WebAssembly and the File System Access API or the older File API. That covers Chromebooks (ChromeOS), iPads (Safari and Chrome for iOS), Android phones (Chrome), Windows (Edge, Chrome, Firefox), and Mac (Safari, Chrome, Firefox). On Chromebook specifically, the browser-local approach is the standard answer because the device has no installed PDF utility. Our Chromebook-specific guide covers the workflow in more detail.
How is browser-local combine different from iLovePDF, Smallpdf, or PDF24?
iLovePDF, Smallpdf, and PDF24 all upload the input PDFs to their servers, combine them there, and return the merged file. Their privacy policies describe retention windows for the uploaded files. The pdfmavericks.com combine tool does the same operation in your browser tab — the inputs never leave the device, no third-party server sees the contents, and there is no retention because there is no upload. For non-sensitive documents either approach works. For bank statements, salary slips, signed contracts, medical records, or any document where you would not paste the contents into a public chatbot, browser-local is the cleaner choice.
Can the tool combine password-protected PDFs?
No, not while they are still password-protected. The combine operation needs to read the page content of every input PDF, and password protection blocks that read. The fix is to unlock each PDF first using the unlock-pdf tool (which also runs browser-local and requires the original password), then combine the unlocked copies. If you need the final combined PDF to be password-protected, apply a new password after combining using a separate PDF reader or library — combining and re-encrypting in a single browser-local step is on the 2026 roadmap.
What happens to bookmarks, form fields, and annotations during combine?
The combine operation preserves most page-level content — text, images, forms (in their post-combine state), comments, and embedded fonts — but the handling of bookmarks (the table-of-contents-style outline) and cross-document links varies by tool. The pdf-lib library that powers the pdfmavericks.com tool preserves page content faithfully and discards top-level bookmarks since they would conflict across multiple input documents. For documents where bookmark preservation matters (academic theses, legal exhibits, technical manuals), Adobe Acrobat's combine feature handles bookmarks better, at the cost of being a paid desktop product. For most everyday combines, the browser-local tool is sufficient.