To remove password protection from a PDF, you have several options depending on the tools you have available:
1. Using Adobe Acrobat (Paid Version)
- Open the PDF: Launch Adobe Acrobat and open the password-protected PDF.
- Enter the Password: When prompted, enter the password to unlock the PDF.
- Remove Password:
- Go to the “File” menu.
- Select “Properties.”
- In the “Security” tab, choose “No Security” from the “Security Method” drop-down menu.
- Save the PDF.
2.Using an Online PDF Password Remover
There are several online tools like Smallpdf, ILovePDF, or PDF2Go that can remove passwords from PDFs. Follow these steps:
- Upload the PDF: Visit one of these websites and upload the password-protected PDF.
- Enter the Password: When prompted, enter the password to unlock the PDF.
- Remove the Password: The tool will remove the password and allow you to download the unprotected PDF.
3. Using Google Chrome (Free)
- Open the PDF: Open the password-protected PDF in Google Chrome by dragging it into a new tab.
- Enter the Password: When prompted, enter the password to unlock the PDF.
- Print to PDF:
- Click the print icon or press
Ctrl + P
(Windows) orCmd + P
(Mac). - In the “Destination” section, select “Save as PDF.”
- Save the PDF to your computer, and the saved version will not have a password.
- Click the print icon or press
4. Using a PDF Reader (Free)
Some free PDF readers, like PDF-XChange Editor or Foxit Reader, allow you to remove passwords:
- Open the PDF: Open the file in the PDF reader.
- Enter the Password: Enter the password to unlock the file.
- Save the PDF: Use the “Save As” feature to save the file as a new PDF, which should remove the password.
5. Using Command-Line Tools (Advanced Users)
If you’re comfortable with command-line tools, you can use tools like qpdf
:
- Install
qpdf
: Install the tool on your system (it’s available on Linux, Mac, and Windows). - Run the Command:css
qpdf –decrypt input.pdf output.pdf
Replace input.pdf
with the name of your password-protected PDF and output.pdf
with the desired name for the unprotected PDF.
These methods should help you remove password protection from your PDF.