Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 842 Bytes

File metadata and controls

24 lines (14 loc) · 842 Bytes

Docx HTMLizer

app-capture

Purpose

This is a simple application to convert any docx file to a clean and simple html.

The origin of this app avoid the time-consuming task of having to clean up content provided in Word format for publication as web format content on any CMS or similar.

This app gives you clean, simple and pretty formated html that you can copy or save as you wish.

How to get it

You can download an MSI installation package from releases:

https://github.com/antoniobarranco/Docx-HTMLizer/releases

To do

  • Support for input file as argument: DONE in v1.1!
  • Support for input file as Drag and Drop event: DONE in v1.1!
  • Save all related images functionality
  • Batch conversion functionality