What is the Nuvenar Merge PDF tool?
Nuvenar Merge PDF is a free, browser-side tool that combines two or more PDF files into a single document. It uses the open-source pdf-lib library running entirely in JavaScript inside your browser tab. Your files are never uploaded, so the tool works for confidential contracts, financial records, and anything covered by UK GDPR. The output has no watermark, no signup is required, and there is no daily usage cap.
When to use Merge PDF
- Combining client deliverables: consultants pulling a proposal cover, SOW, and pricing sheet from three sources into one branded PDF.
- Expense and reimbursement claims: accountants and finance teams combining scanned receipts into one PDF for an expense report.
- Legal bundles: solicitors assembling court bundles from witness statements, exhibits, and correspondence with consistent ordering.
- HR onboarding packs: combining offer letter, contract, NDA, and policies into one welcome document for new hires.
- Medical and clinical records: UK clinics joining referral letters, test results, and treatment plans into a single patient PDF.
How Merge PDF works
When you drop files in, the tool reads each PDF into an ArrayBuffer in memory, parses the page tree with pdf-lib, copies pages from each source into a new PDFDocumentin the order you chose, then serialises the result and triggers a download via a blob URL. No network requests leave your device after the initial page load. Search Google's Chrome DevTools Network tab if you want to verify; you will see zero outbound requests when you merge.
Merge PDF vs alternatives
The main UK-relevant free PDF mergers fall into two camps: server-side (Smallpdf, iLovePDF, Adobe Online, PDF24) and browser-side (Nuvenar). The trade-off is convenience vs privacy: server-side tools can do heavier processing because they have unlimited compute, but your file leaves your device. Browser-side is faster for small to medium jobs and keeps the file local.
| Tool | Browser-side | Watermark on free | Free tier limit | Paid price |
|---|---|---|---|---|
| Nuvenar Merge PDF | Yes | No watermark | 5 files, 10 MB each | £9/mo unlimited |
| Smallpdf | No | No watermark, 2 tasks/day cap | 2 merges/day, file upload | €9/mo |
| iLovePDF | No | No watermark on merge | 25 MB per task, file upload | €6/mo |
| Adobe Acrobat Online | No | No watermark, 2 uses/day cap | 2 merges/day with Adobe ID | £15.17/mo + VAT |
| PDF24 Online | No (desktop app is offline) | No watermark | Free, file upload | Free, ad-supported |
Privacy and security
Browser-side processing is the differentiator. With Smallpdf, iLovePDF, or Adobe Online, your file is transmitted over HTTPS to a third-party server, written to disk (often briefly), processed, and returned. Their privacy policies say files are deleted within a few hours, but the file did leave your device. For UK GDPR-regulated content (medical, financial, legal, HR), that is a real data-processing event you would need to disclose in a Record of Processing Activities. With Nuvenar, the file stays local; nothing to disclose.
Common use cases by profession
- Consultants: assemble a single PDF from a Notion-exported SOW, a Figma-exported design appendix, and a Stripe-exported invoice.
- Accountants: combine quarterly bank statements into one PDF before sending to HMRC or a client portal.
- Solicitors: build court bundles in correct chronological order with predictable pagination.
- Aesthetics and clinic operators: attach consultation notes, consent forms, and aftercare guidance into one patient file. Pair with our UK aesthetics licensing readiness checker for the consent template.
- Property and conveyancing: merge title documents, surveys, and searches into a single completion pack.
- Students: combine multiple essay chapters or appendices into a single submission PDF for Turnitin upload.
What is included free vs Tools Pro
Free: up to 5 files, 10 MB each, unlimited merges per day, no watermark on output, no signup. Tools Pro at £9/mo: unlimited file count, no per-file size cap (browser memory permitting), priority bug-fix support, and access to the other 30+ Nuvenar tools. If you also pay for other SaaS tools, run our SaaS stack cost audit to see what Tools Pro and NuvenarHub together can replace.
Frequently misunderstood things about merging PDFs
- Myth: merging reduces file size. Reality: merging concatenates, it does not deduplicate fonts or images. The output is usually slightly larger than the sum of inputs. Run our compress PDF tool after merging if size matters.
- Myth: all PDF mergers work on encrypted PDFs. Reality: almost none do, including this one. Decrypt first.
- Myth: the merge order is alphabetical by filename. Reality: the order is whatever order you set in the list. Drag to reorder before merging.
- Myth: merged PDFs lose accessibility tags. Reality: page-level tags are preserved by pdf-lib. Document-level structure trees can fragment; if you need fully accessible PDFs for WCAG compliance, validate with Adobe Acrobat Pro after merging.