Skip to content

Short script for converting PDF files to .docx

Notifications You must be signed in to change notification settings

cryptrz/pdftodocx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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 )

About

Short script for converting PDF files to .docx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages