Skip to content

saritasa-nest/usummit-html-docx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%