Console tool, which convert images to pdf
- 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/img_to_pdf.py"
- Then enter a directory of images
- Then enter "path/to/the/your_file.pdf"
- Next, wait for the completion
GNU GPL 3