This Python script converts all .jpg
images in the current directory into a single PDF file using the img2pdf
library for easy sharing and archiving.
- Converts all
.jpg
images in the current directory into a single PDF. - Simple, efficient, and lossless image-to-PDF conversion.
-
Python 3.x
-
img2pdf
library -
Open the command prompt on your system and run the following script.
pip install img2pdf
-
Clone this repository:
git clone https://github.com/aniketandhale08/Img-to-PDF.git cd Img-to-PDF