|
how can i convert a word document to RTF File through programmatically -- MunirHussain --
You can use a DLL from MS Office named "Interop.Word" Start with : dim obj as Word.Application and use its methods. It has many formats available (doc, rtf, html and more) Hope it ll help. Regards, Munir Hussain ----- Original Message ---- From: siri <prasanthgowtham> To: "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" <DotNetDevelopment> Sent: Wednesday, July 12, 2006 4:06:02 PM Subject: how can i convert a word document to RTF File through programmatically hi all, can any one help me, how can i convert a word document to RTF File through programmatically,so that i can load to the RICHTEXTBOXCONTROL thanks in advance, bye |