img-to-pdf
Description
This project helps to convert a group of images from a directory into a pdf.
How to use
-
Put all the images which are needed to convert into pdf in a folder.
-
Clone the project to you local machine
git clone git@github.com:archihalder/img-to-pdf.git
- Enter the directory
cd img-to-pdf
- Get the required modules to run
pip install -r requirements.txt
- Run the file
python3 main.py
- Enter the path of the images folder and press
Enter
. Anoutput.pdf
file will be generated in the current directory.