Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.13 KB

PDF Encryption Remover

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.

💪 Features

  • 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.

📄 Requirements

  • PyMuPDF: For handling PDF files.
  • tkinter: For the graphical user interface (comes with Python standard library).

🔽 Download

You can download the most recent version of tool here

🛠️ Install required dependencies

  pip install -r requirements.txt

💻 Usage

  python remove_pdf_encryptiont.py