- Convert PDF pages to images
- Invert colors of each page
- Save the inverted pages back to a PDF
- Simple GUI for selecting input and output files
To get started with Invertify, clone the repository and install the required dependencies:
git clone [repository url]
cd invertify
pip install -r requirements.txt
Run the script to open a GUI for selecting the input PDF and saving the output PDF:
python invert.py
or
python3 invert.py
- PyMuPDF
- Pillow
- FPDF
- Tkinter
This project is licensed under the MIT License.