I wrote this tool during the New Year CTF 2025, in order to solve the Bel Money2 challenge.
I made it versatile so it can be used in any situation. You can use it with the following command :
pdf2img <PDF_FILE> [OUTPUT_DIRECTORY]git clone https://github.com/NullBrunk/pdf2img
cd pdf2img
pip3 install -r requirements.txt
python3 pdf2imgIf you want to make it globally usable
sudo mv pdf2img /usr/bin/