Console tool, which convert pdf to jpg
- Python 3
- ImageMagick http://www.imagemagick.org/script/download.php
- ghostscript https://www.ghostscript.com/download/gsdnld.html
- wand (pip3 install wand)
- progress (pip3 install progress)
- To run this tool in console enter "python3 path/to/the/pdf_to_jpg.py"
- Then enter "path/to/the/your_file.pdf"
- Then enter image resolution (numeric)
- Next, wait for the completion
GNU GPL 3