Essential Studio for WPF Release Notes

v17.1.0.38
March 27, 2019

.NET Core 3.0

Our WPF controls are supported in .NET Core 3.0 preview from this release. A separate set of libraries is provided for .NET Core 3.0 preview to take advantage of the new features.

ColorPickerPalette

Bug Fixes

  • #229481 – The InvalidOperation exception will no longer be thrown on loading control.

ComboBoxAdv

BugFixes

  • #229905 – The NullReferenceException will no longer be thrown when choosing the SelectAll option after removing items.

Common

Features

  • Provided the support for .NET Core 3.0.
  • Provided the project template and toolbox support for Visual Studio 2019.

DocIO

Features

  • #225752 – Provided support to update unknown type fields in a Word document.
  • #224654 – API has been added to set created date and time for Word document comments.
  • #223907 - API has been added to skip the Complex format is not supported exception while opening an incrementally saved DOC format Word document.

Bug Fixes

  • #221972 - Text is now highlighted properly while converting a Word document to tagged PDF.
  • #223350 - Table cell is now preserved properly while opening an HTML document.
  • #222922 - Image is now preserved properly while converting a Word document to PDF.
  • #222713 - The ArgumentException will no longer be thrown while adding a table.
  • #222608 - Font name is now preserved properly while converting an HTML document to Word document.
  • #222751 - The StackOverFlowException will no longer be thrown while converting a Word document to PDF.
  • #222670 - Inline content control text is now preserved properly while converting a Word document to PDF.
  • #222320 - Hyperlink is now preserved properly in inline content control while converting a Word document to PDF.
  • #222345 - The ArgumentOutOfRangeException will no longer be thrown while updating TOC in RTF format document.
  • #221260 - Line space preservation issue has been resolved While converting a Word document to PDF.
  • #221153 - Inline content control custom XML data is now preserved properly while converting a Word document to PDF.
  • #221725 - The ArgumentOutOfRangeException will no longer be thrown while cloning a Word document.
  • #221611 - The NullReferenceException will no longer be thrown while saving a Word document.
  • #220710 - Table row is now preserved properly while converting a Word document to PDF.
  • #220324 - Checkbox content control state is now preserved properly while cloning a Word document.
  • #221119 - List number is now preserved properly while opening an RTF format document.
  • #218943 - List bullet is now preserved properly while opening an RTF format document.
  • #219092 - Merge field before and after text is now preserved properly while executing mail merge.
  • #F141177 - The metafile images are now replaced by default bitmap images while converting a Word document to PDF in Azure platform.
  • #223340 - The IndexOutOfRangeException will no longer be thrown while converting a Word document to PDF.
  • #222852 - Footer content is now preserved properly while merging multiple RTF documents.
  • #223355 - Tab is now preserved properly while converting a cloned Word document to Image.
  • #222588 - Formula field result is now preserved properly while updating the Word document fields.
  • #224323, #225518, #225883 - The NullReferenceException will no longer be thrown while calling the GetText API.
  • #224412 - Tab is now preserved properly while converting a Word document to PDF.
  • #224287 - Image is now preserved properly while converting a Word document to PDF.
  • #223508 - Word document instance is now disposed properly while converting a Word document to PDF.
  • #225386 - Page field is now preserved properly while converting a Word document to PDF.
  • #225611, #225386 - Table content is now preserved properly while converting a Word document to PDF.
  • #218799 - Pagination issue has been resolved while converting a Word document to PDF.
  • #224351, #224561 - Inline content control’s text is now preserved properly while converting a Word document to PDF.
  • #224062, #226901 - Table border is now preserved properly while converting a Word document as RTF.
  • #226599, #226243, #220279 - Table is now preserved properly while converting a Word document to PDF.
  • #226599, #226243, #225970, #225679, #226352, #223713, #223959, #224412, #221455 - Hanging issue has been resolved while converting a Word document to PDF.
  • #226243 - Frame content is now preserved properly while converting a Word document to PDF.
  • #227112 - The NullReferenceException will no longer be thrown while updating the Word document fields.
  • #224637 - Picture preservation issue has been resolved while converting a Word document to PDF.
  • #225091 - Check box is now preserved properly while converting a Word document to PDF.
  • #225458, #223134 - Table row border is now preserved properly while converting a Word document to PDF.
  • #225091 - Underline is now preserved properly while converting a Word document to PDF.
  • #225176 - Image is now preserved properly while converting the RTF document to HTML.
  • #226725 - Embedded Microsoft Visio (VSDX) object is now preserved properly in DOCX to DOCX conversion.
  • #220362 - Picture watermark is now preserved properly while resaving the RTF document.
  • #225947 - Number format is now preserved properly while performing Mail merge.
  • #225062 - Image is now preserved properly while importing a Word document.
  • #218957, #220198 - The ArgumentException will no longer be thrown while converting a Word document to PDF.
  • #225481 - The NotSupportedException will no longer be thrown while opening an HTML document.
  • #225481 - Image size is now preserved properly while opening an HTML document.
  • #225481 - Table border is now preserved properly while opening an HTML document.
  • #218799 – Text format is now preserved properly while converting a Word document to PDF.
  • #218799, #225679 – Text box is now preserved properly while converting a Word document to PDF.
  • #225386 – Table cell is now preserved properly while converting a Word document to PDF.
  • #221089 – Picture watermark is now preserved properly while converting a Word document to PDF.
  • #227058 – Html contains not well formatted table will no longer be thrown while opening an HTML document with caption tag.
  • #223350 – Vertical merged cells are now preserved properly while opening an HTML document.

DockingManager

Bug fixes

  • #227547 – The design-time error will no longer be thrown when setting CanDock, CanFloat, and CanAutoHidden for child windows in DockingManager.
  • #224909 – The Null reference exception will no longer be thrown when handling the minimum size for DockedElementContainer in DockingManager.

Features

  • #222113 – An event has been provided to notify when the children collection is changed in Docking Manager.
  • An option has been provided to change the visibility of dock hints at run time based on mouse hover window in DockingManager.

DoubleTextBox

Bug fixes

  • #228569 – Cursor index is not updated properly when changing group separator in DoubleTextBox has been fixed.

GridControl

Bug fixes

  • #224302 – The NullReferenceException does not throw when the text is copied/pasted in cells.

GridTreeControl

Bug fixes

  • Object does not match the target type exception is no longer thrown when binding the data that has overridden property.

PDF

Features

  • #136187 - Added support to create the ZUGFeRD PDF invoice.
  • #135996, #179159, #124105 - Added support to create the PDF/A-2b and PDF/A-3b conformance level document.
  • #222759, #226015 - Added support to import and export a PDF annotation with FDF and XFDF formats.
  • #223208 - Added support to fill both XFA and acroform fields with sample API.
  • Added support to rotate annotations.
  • #220871 - Added support to retrieve the acroform radio button option values.
  • #141170, #222335, #223048 - Added support to retrieve review status and comments from a PDF annotation.
  • #221779 - Added support to update the layout result.
  • #194410, #198765 - Added support to create an ink annotation with ink list collection.
  • #141253 - Added support to create multiple range of page labels.
  • #223924 - Added support to retrieve certificate details from the existing signed PDF.
  • #223970 - Added support to clear the XFA date time field value.
  • #227357 - Added option value support to import and export the radio button field.

Breaking Changes

  • #223629 – Now, by default, EnableMemoryOptimization is set to false when append the PDF files, so close the existing PDF document after saving the new PDF document.
  • Free text annotation call-out line coordinate points are now changed to top to bottom.
  • Annotations are now rotating based on the page rotation in an existing PDF document.

