Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Saritasa/html_docx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated ⚠️

Moved to: https://github.com/saritasa-nest/usummit-html-docx

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%