Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 406 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 406 Bytes

Image To PDF Converter

Converts multiple images into a single PDF using Python

To properly execute the Image To PDF Converter:

Download Python version 3 and PIP

Install the program requirements by opening the command prompt on the folder with the files:

python -m pip install -r requirements.txt

Then, you can execute the program with

py image_to_PDF.py

And you are ready to go!