
The method for inserting HTML content now works with non-English characters.
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 inserting HTML content now works with non-English characters.
- Loading a .docm document and using the Save() method will now save the document as a .docm document.
- Paragraph:
- Added two new properties, called StartIndex and EndIndex, which are now available to find out where a paragraph is located in the document.
- The InsertPageCount and AppendPageCount methods now include a new parameter, called useSectionPageCount, that allows you to count the pages in the section or in the document.
- PDF Conversion:
- Adjustments have been made to improve thread-safety.
- Converting a document that contains many pictures, shapes or tables is now faster.
- Tables using a WrapStyle will now be converted to PDF.
- Table:
- Pictures are now displayed when a table is inserted inside of a header or footer.
- Inserting or removing rows or columns now updates the paragraph count in the document.