This desktop app lets you drag a PDF into the window and export every page as a PNG image.
- Install Python 3.10 or newer.
- Open a terminal in this folder.
- Run
python -m pip install -r requirements.txt
Run:
python pdf_page_extractor.pyIf tkinterdnd2 is not installed, the app still works with the Choose PDF button, but drag-and-drop will be disabled.
If python opens the Microsoft Store instead of running Python, install Python from python.org and enable the option that adds Python to PATH.