简体   繁体   English

ms word 2010 with aspx

[英]ms word 2010 with aspx

I want to display a Word 2010 document inside of an aspx page. 我想在aspx页面中显示Word 2010文档。 The user will select some word ranges and the position of this selection will need to be sent server side. 用户将选择一些字范围,并且需要在服务器端发送该选择的位置。 Conversion, displaying rtf or any other solution will not work because they need the input to be the same as html to display. 转换,显示rtf或任何其他解决方案将无法工作,因为它们需要输入与要显示的html相同。 Is there is any alternate option for my problem? 我的问题还有其他选择吗?

I want to display word 2010 inside an aspx page. 我想在aspx页面中显示单词2010。

That's simply not possible. 这根本不可能。

If conversion of the documents isn't an option, then you need to change over to either using a desktop app in which you can embed word in a regular form OR use webdav in combination with some type of word extension or vbscript embedded in the document itself to handle what you are after. 如果无法转换文档,则需要切换到使用桌面应用程序,在该应用程序中可以以常规形式嵌入单词或将webdav与某些类型的单词扩展名或文档中嵌入的vbscript结合使用本身就是为了处理你所追求的目标。

update 更新
see Nancy's response. 看看南希的回应。 Looks like there might be a way after all. 看起来毕竟可能有办法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM