How to convert docx to html file using open xml with formatting

后端 未结 4 2133
逝去的感伤
逝去的感伤 2020-12-15 13:40

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 alo

相关标签:
4条回答
  • 2020-12-15 14:16

    You can use OpenXML Viewer extension for Firefox for Converting with formatting. http://openxmlviewer.codeplex.com This works for me. Hope this helps.

    0 讨论(0)
  • 2020-12-15 14:17

    Your end result will not look exactly the way your Word Document turns out, but this link might help.

    0 讨论(0)
  • 2020-12-15 14:21

    You might want to find an external tool to help you do this, like Aspose Words

    0 讨论(0)
  • 2020-12-15 14:40

    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

    0 讨论(0)
提交回复
热议问题