Xceed Words for .NET Releases

Released: Mar 4, 2024

Updates in V3.0 (Build: 3.0.24152.1219)

Fixes

  • Inserting a DocumentElement after a removed paragraph will now throw a "Cannot insert before or after a removed paragraph." message to indicate an invalid operation exception.
  • When inserting HTML content in a Document, non-inherited attributes will now only be applied to the elements they relate to.
  • When inserting HTML content into a Document, the unquoted attribute values found in the HTML source code will now be supported.
  • Inserting a Paragraph using List.InsertParagraphAfterSelf() or...

Released: Oct 25, 2023

Updates in V3.0

Features

  • It is now possible to insert HTML content into a Document.
  • New methods are available to replace text with HTML content when working in a Document, Container or Paragraph.
  • Converting HTML content to the PDF format is now supported.

Fixes

  • Document:
    • Supported content that was inserted from an HTML file or HTML string will now appear correctly once a Document is converted into PDF.
    • Merging multiple Documents that contain more than one style no longer results in a corrupted Document.
    • Merging...

Released: Apr 3, 2023

Updates in V2.5

Features

  • Document:
    • Calling a ReplaceText method now offers the ability to replace text in Headers, Footers, the body of the document or in any combination of those containers.
  • Paragraph:
    • Removing a paragraph now also removes the images, charts and tables associated with it, along with all of the related parts and the relationships between them.
    • The value of the StartIndex and EndIndex properties are now calculated only when needed, allowing faster modifications of paragraphs.
  • PDF Conversion...

Released: Oct 5, 2022

Updates in V2.4

Features

  • The Microsoft .NET Standard version of this product is no longer supported. The Microsoft .NET 5 version should be used instead.
  • Container, Document and Paragraph:
    • The old ReplaceText and ReplaceTextWithObject methods are now obsolete. Two new methods, with the same name but with only one parameter called replaceTextOptions, have been created as a replacement.
  • Document:
    • Calling a ReplaceText() method multiple times on a big document is now faster.
    • Using the InsertContent() method for...

Released: May 14, 2022

Updates in V2.3

Features

  • Document:
    • The InsertParagraph(Paragraph p) method now inserts a paragraph's style in the document.
    • The FindUniqueByPattern method now returns the elements found in the main body, the headers and the footers of the document.
  • Header/Footer:
    • It is now possible to use the InsertContent() method to add HTML/RTF content.
  • PDF Conversion:
    • Table of contents are now converted to PDF.
    • An InFrontOfText picture or shape now gets drawn in the header or footer when a document contains many different...

Released: Feb 4, 2022

Updates in V2.2

Features

  • Added compatibility with the Microsoft .NET 6 framework.
  • Section:
    • The Tables property now returns all the tables in the current section. Also, the Remove method now removes all the tables from a section, including the first table.
  • Container:
    • Removing all paragraphs from a table now also removes the table.

Fixes

  • PDF Conversion:
    • Saving the document as a DOCX prior to converting it to PDF is no longer necessary.
    • Converting a table that contains a table in one of its cells no longer raises...

Released: Nov 15, 2021

Updates in V2.1

Features

  • Added support for Microsoft Windows 11.
  • Marker class now allows you to customize markers.
  • Document.AddChart is now used for chart creation.
  • Hyperlink:
    • Added two new properties, Anchor and Type, that get more information about a hyperlink's type and gets/sets the anchor's value.
  • Series:
    • Added two new properties: Marker and DataPoints.
  • DataPoints:
    • Added a Marker property.
  • Chart, Picture, SignatureLine, Table and Shape:
    • Added new WrapStyle and WrapTextPosition properties for customizing...

Released: Jul 19, 2021

Updates in V2.0

Features

  • Added support for Microsoft .NET 5.
  • Digital signatures can now be added to documents in the Microsoft .NET Framework environment.
  • Signature lines can now be positioned in a document and many new methods are now available to retrieve/remove/add digital signatures or signature lines.
  • PDF Conversion:
    • The paragraph's indentation is now automatically added when a paragraph from the Table of Contents does not specify any indentation but has an outlineLevel greater than 0.
    • A table following a...

Released: Jan 25, 2021

Updates in V1.8

Features

  • Bookmarks:
    • Added new methods to the Container class to get, insert, remove and validate bookmarks.
  • Chart:
    • Added new Axis.LabelPosition property to position axis labels over, under, next to the axis or even hide them.
    • Added new Charts property to get all the charts from a container.
    • Added new Width property which can be used to set the size of a series.
  • Document:
    • Automatic hyphenations and configurable hyphenations can now be set for the whole document.
    • Calling ApplyTemplate() with a...

Released: Aug 17, 2020

Updates in V1.7.1

Features

  • Added the ability to merge two documents and select which headers/footers will be used for the final document.
  • Added more formatting options for bookmarks, page numbers, table of contents and custom properties.
  • Improved PDF conversion.

Fixes

  • A total of 28 improvements and bug fixes are included in this release.