This simple python script enables to remove passwords from your PDF files (assuming you know the password).
- Input folder: choose the folder from which PDFs will be unlocked.
- Output folder: choose the folder where the unlocked PDFs will be saved.
- Password field: enter the password required to unlock the PDFs.
- Unlock PDFs button: Start unlocking with just a click. :)
The instructions on setting up and running the script will be provided soon.
- Development of a more user-friendly GUI.
- Implementing an option to select PDF files for unlocking instead of input folder
- Implementing multi-threading to speed up the process