New Release 1.5 and its Hot Fixes

Dear Customers,

We have released Aspose.Word 1.5.

For the list of new features please see What’s New.

To download click here.

We hope you enjoy the product.

Dear Customers,

We have released Aspose.Word 1.5.1 hotfix.

In this version:

  1. Added Range.Bookmarks collection that allows to access all bookmarks in a section or in a document. Currently Bookmark object has only Name property.

  2. Resolved an issue where some documents with tables when opened in Word 97 had black background for table cells.

Roman,

thanks for the update. The fix does it.

Kai

Dear Customers,

We have released Aspose.Word 1.5.2 hotfix and the full installer.

In this version:

New DocumentBuilder.ListFormat property that allows to construct bulleted and numbered lists.

New DocumentBuilder.MoveToParagraph and MoveToCell methods that allow to move the cursor to various places in the document.

New DocumentBuilder.InsertTableOfContents method.

To download click here.

Dear Customers,

We have released Aspose.Word 1.5.4.

In this version:

New ParagraphFormat.StyleName property that allows to apply styles to paragraphs created using DocumentBuilder.

New Document.Clone method that makes a deep copy of the Document object. Use to speed up generation of many documents from a single template.

Changed behaviour when inserting EMF images into the document. They are now preserved and inserted in EMF format.

New DocumentBuilder.InsertImage overload that takes image width and height parameters.

Performance optimizations for DocumentBuilder.MoveToMergeField, mail merge and document save operations.