不使用微软办公室将word doc转换为HTML

问题描述:

我正在开展一个项目,我必须在网页浏览器中显示word文档



我这样做是用 Microsoft.Office.Interop 但我必须使用 Open Office

而不使用任何microsoft office dll。

I am working on a project in which I have to show word document in web browser

I did this using Microsoft.Office.Interop but I have to do it with Open Office
without using any microsoft office dll.

请查看我过去的答案:

转换Office-没有互操作的PDF文档 [ ^ ],

需要一个相当独特的WPF文本编辑器控件 [ ^ ],

您好我怎样才能显示word文件Windows应用程序使用c#.net [ ^ ],

在不使用Interop.word dll的情况下读取word文件...不想在IIS中安装单词。 [ ^ ]。



另见:参见: http://npoi.codeplex.com [ ^ ]。



-SA
Please see my past answers:
Convert Office-Documents to PDF without interop[^],
Need a rather unique WPF text editor control[^],
Hi how can i display word file in windows application using c#.net[^],
Read a word file without using Interop.word dll...Do not want to install word in IIS..[^].

See also this: See also: http://npoi.codeplex.com[^].

—SA