jondkelley/python_resume

html to docx

Closed this issue · 0 comments

from htmldocx import HtmlToDocx

new_parser = HtmlToDocx()
new_parser.parse_html_file("html_filename", "docx_filename")