A short interactive Python script for converting PDF files to .docx
REQUIREMENTS:
- Install Python3 and pip3 for a Debian-based distro:
sudo apt update && sudo apt install -y python3-full python3-pip
- Install pdf2docx library
pip3 install pdf2docx
USAGE:
./pdftodocx.py
At the question "What is the full path of the PDF file to convert?", you can enter a relative path if the PDF file is in another directory (For example: Downloads/file.pdf )