Convert Images To PDF Using Python
As it turns out, I do need to convert images to PDF. With some knowledge of how to code in Python, I rely on Chat GPT to help me accelerate the process of whipping up a Python script fast. I don't want the script to be too simple but not overly complicated either. So, I chose Flask as the framework that I would use for this project. I also sprinkled in Bootstrap 5 and Javascript/Ajax to help improve the user experience with the UI. I have to use the older Flask version because I rely on the flask_uploads package to give the user the ability to upload images. Anyhow, the complete code can be found on my GitHub. Check out the project at: https://github.com/aarriitt666/JPG2PDF.git.