It is a simple python project which converts pdf file to word file. A proper python GUI is designed to process the conversion.
As we know the GUI used in python is Tkinter, so here also we have used Tkinter to design a GUI which converts the Pdf file to a Word file. Here buttons are created to perform the actions as directed in the code. One more feature of the application is that it shows the text of the pdf file and also allows the user to edit the text. After clicking the convert and save button the pdf file gets converted into a word file and gets saved in the prefered location as directed.
The working of the application is shown in the below screenshots:-
Submitted by Saksham Kaindal (saksham123)
Download packets of source code on Coders Packet
Comments