Xceed Words for .NET V2.3

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 sections.
  • Table:
    • Inserting a row now inserts the same number of cells as in the preceding row.

Fixes

  • Document:
    • Inserting a document after another, when one or both of those documents contain charts, now correctly outputs a document with those charts.
    • Replacing text with a table no longer creates an empty paragraph.
    • The GetPageCount method no longer closes the package after getting the page count.
    • Inserting a paragraph at a specific index or cloning a paragraph no longer throws an out of bound exception.
    • Inserting a document that contains headers and/or footers after another document no longer throws a packageRelationship Id exception.
  • PDF Conversion:
    • Converting the same image twice with one version being cropped now correctly sizes the converted cropped image.
    • Merging cells vertically now correctly converts the result to PDF.
    • Converting a document to PDF no longer throws a null ref exception when using a Table of content with empty links.
    • Using complex ListItems values in a list no longer throws an exception because the item is already present in the list.