{"categories":[{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"Converts HTML content into Microsoft Word documents (.docx format), either by adding HTML to existing documents or parsing HTML files and strings directly into new documents.","skillfed_tags":["document-generation","html-conversion"],"use_cases":["Generate Word documents from HTML templates in web applications or report generators","Convert HTML email content or web pages into downloadable .docx files for users","Batch convert HTML files to Word documents as part of a document processing pipeline","Add HTML-formatted content to existing Word documents programmatically"],"what_it_does":"htmldocx bridges HTML and Microsoft Word by converting HTML markup into .docx documents using python-docx as its rendering engine and beautifulsoup4 for HTML parsing. It offers three main workflows: adding HTML snippets to an existing Document object, parsing a complete HTML file into a new document, or converting an HTML string directly to a docx object. You can also configure table styling, including applying built-in Word styles or adding borders via the TableGrid style.\n\nThe package is straightforward for simple HTML-to-Word conversions but is no longer actively maintained\u2014the last release was in 2021 and development has been dormant since then. It works with Python 3.6 and later and depends only on two well-established libraries, making installation frictionless.","worth_installing":"Yes, if you need basic HTML-to-Word conversion and can accept dormant maintenance. The package is stable, has no known vulnerabilities, and handles common use cases well. However, if you require active bug fixes, new HTML feature support, or compatibility assurance with the latest python-docx versions, consider whether the lack of recent maintenance is acceptable for your project timeline."},"id":"htmldocx","links":{"html":"https://skillfed.io/packages/htmldocx","md":"https://skillfed.io/packages/htmldocx.md","pypi":"https://pypi.org/project/htmldocx/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2021-08-25","license_spdx":null,"license_treatment":"permissive","name":"htmldocx","python_support":"supports_current","summary":"Convert html to docx"},"popularity":{"monthly_downloads":1202067,"position":4229,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.0.6"}
