This simple Python GUI application converts batch images to PDF format. It supports JPEG, PNG, and PSD.
- Python 3
- Pillow (Python Imaging Library)
- Tkinter (Python Imaging Library)
-
Install the required dependencies.
- Download and Install Python Download Python from the official Python Foundation website
-
Open a command terminal.
- Download and Install Pillow
pip install pillow- Download and Install Tkinter
pip install tkinter -
Clone the repository to your local machine.
git clone https://github.com/kingshah13/intoPDF.git -
Run the script.
python intoPDF.py -
Click the "Browse" button to select image files.
-
Choose the output folder where the PDFs will be saved.
-
Click the "Convert to PDF" button to start the conversion process.