Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML-DOCX

A tool for conversion of HTML to docx formatted content

Example

from html_docx import add_html
from docx import Document


html_content = '<h1>Example</h1><p><b>Bold</b> or Normal</p>'
document = Document()
document = add_html(document, html_content)
document.save('example.docx')

About

Python Django For Usummit-Html-Docx

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages