How To Convert Docx To Html File Using Open Xml With Formatting
I know there are lot of question having same title but I am currently having some issue for them I didn't get the correct way to go. I am using Open xml sdk 2.5 along with Power to
Solution 1:
PowerTools for Open XML just released a new HtmlConverter module. It now contains an open source, free implementation of a conversion from DOCX to HTML formatted with CSS. The module HtmlConverter.cs supports all paragraph, character, and table styles, fonts and text formatting, numbered and bulleted lists, images, and more. See http://bit.ly/1bclyg9
Solution 2:
Your end result will not look exactly the way your Word Document turns out, but this link might help.
Solution 3:
You can use OpenXML Viewer extension for Firefox for Converting with formatting. http://openxmlviewer.codeplex.com This works for me. Hope this helps.
Solution 4:
You might want to find an external tool to help you do this, like Aspose Words
Post a Comment for "How To Convert Docx To Html File Using Open Xml With Formatting"