PDF Manager is a simple desktop application built with Python and Tkinter that provides an intuitive interface to manage PDF files. Users can merge, split, extract, password-protect, and decrypt PDFs, as well as extract text and images from them.
- 📎 Merge multiple PDFs
- ✂️ Split PDFs by page ranges
- 📄 Extract specific pages to a new PDF
- 🔐 Password-protect PDFs
- 🔓 Remove PDF passwords
- 📝 Extract text content
- 🖼 Extract images
- Clone the repository
git clone https://github.com/Krecikkko/PDF-manager.git cd pdf-manager