Bug Fixes

  • #223966 - The XFA form fields are now retrieving properly by field name.
  • #224603 - The null reference exception will no longer occur when merging certain PDF documents.
  • #141148 - Tool tip is now preserving properly for PdfSignatureField.
  • #224531 - The null reference exception will no longer occur while saving the merged PDF document.
  • #223013 - The radio button field state is now importing properly from XFDF document.
  • #222779 - Attachment is now opening properly from the merged PDF document.
  • #222425 - The check box form field is now filling properly in PdfLoadedXfaDocument.
  • #222024, #224795 - The null reference exception will no longer occur when saving the PDF document.
  • #221122 - PDF security is now preserving properly when saving the PDF document twice.
  • #217591 - Font is now preserving properly in the flattened PDF document.
  • #221424 - The Brush property of the PdfPen is now initialized through the constructor.
  • #222811 - Line is now rendering properly when converting EMF to PDF document.
  • #222296 - Text is now preserving properly when converting EMF to PDF document.
  • #199783 - Content in EMF is now preserving properly when converted to PDF multiple times.
  • #222410 - EMF is now preserving properly when converting to PDF document.
  • #222516, 224611 - RTL text is now preserving properly when converting a word document to PDF.
  • #221808, #223751 - The “An error exists on this page” exception will no longer occur when converting a word document to PDF.
  • #223650 - The EMF images are now preserving properly when converting presentation to PDF.
  • #222811 - The EMF image is now scaling properly when converting EMF to PDF.
  • #222327 - Hebrew text is now preserving properly when converting XPS to PDF.
  • #219569 - The “Arithmetic overflow exception” will no longer occur while signing the PDF document.
  • #222059 - All hidden layers are now printing properly when saving and loading the PDF document.
  • #221328 - Performance has been improved when saving the uncorrupted PDF document.

  • #227081 – Row span is now applying properly in PdfGrid header.
  • #224992, #225719 – Argument out of range exception will no longer occurs when importing pages from a PDF document.
  • #224584 – PDF document will no longer be corrupted when redacting the PDF document.
  • #227605 – Border width is now retrieving properly from the free text annotation.
  • #227261 – Text is now selectable after processing OCR for the PDF document.
  • #226916 – Documents will no longer be corrupted when creating PDF template from imported PDF document.
  • #226124 - PDF lexer issues are now thrown with PdfException.
  • #227048 - Form fields are now preserving properly while resaving the existing XFA document.
  • #226167 – PDF documents will no longer be corrupted after modifying the PDF document information.
  • #226393 – Form fields are now filling properly when importing XFDF document to fill XFA document.
  • #221393, #221376 – Memory leaks will no longer occurs when converting Word document to PDF.
  • #225910 – The “PathException” will no longer occurs while retrieving custom metadata from an existing PDF document.
  • #222811 – Content is now preserving properly when converting EMF to PDF document.
  • #225853 – Display date format is now preserving properly while filling the PdfLoadedXfaDateTimeField.
  • #225896 – “ArgumentOutOfRangeException” will no longer occurs while importing the PDF document.
  • #222797, #225325 – Vertical alignment of the Thai language text is now preserving properly.
  • #223629 – Performance of the PDF append method is now improved.
  • #224852 – XFA form flatten is now preserving properly in Danish culture.
  • #224583 – Font size is now preserving properly in combo box field.
  • #224603 – Null reference exception will no longer occurs while merging certain PDF documents.
  • #223346 – Images are now preserving properly while encrypting the PDF document.
  • #224531 – Null reference exception will no longer occurs while saving the PDF document.
  • #224269 – Free text annotation’s properties are now retrieving properly.
  • #222297 – Color preservation issues will no longer occur while converting EMF to PDF document.
  • #221805 – Fonts are now embedding properly in conformance enabled PDF document.
  • #141148 – Tool tip is now changing as expected for PdfSignatureField.
  • #219569 – Arithmetic overflow exception will no longer occurs while signing the PDF document.
  • #185722 – PDF document content is now preserving properly after merging the PDF files.
  • #224887 – Added PDF signatures are now valid.
  • #221808, #205098 – Text is now preserving properly while converting Word document to PDF.
  • #225055 – The bounds are now retrieving properly from PdfLoadedTextBoxField.
  • #225055 – RTL text is now preserving properly in PDF form fields.

PdfViewerControl

Bug Fixes

  • #200404, #222505 – AccessViolationException will no longer be thrown when extracting images from the PDF document.
  • #220460, #228148, #228708 – UnauthorizedAccessException will no longer be thrown when loading the PDF documents using the Pdfium rendering engine.
  • #220553 - Text is now extracted properly from the rotated PDF pages.
  • #220725 – Application hanging issue will no longer occur when extracting images from the PDF document.
  • #222407, #227378 - Text is now extracted properly from the PDF document.
  • #222654 – NullReferenceException will no longer be thrown when printing the PDF document.
  • #222914 – NullReferenceException will no longer be thrown when loading the PDF document.
  • #223094 – Redaction is now working properly with 270 degrees rotated PDF pages.
  • #223095 – Performance issue will no longer occur when rotating multiple pages at a time.
  • #223187 – Application hanging issue will no longer occur when compressing the PDF document.
  • #223344 – Custom print description is now set properly when printing the PDF documents silently.
  • #223344 – Batch printing is now working properly when printing using background threads.
  • #224269, #227610 – Free text annotation border thickness is now displayed properly when viewing the PDF document.
  • #224329 – NullReferenceException will no longer be thrown when printing the PDF document silently.
  • #224285 – PDF document will no longer be corrupted after compressing the document.
  • #224584 – Images are now extracted properly from the PDF document.
  • #225051 – The PDF document is now loaded properly using PdfDocumentView asynchronously.
  • #225462 – Aspect ratio is now maintained properly in the pages of the PDF document exported as images.
  • #225462 – Extra white space will no longer be displayed when exporting pages as images from the PDF document.
  • #227113 – Culture setting is now restored properly after printing the PDF documents.
  • #227863 – The FindText method now finds the text properly from the PDF document.

