By SHAMBHAVI
Used python libraries to create a GUI interface for converting Image from the directories to Pdf files for windows
https://coderspacket.com/uploads/user_files/2024-03/Screenshot_(48)_(3)-1711619429-2401.pnghttps://coderspacket.com/uploads/user_files/2024-03/Screenshot_(48)_(3)-1711619429-2401.png
In the packet, the code provides a simple GUI application using the Tkinter library for converting Images into PDF file.
Some of the libraries that are used in the code are tkinter(File dialog, message box), Pillow(img2pdf) etc.
classes are initialized using tinker and basic GUI buttons were created via those. Select Image and convert into pdf are used in the Framework of the GUI Application. Select image is used to choose the favourable image from the directory and the convert into pdf is used to convert the selected image into pdf using the Img2pdf library.
The PDF is saved as Output.pdf
Submitted by SHAMBHAVI (Smbhvii)
Download packets of source code on Coders Packet
Comments