Spire.Doc 5.5.184 Beta starts to work with WordXML documents

Spire.Doc

Today we are pleased to announce the Beta version of Spire.Doc 5.5.184. With the hard work by our develop team, Spire.doc 5.5.184 supports to insert a new shape to word documents and work with Word XML documents, WordprocessingML (WordML) for Word 2003 and WordXML for word 2007-2013. View the details as below:

New Features:

Add new feature to support WordML/WordXML documents.

Document doc = new Document();
doc.LoadFromFile(filename);
doc.SaveToFile("DocxToWordML.xml", FileFormat.WordML);

Add new feature to insert shape.

Document doc = new Document();
Section sec = doc.AddSection();
Paragraph para = sec.AddParagraph();
para.AppendShape(100, 100, ShapeType.ActionButtonBlank);
doc.SaveToFile("InsertShape.docx", FileFormat.Docx);

Welcome to experience Spire.Doc 5.5.184 (Beta) with downloading here:

http://www.e-iceblue.com/Download/download-word-for-net-now.html