Img to PDF converter
··108 words·1 min
Table of Contents
Img_to_PDF_converter #
Converts img files into PDF files. The files only exists on your computer and does not communicate with any server
What does it do? #
- Converts each image file to a PDF file
- Combine multiple images into one PDF file
Getting Started #
Download the .exe file from the link here
Tests #
The file types below are the ones which are tested
- .jpeg
- .jpg
- .png
Usage #
- Click on the converter.exe file to run the program
- Browse the image you want to put in the pdf file
- Click on Submit
- Completed PDF file will be saved in output folder
Tech Stack #
- Python
- Pillow
- Tkinter