如何在Web应用程序中将Doc和docx文件转换为html

时间:2015-02-08 16:47:51

标签: c# asp.net-mvc ms-word

我想以html格式获取Docx和doc文件内容,但我不希望在上传文件时将文件存储在服务器上我希望获取文件内容并将其转换为html流?

how can i achive this:-

private IEnumerable<string> GetFileInfo(HttpPostedFileBase files)
{
    retur files.InputStream;
}

没有上传文件我想以html格式返回File的内容......

请帮忙

0 个答案:

没有答案