[GH-ISSUE #20419] feat: Add HTML to Word Export Option #57847

Closed
opened 2026-05-05 21:44:49 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @amit-p-dev on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20419

Check Existing Issues

  • I have searched for all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.

Verify Feature Scope

  • I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions.

Problem Description

Currently, Open-WebUI allows working with HTML content, but there’s no built-in option to export or convert HTML to a Word (.docx) document. It would be useful to add a feature that allows users to:

  • Convert HTML content from the editor into a .docx Word file.
  • Preserve basic formatting like headings, lists, tables, and links.
  • Optionally, allow customizing page size, margins, and font styles.

Many users may want to generate Word documents from the content created in Open-WebUI for documentation, reports, or sharing purposes. This feature would enhance the usability and make it easier to export structured content.

Desired Solution you'd like

  • Use a library like html-docx-js or any similar package to convert HTML to Word.
  • Add a button or menu option in the editor to trigger the export.
  • Support basic styling preservation from HTML.

Alternatives Considered

No response

Additional Context

No response

Originally created by @amit-p-dev on GitHub (Jan 6, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/20419 ### Check Existing Issues - [x] I have searched for all existing **open AND closed** issues and discussions for similar requests. I have found none that is comparable to my request. ### Verify Feature Scope - [x] I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions. ### Problem Description Currently, Open-WebUI allows working with HTML content, but there’s no built-in option to export or convert HTML to a Word (.docx) document. It would be useful to add a feature that allows users to: - Convert HTML content from the editor into a .docx Word file. - Preserve basic formatting like headings, lists, tables, and links. - Optionally, allow customizing page size, margins, and font styles. Many users may want to generate Word documents from the content created in Open-WebUI for documentation, reports, or sharing purposes. This feature would enhance the usability and make it easier to export structured content. ### Desired Solution you'd like - Use a library like [html-docx-js](https://www.npmjs.com/package/html-docx-js) or any similar package to convert HTML to Word. - Add a button or menu option in the editor to trigger the export. - Support basic styling preservation from HTML. ### Alternatives Considered _No response_ ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#57847