Features

  • #220384 – Unicode password characters are now supported for loading encrypted PDF documents using the Pdfium rendering engine.
  • #221777 – Exposed API to disable all text operations.
  • #223623 – Added support to generate Pdfium assemblies in the custom location instead of default location.

PivotGrid

Bug fixes

  • #226920 - Collapsed fields are exported properly into the Excel document.

Presentation

Features

  • #227243 - Support has been added to add the OLE Object into PowerPoint slide as link.

Bug Fixes

  • #224226 - Application will no more hang while adding an image to a PowerPoint slide.
  • #F141608 - Background color is now properly preserved while exporting a PowerPoint slide to EMF with 100% transparency.
  • #225390 - PowerPoint file will no longer get corrupted while resaving multiple times with charts.
  • #222440 - Notes in a PowerPoint slide can now be cloned and added to another slide.
  • #222693 - Hyperlinks in a PowerPoint slide are now embedded into the converted PDF document.
  • #226350 - Scaled images will now render properly in PowerPoint to PDF conversion.
  • #228231 - Application will no more hang while opening the PowerPoint document with empty field tag.

Property Grid

Bug Fixes

  • #228847 – Now, binding of the last property item will be updated properly when changing themes.

ReportDesigner

Bug Fixes

  • #F139270 – Resolved NRE exception when report designer is used in win forms element host.

ReportViewer

Bug Fixes

  • #229264 - Resolved tablix column width problem when it contains groups with merged cells in report preview.

ReportWriter

Bug Fixes

  • #204594 – Resolved the issue “Word and Excel export produces zero-byte file when tablix column member visibility is true for spanned cells”.
  • #225741 – Now, the list level indent is applied to textbox in Excel export.

Ribbon

Bug Fixes

  • #228550, #228548 – Now, the key tip will hook only once for the menu items.

  • #228126 – Now, the RibbonGallery selection will be updated properly when update through binding.

SfChart

Bug fixes

  • #I217933, #I223489 – Now, the InvalidCastException will no longer be thrown when using DateTime as string in CustomTypeDescriptor.

SfDataGrid

Features

  • #220845 –Support has been provided to suspend and resume column sizing operation.

Bug fixes

  • #F118396, #215778 – The StackedHeader text is now exported to Excel with hidden columns.
  • #221206 – Row drag and drop popup is showing properly based on the GridRowDragOverEventArgs.ShowDragUI property.
  • #227631 - ArgumentOutOfRangeException is no longer thrown when grouping a column, if the first column is a TemplateColumn and DetailsViewDefinition is added to the grid.
  • #219799 – The Null reference exception will no longer be thrown when clicking the filter icon after filtering while using with multiple binding.
  • #F142808, #231321 – Records from a DataGrid can be dropped to empty DataGrid.

SfDiagram

Bug Fixes

  • #220026, #220311 - Now, the connector routed properly with padding.
  • #224836 - Binding errors will no longer occur when using vertical scrollbar.
  • #222126 - The auto scroll will no longer start when pressing and holding on the corner of the diagram.
  • #223540 - Now, the diagram will no longer be clipped when scrolling is limited to diagram.
  • #221538 - The symbols are now displayed properly with Windows 7 professional machine.
  • #F141820 - IndexOutOfRangeException will no longer be thrown when using shape with multiple path data.
  • #229432 - While resizing, the node will be snapped with gridlines properly.
  • #228677 - Now, the diagram can be panned properly with finger touch.
  • #227967 - NullReferenceException will no longer thrown when deleting diagram element with Dock ports.
  • #227102 - Performance has been improved with routing constraints.
  • #226308 - Now, the connector will be routed properly when source and connector are placed at the same y-position.
  • #226309 - Now, customizing the appearance of snapping guides for spacing constraint will work properly.
  • #222283 - Now, FitToPage will work properly when the CanZoomIn property is set to true.
  • #230261 - InvalidCastException will no longer thrown when updating DirectTreeLayout layout.

