Essential Studio for Windows Forms Release Notes
v17.1.0.40
April 9,2019
DocIO
Bug Fixes
- #230678, #228611 - The NullReferenceException will no longer be thrown while converting a Word document to PDF.
- #229738 - Text is now preserved properly while converting a Word document to PDF.
- #229094, #F142888 - Table cell borders are now preserved properly while converting a Word document to PDF.
- #228272 - Table border is now preserved properly in RTF to PDF conversion.
- #227754 - Multiple TOC page numbers are now updated properly while calling the UpdateTableOfContents method.
- #228968 - Hanging issue has been resolved while updating the Word document fields.
- #229891 - Hanging issue has been resolved while converting a Word document to PDF.
- #231594 - Dropdown form field is now preserved properly while converting an HTML document to RTF format document.
- #226490 - Corruption issue has been resolved while resaving as DOCX format document.
- #212671, #212772, #220859, #230072, #232381 - List style name is now updated properly while opening and saving a Word document.
- #225752, #230460, #230460 - Line space preservation issue has been resolved when updating the Word document fields.
- #228319 - Page border is now preserved properly while converting a Word document to PDF.
- #228049 - Table left indent value is now updated properly while opening an RTF document.
- #230017 - ‘HtmlExportOmitXmlDeclaration’ API is now working properly while converting a Word document to HTML.
- #F142502 - Empty groups are now removed properly while performing Mail merge process.
- #F143006 - Text is now preserved properly while replacing the bookmark content in DOC format document.
No Changes for this product in this version.
Presentation
No Changes for this product in this version.
XlsIO
Features
- #227983 - Exception, “Text length cannot be more than 32767” can be ignored using
ExcludeAdditionalCharacters
flag.
Breaking Changes
- #227983 -
ExcludeAdditionalCharacters
has been added inIApplication
class to ignore exception and exclude characters more than 32767 (maximum allowed characters) in a cell text.
Bug Fixes
- #229121 - Picture name is now updated proper after removing a picture and inserting a new picture.
- #226753 - Exception is no longer thrown while opening Excel file with formula in Dutch culture.
- #230294 - Picture created with camera tool is now properly changed with INDIRECT() formula.
- #230697 - After accessing the used range, relative range indexer is now working proper.
- #231469 - Application no longer hangs while opening Excel file with picture that has unsupported element.
- #226860 - Performance will not degrade on exporting a range to a data table multiple times.