It seems that advanced text effects (used for WordArt or as standalone effects) are not reproduced when converting DOCX documents to HTML....Document doc = new Document("path/to/your/document.docx"); HtmlSaveOptions...document to HTML format doc.save("path/to/output/document.html", options);...