Skip to content

Simple Python project to convert a PDF to a Microsoft Word document

Notifications You must be signed in to change notification settings

DecrepitHuman/Wordify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Wordify

Simple Python3 script to convert PDF files to Microsoft Word documents

Installation

git clone https://github.com/DecrepitHuman/Wordify && cd Wordify
pip install -r requirements.txt
sudo apt install popler-utils

Usage

python3 wordify.py ./path/to/pdf

The script will create a images directory containing each page of the PDF as a JPEG file along with creating a out.docx file containing all the pages of the PDF as inline images.

About

Simple Python project to convert a PDF to a Microsoft Word document

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages