Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 683 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 683 Bytes

Remove-Password-From-PDF

A Python based GUI application to decrypt PDF. Features implemented till now -

  • Decrypt PDF using password.
  • Save password if Remember Password is turned on.
  • If password is saved then it will not be asked for password again.

Install Requirements

  • Install Python 3.10 (Written using 3.10) or greater
  • Install required python packages using - pip install --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org -r requirements.txt

Run

  • Open Command Prompt in Windows / Terminal in Linux.
  • Run following command run.py
  • Enter required information asked.

Ta Da! Done Decrypting!