Merge PDF without uploading
Combine PDFs into a single document. Your files never leave this device.
- Nothing is uploaded
- Works offline
Drop your PDFs here
Add two or more PDFs and they are combined in the order you set. Everything happens on this device — nothing is uploaded.
Merge PDF, done properly
Merging is a copy operation, not a conversion. Docqify reads the page objects out of each PDF and writes them into a new document unchanged, so text stays selectable, vectors stay sharp at any zoom, and images are never decoded and re-encoded. Resources shared between the files — a font used in all of them, for instance — are stored once rather than repeatedly, so the combined file is often slightly smaller than the sum of its parts rather than larger.
- Files are read with the FileReader API and processed in memory. There is no server to upload them to, and the page ships a Content Security Policy that blocks connections to any other origin.
- Drag the files into whatever order you want before merging. The order in the list is the order in the output.
- Password-protected PDFs are detected and reported by name rather than failing silently, so you know which file to unlock first.
- There is no page count or file size limit imposed by Docqify. The practical ceiling is your device memory, since every file has to be held in RAM at once.
Questions
Merge PDF — the details
PDF tools
Already have a PDF?
The same guarantee applies to every one of these: the file is opened by your browser, worked on there, and never sent anywhere.
More converters