An open API service indexing awesome lists of open source software.

https://github.com/jmsv/word-html-to-docx

Convert HTML files to DOCX using Word
https://github.com/jmsv/word-html-to-docx

Last synced: 7 months ago
JSON representation

Convert HTML files to DOCX using Word

Awesome Lists containing this project

README

          

# word-html-to-docx

Convert HTML files to DOCX using Word

## Requirements

- Only works on Windows
- Word must be installed
- Python 3.8

## Usage

```sh
pipenv shell
pipenv install
python main.py C:\path\to\input-file.html
```

With the current version, the path must be absolute.