# How to Merge Password-Protected PDFs Without Unlocking
Here's a scenario that frustrates people constantly: You have several password-protected PDF files that need to be merged into one document. But when you try to merge them, every tool asks you to unlock them first.
Unlocking means removing the password entirely, which defeats the whole purpose of having password protection in the first place.
What if you want to keep the merged PDF password-protected? What if company policy forbids removing encryption from sensitive documents?
Good news: you can merge password-protected PDFs while maintaining encryption. The process is different from standard merging, but it's absolutely doable.
In this guide, I'll show you exactly how to merge encrypted PDFs without compromising security. We'll cover multiple methods, from command-line tools to GUI solutions, with complete examples you can use right away.
Understanding PDF Password Protection First
Before we dive into merging, let's clarify what we're dealing with. PDFs have two types of password protection:
User Password (Open Password)
This prevents anyone from opening the PDF without the password. You literally cannot view the document without entering the correct password.
Example use: Confidential contracts, sensitive financial records, private medical documents.
Owner Password (Permissions Password)
This allows opening the PDF but restricts specific actions like printing, editing, copying text, or extracting pages.
Example use: Copyrighted materials, documents you want viewable but not editable.
Important distinction: A PDF can have one, both, or neither of these passwords.
The Challenge: Why Most Tools Can't Merge Protected PDFs
Here's what happens when you try to merge password-protected PDFs with standard tools:
- You upload encrypted PDFs
- The tool tries to read the content
- It encounters the password protection
- Error: "Cannot merge encrypted PDFs" or "Please unlock PDFs first"
Why? Because reading PDF content requires decrypting it, and decryption requires the password. The tool needs access to the actual content to combine files.
But there's a solution that maintains security.