Export to Word Document in C#

后端 未结 7 664
你的背包
你的背包 2020-12-10 18:55

I\'m looking for a .NET library that will allow creation of a Word document. I need to export HTML based content to a Word doc (97-2003 format, not docx).

I know th

相关标签:
7条回答
  • 2020-12-10 20:00

    There's a tool called JODConverter which hooks into open office to expose it's file format converters, there's versions available as a webapp (sits in tomcat) which you post to and a command line tool. I've been firing html at it and converting to .doc and pdf succesfully it's in a fairly big project, haven't gone live yet but I think I'm going to be using it. http://sourceforge.net/projects/jodconverter/

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