PDF Merge, Split & Watermark
Merge, split, reorder, rotate and watermark PDF files without uploading them anywhere. Everything runs in the tab, which matters more for PDFs than for any other file type — contracts, statements and medical records are exactly the documents you should not hand to a free web service.
- Price:
- Free, no sign-up
- Data:
- Processed locally
- Reviewed:
Interactive pdf tools
Operation
Input DataDrop the PDFs to combine
Files are read into memory in this tab and never uploaded
No documents loaded
Drop PDFs above. Contracts and statements are exactly the files you should not hand to a free upload service — these never leave the tab.
How do I merge PDF files for free?
Drop the files in, drag them into the order you want, and optionally restrict each document to a page range such as 1-3, 7. The combined file downloads straight from your browser with no watermark added, no page limit, no sign-up and no upload — the documents never leave your device.
How to use the pdf tools
- Add your PDFs: Drop one or more files — they stay on your device.
- Arrange the documents: Reorder files, choose page ranges, and rotate as needed.
- Apply an operation: Merge into one file, split by range, or stamp a watermark.
- Download: Save the result. Nothing was ever uploaded.
How the pdf tools works
How PDF editing works without a server
A PDF is an object graph: pages reference content streams, fonts and images by indirect reference, and a cross-reference table indexes them. Merging is therefore not concatenation — it means copying page objects and every object they transitively depend on into a new document, renumbering references, and writing a fresh xref table. pdf-lib does this entirely in memory, in your tab.
Watermarking
A watermark is drawn as new content appended to each page content stream, inside a graphics state with reduced alpha and a rotation transform. Because it becomes part of the page content rather than an annotation, it survives flattening and printing — and equally, it cannot be removed by deleting an annotation layer.
File size after merging
The output is roughly the sum of the inputs, occasionally a little less when identical fonts are deduplicated. Merging does not recompress images. If size matters, compress images before assembling the document rather than after.
Large documents & memory
Everything is processed in browser memory via WebAssembly and JavaScript, so operations run completely client-side without uploading to any server. For multi-gigabyte files or hundreds of high-resolution scanned pages, ensure your browser has sufficient available RAM.
PDF Tools — frequently asked questions
No. Every operation runs in your browser using pdf-lib. This matters more for PDFs than for any other file type — contracts, statements and medical records are exactly the documents you should never hand to a free web service.
Use a range expression such as 1-3, 7, 12-15. Ranges are inclusive, order is preserved as written, and you can repeat a page if you want it twice.
Page content, images and vector text are preserved exactly. Interactive form fields, annotations and document-level bookmarks may not survive a merge, since they live in structures that belong to the original document rather than the page.
A password-protected file must be decrypted before it can be edited. Remove the password in your PDF reader first, then bring the file here.
Official resources & government references
Verified references, primary standards specifications, and official publications governing the rules and calculations implemented in this tool:
ISO 32000-2: Document Management — Portable Document Format (PDF 2.0)
The international normative standard defining the PDF file structure, syntax, and object cross-reference tables.
PDF Association Technical Standards & Guidelines
Industry technical resources for PDF compliance, page tree architecture, and digital preservation.
Important Disclaimer
PDF operations execute in browser memory via pdf-lib. Always maintain master copies of contracts, deeds, statements, or legal documents prior to executing destructive splits or page removals.