views:

106

answers:

2

Possible Duplicates:
How can a Word document be created in C#?
Convert Word doc file to docx on a server without Word

Hi everyone !

Using your experiences, i wanna found the better sdk/library to create Word doc/docx, with or without .doc template, but without interop !

Thanks ! kiRbytte

+1  A: 

Best, and easiest I know is DocX library. It has a few bugs but author actively works on solving them. No interop and very easy to use. It's only docx thou.

MadBoy
No problem with docx, thx ! I'll see the doc
DiDi
+1  A: 

You could use Aspose.Words. It's not free but it works well.

LukeH
Thanks a lot , but i will prefer free solutions !
DiDi