Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 227 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 227 Bytes

wordToHtml

Convert .doc to HTML file.

Comes in handy when in need to convert huge amount of .doc files to HTML programmatically.

Usage

java -jar wordToHtml.jar targetDoc.doc

New file will be created in html folder.