This tool is a GUI for diff-pdf. It allows you to compare two PDF files and view the differences.
- Drag and drop interface for selecting PDF files
- Generate comparison PDFs highlighting differences between two files
- View differences in a separate viewer
- Python 3.11 (tested)
- PySide6
- pyqtdarktheme
- diff-pdf
-
Clone this repository:
git clone [email protected]:665465/diff-pdf-gui.git cd diff-pdf-gui
-
Install the required Python packages:
pip install -r requirements.txt
-
Download diff-pdf from here and extract it to the
diff-pdf-win
folder. For example:diff-pdf-gui/ ├── diff-pdf-win/ │ └── diff-pdf.exe ├── pdf-diff-gui.py └── requirements.txt
if you are using Linux or MacOS, you can install diff-pdf from your package manager.
-
Run the application:
python pdf-diff-gui.py