Features

  • Added 445 built-in shapes in Basic, Flow, Arrow, Electrical, DataFlow, and UML shapes categories.
  • Now, automatic layouts will be automatically refreshed when changing the values of HorizontalSpacing, VerticalSpacing, AvoidSegmentOverlapping, Orientation, and SpaceBetweenSubTrees.
  • Provided extension method to add or remove constraints. Bitwise operators are no more required, you can use extension methods instead.
  • Default values for ViewModels properties such as Nodes, Connectors, Groups, and Ports are initialized to their respective collections.
  • Node’s draggable, resizable and rotatable constraints can be controlled at Diagram level instead of changing individual instances.
  • Provided support to hide the disabled selector thumbs.

Behavior Changes

  • When deleting a node, all its dependent connectors will be deleted instead of deleting only its out connections.
  • When the node size is small, some of its resizer’s will be hidden. Now, the visibility of TopLeftResizer and BottomRightResizer will be given higher priority than the TopRightResizer and BottomLeftResizer.
  • Connection between same nodes will be routed around its boundary.

SfHeatMap

Bug Fixes

  • #223754 - ArgumentNullException will no longer be thrown with cell mapping when a cell does not have values.

Features

  • #225060 - Provided support for property mapping to dynamic object.

SfLinearGauge

Bug fixes

  • #229060 – LinearScale’s label will be formatted properly when setting the smaller values to the Minimum and Maximum properties.

SfRichTextBoxAdv

Features

  • #225364 - Added support to preserve zero width joiner within complex script characters.

Bug Fixes

  • #223721 - Exception will no longer be thrown while loading an HTML document containing two or more style definitions with same class name.
  • #223721 - Script tag is now skipped properly while loading an HTML document.
  • #225155 - The IndexOutofRangeException will no longer be thrown while inserting text with two or more newline characters.
  • #226055 - Space between the words is now properly preserved while loading an HTML document.
  • #226863 - Table border and alignment properties are now preserved properly in exported HTML document.
  • #218430 - Self-ended and empty tags are now preserved properly while loading an HTML document.

SfSchedule

Bug Fixes

  • #227175 - The drag-and-drop functionality works properly when drag an appointment from bottom of the screen.

  • #224343 – The ArgumentNullException will no longer be thrown when drag an appointment to all day panel.

SfSkinManager

Bug Fixes

  • #223986 – Now, the BorderThickness of ToggleButton is updated properly in all themes.

  • #223969 – The animation with ProgressBar works properly when using the IsDetermined property.

  • #221929 – In ComboBox, the content is aligned properly based on the HorizontalContentAlignment property.

  • #222522 – Now, the ListBox SelectedItem background property is updated properly for Office2016White.

SfTimePicker

Bug fixes

  • #F142501 – SelectorFormatString now works properly in SfTimePicker even setting it as DataTemplate of ListBox.

SfTreeGrid

Feature

  • #220381 – Support has been provided to map the data model or view model property to expand or collapse the tree nodes.

SfSpreadsheet

Features

  • #221347 - Added the Text option to the number format for specifying the numbers as text in a cell.
  • #221570 – Provided support to extend the rows and columns automatically when scrolling down/right, importing data table with more number of records and copy/paste the more number of values.

Behavior changes

  • #216080 – Vertical and horizontal alignment features now work like Microsoft Excel when a cell has clipped text.
  • #221346 - Find and replace will be performed only to the cells, which is in the selected ranges like Microsoft Excel.
  • Rows and columns will be automatically added when scrolling down/right and importing data table with more number of records like Microsoft Excel.

SyntaxEditor

Bug fixes

  • #228232 – The Intellisense popup now properly displays the classes and object contained in the host assemblies, which were added in Syntax Editor.

Features

  • Built-in Syntax highlighting for the below languages have been added to Syntax Editor:

    • C
    • Java
    • JavaScript
    • VBScript
    • HTML
    • PowerShell
    • Delphi

TabControlExt

Bug fixes

  • #227143 – The invalid operation exception will no longer be thrown in TabControlExt when opening the ContextMenu of SpreadSheet.
  • #228419 – Active window is not changed when selecting active document in another tab group of DockingManager has been fixed.

TreeViewAdv

Bug Fixes

  • #228840 – Selection will not be maintained after drag and drop the nodes.

UpDown

Bug fixes

  • #226359 – The UpDown value is not updated properly when entering negative value has been fixed.
  • #228139 – Increment and decrement buttons are not working properly when disabling the IsScrollingOnCircle functionality in UpDown has been fixed.

XlsIO

Features

  • #F99670, #185459, #194756, #197860 - Added support for custom table styles in Excel.
  • #128585, #132019, #224861 - Provided support to format unique and duplicate values in conditional formatting.
  • #199594, #199992, #206375, #206374, #209766, #F139259, #218497, #225207 - Provided support for chart to image/PDF conversion in .NET Standard.
  • #222797 - Added support for complex script rendering in Excel to PDF conversion.
  • Provided support for PDF conformance level in Excel to PDF conversion.
  • Added support for Excel 2019 version in XlsIO.

Breaking Changes

  • #F99670, #185459, #194756, #197860 - The TableStyles property is added in IWorkbook interface to get the table styles collection for adding custom table styles.
  • #128585, #132019, #224861 - The Unique and Duplicate types are included in ExcelCFType enumeration to highlight the cells with unique and duplicate values using conditional formatting feature.
  • #199594, #199992, #206375, #206374, #209766, #F139259, #218497, #225207 - Added ExportChartImageOptions property and ConvertToPDF() and ConvertToImage() methods in IXlsIORenderer class and SaveAsImage() method in IChart interface.
  • #222797 - AutoDetectComplexScript has been added in ExcelToPdfConverterSettings class to support complex script rendering in Excel to PDF conversion.
  • Enumeration PdfConformanceLevel is added in ExcelToPdfConverterSettings class to set conformance level in PDF document that is converted from Excel.
  • Type Xlsx is added in ExcelVersion enumeration to represent Excel version 2019 and above.

Bug Fixes

  • #224892 - Unlocked cells are unlocked while moving range from protected worksheet to another worksheet.
  • #226242 - Display text return improper value in French culture issue is resolved.
  • #225272 - Exception is no longer thrown while converting CSV document to PDF with NULL character.
  • #222397, #222732 - Table with query is now preserved properly on invoking Table.Refresh().
  • #223856, #224976 - File will no longer be corrupted while copying a range with multiple list objects.
  • #226454 - The IndexOutOfRange exception will no longer be thrown while converting Excel document into PDF with header and footer.
  • #224770 - Exception will no longer be thrown while exporting worksheet data into data table.
  • #223667 - Exception will no longer be thrown if chart’s data range column is deleted.
  • #225065 - Currency number format is now properly detected in XlsIO generated Excel file.
  • #224023 - Exception thrown while opening an XlsIO re-saved document with group shape has been resolved.
  • #223946 - Conditional format is now preserved properly while saving the workbook multiple times.
  • #223839 - Infinite recursive loop on modifying and saving Excel document with improper chart series indices has been resolved.
  • #224024 - Not implemented exception thrown while opening an Excel document with external formula range in check box has been fixed.
  • #223448 - Pivot table field settings are now preserved properly on resaving the Excel file.
  • #223167 - Custom time format [h]:mm:ss is now detected automatically.
  • #223376 - Exception occurs while saving the Excel document with OLE object has been resolved.
  • #223226 - The NullReferenceException thrown when converting an Excel file to HTML has been fixed.
  • #223041 - Data validation formula is now preserved properly while saving the Excel document as XML.
  • #221229 - Issue with pivot field values due to improper pivot field data format has been resolved.
  • #214445 - Table.Refresh() is now working properly with ODBC connection.
  • #223918 - Conditional format is now preserved properly on converting Excel document to PDF.
  • #223859 - Hyperlink is now set properly in Excel to PDF conversion.
  • #221079 - Exception thrown if print-title row height is higher in Excel to PDF conversion has been fixed.
  • #221693 - The Parameter invalid exception thrown while converting Excel document to PDF has been fixed.
  • #222797 - Incorrect Thai font in Excel to PDF conversion has been fixed.
  • #222156 - Improper number detection with invariant culture has been fixed.
  • #F142414 - Show all item is not enable issue is fixed while resaving the file with pivot table.
  • #F141101 - Issue with incorrect parsing of comments has been resolved.
  • Worksheet LastRow will be properly working when inserting rows beyond used range.
  • Issue with incorrect conditional formatting operator type in resaved Excel document has been fixed.
  • Setting a table column header name will no longer corrupt the Excel document.
  • DataBar color is now applied properly for negative values.
  • External formula is now applied properly in .NET Standard.
  • Shapes rendering issue for curved shapes in Presentation to Image conversion has been fixed.