Combine PDFs in Your Browser: Where Your Files Actually Go

When You Combine PDFs Online, Where Do the Files Really Go?
Drag two PDFs into an online combiner, press the button, and it is easy to picture your files flying off to some server you will never see. For ordinary PDF and image merging on a desktop, that picture is wrong — and the difference matters most when the document is a signed contract or a scan of your ID.
Batch Printer's merge tool was built so the common case never uploads anything. This walkthrough follows what the tool does step by step: what runs on your own machine, the two moments a server does get involved, and how to tell which path your files will take before you add them.
The Assumption Hiding in 'Upload to Combine'
Most combine-PDF pages work by receiving your files first and processing them on their own servers. That is a reasonable default for a web app, but it means every page of every document is copied to a machine you do not control. When the files are throwaway drafts, nobody cares. When they carry names, signatures, or account numbers, the upload step is the whole risk — and it is the step this tool skips for standard merges.
What Happens on Your Device When You Combine PDFs
Open the merge tool at /tools/pdf/merge on a laptop, add two or more PDFs, and the combining happens inside the browser tab. The tool loads each PDF with the pdf-lib library, copies every page in the order shown on screen, and writes a single new PDF that downloads as batch-printer-merge.pdf. No page is sent anywhere to do this; the merged file is assembled in memory and handed straight back to you.
- Each source PDF is read into memory as raw bytes, never uploaded.
- Pages are copied one by one into a new document, following your on-screen order.
- The finished file is saved locally as batch-printer-merge.pdf.
- Closing the tab clears everything — there is no server copy to delete.
How an Image Becomes a Page
Photos and scans follow the same local route, with one extra step. A JPG is placed straight onto a PDF page; a PNG is embedded through its own path; and formats like WebP or GIF are drawn onto a hidden canvas and turned into PNG data first. Each image becomes exactly one page, sized to that image's own pixel dimensions — which is why a tall phone photo and a wide scan can land as very differently shaped pages in the same file.
The Two Times a Server Does Get Involved
Two situations break the browser-only rule, and both are worth knowing. Office files — Word, Excel, PowerPoint, HWP — cannot be merged in the browser, so they are sent to Batch Printer's converter server to become PDFs first, and that feature sits behind a paid plan. Phones and tablets also hand the whole job to the server, because mobile browsers struggle with large in-memory merges. If a desktop browser cannot read a damaged PDF, it quietly retries that file on the server as a fallback.
- You add an Office document (.docx, .xlsx, .pptx, .hwp) that must be converted first.
- You are merging on a phone or tablet instead of a desktop.
- A PDF is corrupted enough that the browser cannot parse it and falls back to the server.
How to Tell Which Path Your Files Will Take
You do not need to read code to predict the route. The file types and the device decide it. For a sensitive stack of PDFs and photos on a laptop, everything stays local. The moment a Word file joins the pile, that one file makes a trip to the converter server, even though the PDFs beside it do not.
- Desktop plus PDFs and images only → fully in your browser.
- Any Office file in the set → that file is converted on the server first.
- Phone or tablet → the whole merge runs on the server.
- Need everything to stay local? Convert Office files to PDF yourself first, then merge on a desktop.
The Limits Worth Knowing Before You Start
A browser has less room than a server, so the tool sets practical caps. The uploader takes up to 20 files at once, and the merge button stays inactive until you have added at least two. Guests can bring up to 100MB in a single merge, while signing in raises that ceiling to 1GB. If your stack is bigger, combine it in two passes and then merge the two results.
- Up to 20 files per merge on the uploader.
- At least 2 files before the merge button activates.
- 100MB total for guests; 1GB total once you sign in.
- Office-file merging requires a paid plan; plain PDF and image merging does not.
Common Questions About Browser-Side Merging
- Does combining PDFs here upload them? On a desktop, no — standard PDF and image merges run in your browser.
- Why did it ask me to sign in? Either your total passed 100MB or you added an Office file, which needs a paid plan.
- Can I merge on my phone? Yes, but mobile hands the merge to the server rather than the browser.
- Is the page order guaranteed? Pages follow the exact top-to-bottom order shown before you merge, so arrange them first.