Hello there, Beta version of Aspose.Word has been released. This version allows to read a Word file, perform mail merge operation and save content as a TXT file only. There is no installer, it is just a DLL. You can download it from
http://www.aspose.com/Products/Aspose.Word/Fixes/Aspose.Word.zip. Please check the
API Reference. Here is an example how to use the component: Aspose.Word app = new Aspose.Word(); Aspose.Document doc = app.Open("InputFile.doc"); //This method takes two parameters.
//First parameter is an array of string with names of the mail merge fields. //Second parameter is an array of objects with values to be inserted into those fields. doc.MailMerge( new string[] {"FirstName", "Location", "TestField1"}, new object[] {"James Bond",
"M5 Headquarters", "Good day!"}); doc.SaveAs("OutputFile.txt"); Let me know if you have more questions. In the meantime I will get back to continue work on the component.
aspose
Member
535 Points
107 Posts
Aspose.Word Beta Released!
Nov 04, 2003 07:39 AM|LINK
http://www.aspose.com
Aspose.Excel
Aspose.Word
Aspose.PowerPoint
Aspose.Project
Aspose.Pdf
Aspose.Spell
Aspose.Chart
Aspose.Recurrence
Aspose.Component
Aspose.Office
Aspose.Report
Aspose.Obfuscat