Transforms img's to PDF's by the power of python magic
-
Clone this repository
git clone git@https://github.com/lostboyz923/imagetoPDF cd imagetoPDF
-
Download a picture you wish to convert to a PDF file.
-
Create a virtual environment (optional)
python3 -m venv env source env/bin/source
-
Install package
pip3 install img2pdf