python-scripts/scripts/PNG_To_PDF
2022-10-03 00:15:36 +05:30
..
image1.jpg enhancement: multiple imgs to pdf 2022-10-03 00:15:36 +05:30
image2.jpg enhancement: multiple imgs to pdf 2022-10-03 00:15:36 +05:30
image3.jpeg enhancement: multiple imgs to pdf 2022-10-03 00:15:36 +05:30
image4.jpg enhancement: multiple imgs to pdf 2022-10-03 00:15:36 +05:30
image5.png enhancement: multiple imgs to pdf 2022-10-03 00:15:36 +05:30
image6.png enhancement: multiple imgs to pdf 2022-10-03 00:15:36 +05:30
multipleIMGtoPDF.py enhancement: multiple imgs to pdf 2022-10-03 00:15:36 +05:30
README.md enhancement: multiple imgs to pdf 2022-10-03 00:15:36 +05:30

This script consist of python code which converts several PNG/JPG images to PDF.

It has several PNG/JPG images to use as examples. For different image just write url of different image which you want to use. If you want to increase or reduce the number of images you want to convert just add/subtract more lines for opening and converting, and add them to the list.

Write the location of the PDF to be saved at/ replace 'document.pdf' with the total url and name of pdf along with pdf extension.

I have used flake8 linting on this as well.

Dependency: Download python and write "pip install Pillow" in cmd.