Drag and drop your password-protected PDF below.
Having a password-protected PDF file can be useful for security, but what if you need to access it without entering a password each time? This guide will show you multiple ways to remove passwords from PDFs, including using free tools, online services, and command-line utilities.
Adobe Acrobat provides an official way to remove passwords, but it requires a paid subscription. If you're looking for free alternatives, consider these methods:
Google Chrome allows you to open and save password-free PDFs easily:
This creates a new, password-free PDF file.
Similar to Chrome, Microsoft Edge also allows you to print and save a password-free version of the PDF.
Mac users can use Preview, a built-in macOS application, to remove PDF passwords.
Several free software tools can help you remove PDF passwords:
This is a lightweight tool designed specifically for unlocking PDF files.
Smallpdf provides an easy-to-use online service for removing passwords.
There are multiple online tools available to remove passwords from PDFs. Some popular options include:
Steps to remove password:
Similar to Smallpdf, iLovePDF provides a free tool for unlocking PDFs.
Linux users can use a simple command-line tool called Ghostscript to remove PDF passwords.
1. Install Ghostscript if it’s not already installed:
sudo apt install ghostscript
2. Run the following command to remove the password:
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=unlocked.pdf -c .setpdfwrite -f protected.pdf
This creates a new PDF file without a password.