Skip to content

Latest commit

 

History

History
 
 

PDFToWord

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PDF to Word converter:

  • This script converts a pdf file to a word document
  • Can be used if a pdf has to be edited

Library used :

  • pdf2docx

Steps to run the code:

If you have cloned this repository ,

cd PDFtoWord
pip install pdf2docx
python main.py


Description :

1 . Takes the path of pdf from the user

2 . The user can add a custom name to the word doc otherwise the same name of the pdf will be used

3 . The word doc is created and stored in the same directory as that of the pdf


Screenshot:

ss.png

1.png 2.png

Author :

Divya Rao