Images2PDF combines a set of images into a single PDF file
- Python 3+
- Pip
- Clone the Git Repo
git clone https://github.com/harshanas/images2pdf.git
- Install the Required Dependencies
pip install -r requirements.txt
- Add all the images that you need to combine into a single PDF to a folder
-
Use the following syntax
images2pdf.py <IMAGES_FOLDER_NAME> <OUTPUT_PDF_FILE_NAME>
Example:
images2pdf.py imgs/ result.pdf