PDF guides
Merge PDFs Without Uploading Your Files
Many online merge tools ask you to upload every PDF to a remote server before returning a combined file. That is convenient—and it also creates another copy of whatever you were combining. Looty Tools Merge PDF is built so merging happens in your browser: the page reads the files locally, pdf-lib concatenates pages locally, and the download is a local Blob. This guide explains what that privacy model means in practice.
Ready to try the tool this guide describes?
How client-side merging works
When you add PDFs, the browser holds the file bytes in memory, inspects them, and later copies pages into a new PDFDocument with pdf-lib. The Merge & download action builds the result on your device and triggers a browser download. There is no Looty Tools merge endpoint that receives your PDF contents for this workflow.
Local processing is not “zero network”
Keeping PDF contents off Looty Tools servers does not mean the website never contacts the network. Loading the page still requests HTML, JavaScript, fonts, and other assets. Signed-in sessions may use authentication endpoints. The site may call public tool-status APIs. Successful merges can send a small usage event with a tool ID and operation ID—not page text, filenames of your content beyond product analytics design, or PDF binary data.
Treat “without uploading” as a conversion claim: your merge payload is not uploaded for merging. It is not a promise that your browser makes no network requests at all.
Shared devices and downloaded files
Local merge still leaves traces on the machine in front of you—browser downloads, maybe temporary memory pressure on large selections. On a shared computer, download carefully and remove files when finished. Once you email or upload the finished merged.pdf elsewhere, that copy follows whatever sharing path you choose.
Limits that still apply
Privacy does not remove the 2–20 file, 25 MB per-file, or 50 MB total caps. Password-protected and encrypted PDFs remain unsupported; unlock them first. Very large selections can tax browser memory even when they fit the size limits.
After the Merge PDF page and libraries have loaded, you can usually reorder and merge without uploading the PDFs. You may still need a network connection the first time assets load.
When a server converter differs
Some upload-based services run desktop engines and may handle edge-case PDFs differently. Browser merging prioritizes keeping contents on-device. If contractual tooling requires a specific server pipeline, use that system instead. For everyday private packets, local merge is usually the better fit.
Merge PDF Without Uploading FAQ
- Does Merge PDF upload my PDFs?
- No. For this tool, merging is designed to run in your browser. PDF contents are not uploaded to Looty Tools for conversion.
- Does that mean the site never uses the network?
- No. The page, scripts, and optional product endpoints may still load. What stays local is the merge of your PDF contents.
- What does a successful-use event include?
- Usage tracking may record that Merge PDF succeeded with a tool ID and operation ID. It is not designed to include your PDF page contents.
- Can I merge after the page has already loaded?
- Yes. Once assets are cached, you can add files and merge without uploading those PDFs. Initial page load may still require the network.
- Are password-protected PDFs private to merge?
- Encrypted and password-protected PDFs are unsupported. Unlock them first; the tool will not decrypt them for you.
- Where do I merge files?
- Open /tools/merge-pdf. For ordering and size caps, see /guides/merge-pdf-file-order-and-limits.
Related guides
- How to Merge PDF FilesCombine multiple PDFs in your browser with file-level ordering, exact size limits, privacy notes, and tips for a clean merged document.
- Merge PDF Order and LimitsLearn how Merge PDF orders whole files, how Move up and Move down affect the result, and how the 20-file, 25 MB per-file, and 50 MB combined limits work.
- Browser-Based File PrivacyUnderstand local browser processing, when files stay on your device, practical privacy checks, and how Looty Tools discloses different processing models.