Search code examples
c#.nethtmlwpfdoc

WPF or C# convert Html to Doc


How can I convert HTML with images to Word Document(Doc not Docx) in WPF? Please tell me a free lib or other solution, but preferably with no office installed on OS.


Solution

  • If you can go with rtf instead of doc, you can use http://sourceforge.net/projects/itextsharp/

    You must use older version 4.*, since version 5 only pdf is supported.