This simple program helps to concatenate images into a pdf file. You can add images via Select Files
and select your files. Or you can Select Folder
and the program will import every supported file extension.
Supported extensions: *.jpg
, *.png
, *.tiff
, *.jpeg
- Python 3.9 (others not tested, but might work)
- Clone this repo and
cd
into it - Install dependencies:
pip install -r requirements.txt
- Run the program:
python main.py
@josch
for img2pdf library.- Hanashiko for the idea