This is a simple Python script to convert PDF files to other document formats such as DOCX and ODT.
- Converts PDF files to DOCX
- Converts PDF files to ODT
- Easy to use
- Python 3.x
- Python libraries:
PyPDF2
,python-docx
,odfpy
- Clone this repository:
git clone https://github.com/Dheovani/PDFConverter.git
- Open a terminal and navigate to the cloned directory.
- Run
pip install -r requirements.txt
- Run the script by executing the following command:
python3 PDFConverter.py
- Follow the on-screen instructions to convert your PDF files.
- Voila! Your converted documents will be saved in the same directory.
This project is licensed under the MIT License - see the LICENSE file for details. Feel free to customize it further to suit your needs!