This project provides a set of Python scripts for removing encryption from PDF files. The tool can handle PDFs that are encrypted but do not require a password for opening. It includes:
-
PDF Encryption Remover GUI: A graphical user interface built with
tkinter
that allows users to easily select and process PDF files to remove encryption. -
PDF Creation Script: A script to generate password-protected PDFs for testing purposes.
- Simple GUI: User-friendly interface for selecting and processing PDF files.
- Password Removal: Removes encryption from PDFs without requiring a password.
- Testing Script: Create encrypted PDFs for testing the remover tool.
PyMuPDF
: For handling PDF files.tkinter
: For the graphical user interface (comes with Python standard library).
You can download the most recent version of tool here
pip install -r requirements.txt
python remove_pdf_encryptiont.py