Simple util to convert a bunch of images into one pdf file using python and PIL
Minimal version is python3.7
pip install git+https://github.com/Rud356/ComixPDF
If you want to run program in CLI mode you can just use this command inside of directory: python -m comix_pdf
In case you want to bypass interface and use it via launch arguments you must
at least pass -p or --paths argument with parameters. To pass paths you have to
wrap them with "".
--help- basic help--titleor-t- sets title--pathsor-p- put after it multiple paths to images or directories with images that will be included into pdf--output-diror-od- where final pdf will be stored--resolutionor-res- sets printing resolution (in dpi)--qualityor-q- sets output images quality inside pdf (% from original)