A simple GUI-based application that converts multiple images into a PDF file using Tkinter and ReportLab.
✔ Select multiple images (JPG, PNG, JPEG)
✔ Preview selected images
✔ Set a custom PDF filename
✔ Auto-resizes images to fit the page
- Python 3
tkinter(comes pre-installed with Python)Pillowreportlab
Run the following command to install dependencies:
pip install pillow reportlab
## Thankyou