Build an Image-to-PDF Converter in Python
When I work with scanned documents, screenshots, receipts, or batches of photos, converting each image manually into a PDF quickly becomes repetitive. A small Python desktop application solves that problem nicely. For this project, I wanted more than a simple image-to-PDF script. The application needs a graphical user interface, multiple image selection, image ordering, validation, … Read more >>