FAQ: PDF Merging Common Questions Answered
PDF merging seems simple, but it generates a lot of questions — about file limits, what happens to passwords, whether quality is preserved, how to fix merge failures, and whether a free tool is really safe for confidential documents. This FAQ article answers all of the common questions we hear about PDF merging in one place, with thorough, technically accurate answers based on how the MuPDF WebAssembly engine in our merge tool actually works.
General Questions About PDF Merging
What is PDF merging and when do I need it? PDF merging is the process of combining multiple PDF files into one. You need it whenever you want to send, share, or archive several related documents as a single file — contracts with exhibits, reports with appendices, invoices with receipts, scanned documents assembled in order, or any collection of PDFs that logically belong together. How does browser-based PDF merging work? Our tool embeds MuPDF — a professional open-source PDF engine used in production software worldwide — as a WebAssembly module. When you open the tool, the WASM module loads into your browser. When you add files and click merge, the WASM module reads each PDF's binary data from your browser's memory, processes them using MuPDF's merge logic, and writes the output PDF into browser memory. The download button then saves this in-memory PDF to your device. At no point does any data leave your browser tab. Do I need an account or subscription? No. The tool is completely free with no account required and no usage limits. Open the page, add files, merge, download. How many PDFs can I merge at once? Up to 20 PDFs in a single operation. For larger collections, merge in batches: merge the first 20, then merge the batch output with the next set of files. Is there a file size limit? There is no software-imposed limit. The practical limit is your device's available RAM. Modern laptops handle total merge sizes of 200–500 MB without issue. Mobile devices and older computers may struggle above 50–100 MB. If a merge fails due to memory pressure, split it into smaller batches. What PDF versions does it support? MuPDF supports PDF versions 1.0 through 2.0, covering virtually all PDFs produced by modern software. Very old PDFs (pre-2000) or PDFs from unusual proprietary software may occasionally have compatibility issues.
Questions About Output Quality and Features
Does merging reduce PDF quality? In original mode, no. Text (vector data) is fully preserved. Images are embedded without recompression. The output is structurally identical to the inputs in terms of content fidelity. In compressed mode, text quality is unchanged (vectors are not lossy), while images may be slightly recompressed. For most documents the difference is imperceptible. For print-critical or archival use, always use original mode. Are bookmarks preserved in the merged PDF? Yes. All bookmarks (document outlines) from all input PDFs are preserved and their page references are adjusted for the new combined page numbering. If your input PDFs had a navigation outline, the merged output will have a combined outline. Are links preserved? External hyperlinks (to websites) are always preserved. Internal links (to other pages within the same original document) are preserved if the target page still exists at the correct offset. Cross-document links (from one input PDF to a page in another input PDF) are not automatically resolved since the tools does not know which merged page they should point to. Are form fields preserved? Basic form fields may be preserved, but complex interactive forms are not guaranteed to function correctly after merging. For mission-critical form preservation, use Adobe Acrobat Pro. If you need to merge a completed, filled-out form (where the fields just contain text), flatten the form first (convert interactive fields to static text), then merge. Are digital signatures preserved? Digital signatures are invalidated by any document modification, including merging. A merged PDF containing digitally signed source documents will show those signatures as invalid. If signatures matter, sign after merging, not before. What happens to annotations and comments? Text annotations, highlights, and sticky notes from input PDFs are generally preserved in the merged output. Complex annotation types (stamps, 3D annotations, multimedia annotations) may not be fully preserved.
Questions About Privacy and Security
Is it safe to use this tool with confidential documents? Yes. The entire merge process runs locally in your browser. Files are not uploaded to any server, never transmitted over the internet, and not stored or logged anywhere. When you close the browser tab, no trace remains. This makes it suitable for contracts, legal documents, financial records, medical information, and any other sensitive content. Does the tool store my files? No. Files exist only in your browser's memory for the duration of the session. As soon as you close the tab or navigate away, the memory is released and the files are gone. There is no database, no cloud storage, and no server involved. Can someone else access my uploaded files? There are no uploaded files to access. Since processing is entirely local, there is no mechanism for a third party to access your documents through this tool. Is the output PDF watermark-free? Yes. No watermark, branding, or 'Merged by' text is added to the output. The merged PDF is clean and contains only the content from your input documents. Can I use this tool in a GDPR-compliant workflow? Yes. Since no personal data leaves your device during processing, the tool does not involve any data transfer subject to GDPR requirements. There is no data processor relationship to document because no data is processed by a third party. Should I use this tool or a cloud-based tool for work documents? For documents containing personal data, trade secrets, privileged communications, or proprietary business information, the locally-processed browser tool is the better choice. Cloud-based tools process your files on third-party servers, which introduces data handling considerations your organization may need to evaluate. Local processing eliminates that concern entirely.
Troubleshooting and Edge Cases
The merge button is grayed out — why? You need to add at least two PDF files to the queue before the merge button activates. The tool requires a minimum of two files to perform a merge operation. The merge fails immediately — what is wrong? The most likely cause is a user-password-protected PDF (one that requires a password to open). Remove the file, open it elsewhere with the password, remove the protection, and re-add. Other causes include corrupted PDF files (try opening them in a viewer first) and very large files that exceed available browser memory. The output file is larger than the inputs combined — why? In original mode, the merged PDF has structural overhead for the combined document. If one input PDF has embedded resources (fonts, color profiles, images) that another input also has, both copies are included. Switching to compressed mode should deduplicate these and produce a smaller output. Alternatively, if one of the input PDFs is already large, the merged output will naturally be large. The merged PDF looks different from the originals — why? Occasionally, MuPDF's rendering and rewriting of certain PDF content (particularly complex transparency groups, certain color spaces, or unusual font encodings) can produce minor visual differences. This is rare and typically only occurs with PDFs created by unusual authoring software. If you encounter this, try the original merge mode if you were using compressed, or contact us with the specific file characteristics. Can I merge more than 20 files? The tool's single operation limit is 20 files. For larger collections, use a two-pass approach: merge groups of 20, then merge the group outputs together. The final result is identical to a single large merge. Does the tool work offline? The WebAssembly module must load from the internet the first time. Once it is loaded in the browser tab, the actual merge processing works offline. If you need offline capability, keep the browser tab open or use a desktop PDF tool.
Frequently Asked Questions
- Can I undo a merge?
- There is no undo within the tool — once you have downloaded the merged PDF, it is a new file on your device. To 'undo' a merge, simply go back to the tool, re-add your original source PDFs in the correct order, and merge again. This is why keeping the original individual files is important — do not delete them immediately after merging until you have verified the merged output is correct.
- Why is my merged PDF opening in the wrong app?
- This is a device setting issue, not a PDF issue. The file association for .pdf files on your device determines which app opens when you double-click or tap a PDF. To change the default PDF viewer, go to your device's settings (Windows: Settings > Apps > Default Apps; Mac: right-click a PDF > Get Info > Open With > Change All; Android/iOS: varies by OS version). The merged PDF itself is a valid standard PDF file compatible with any reader.
- Can I merge PDFs that have different page orientations?
- Yes. The merge tool combines PDFs regardless of their page orientations. If some input PDFs are portrait and others are landscape, the merged output will contain both orientations, each page displaying in its original orientation. PDF viewers display mixed-orientation documents correctly. For printing, the printer settings determine how mixed-orientation pages are handled — most printers auto-rotate to fit each page to the paper.