/img-to-pdf

Convert a group of images to pdf

Primary LanguagePythonMIT LicenseMIT

img-to-pdf

Description

This project helps to convert a group of images from a directory into a pdf.

How to use

  1. Put all the images which are needed to convert into pdf in a folder.

  2. Clone the project to you local machine

git clone git@github.com:archihalder/img-to-pdf.git
  1. Enter the directory
cd img-to-pdf
  1. Get the required modules to run
pip install -r requirements.txt
  1. Run the file
python3 main.py
  1. Enter the path of the images folder and press Enter. An output.pdf file will be generated in the current directory.

Demonstration