将 ASP.NET 页面导出到 Word 文档
我需要帮助将 asp.net 页面导出为 word (rtf) 格式。这看起来很简单,但不知怎的,我似乎无法完成它。我不需要下载它,我只需要在后端在用户不知情的情况下转换它。不使用第三方工具可以吗?
I need help in exporting an asp.net page to a word (rtf) format. It seems really simple but somehow I cannot seem to complete it. I do NOT need to download it, i just need to convert it at the back end without the user knowing it. Is it possible without using third party tools?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 Response.ContentType 更改为“application/msword”
Change Response.ContentType to "application/msword"