Essential Studio for Universal Windows Platform Release Notes
v20.4.0.38
December 21, 2022
DocIO
Features
- #I249958 – Convert the Word document to a Markdown file.
- #FB-38025 – Preserve new line characters in the table of contents entries of the Word document.
Bug Fixes
- #I351114 - Hanging issue no longer occurs while creating the QRBarcode with Arabic text.
- #I419248 - The ExtractText returning incorrect coordinate bounds is now resolved.
- #I419825 - The formatting exception when getting color from the specific free text annotation PDF document is now resolved.
- #I423210 - Unable to edit the XMP Metadata no longer occurs in a specific PDF document.
- #I421277 - OCSP information not embedded while enabling LTV for a specific certificate is now resolved.
- #I420411 - The flattened annotations not located properly in the specific PDF document is now resolved.
- #I418723 - The argument exception no longer occurs while compressing a specific PDF document.
- #I418031 - Find text failure for the text containing numbers with hyphens is now resolved.
- #I415562 - The out of Memory exception no longer occurs when performing extract text for a particular PDF document.
- #I415274 - Export annotation as XFDF not working properly for a specific PDF document is now resolved.
- #I420973 - The ink annotation not preserved properly while flattening a specific PDF document is now resolved.
- #I421396 - The exception no longer occurs when providing an invalid check digit value to the Ean13 Barcode.
- #I421642 - The layer subject is no longer changed after merging a PDF document.
- #I421061 - The image size not reduced properly while compressing a specific PDF document is now resolved.
- #I421114 - The preservation issue no longer occurs while drawing the nested grid in a PDF document.
- #I420853 – Converting a specific Document to PDF results in large-size output is now resolved.
- #I418989 - The textbox multiline preservation issue no longer occurs in a specific PDF document.
- #I417772 - The extraction failure no longer occurs when extracting attachments from a PDF document.
- #I415576 - The hanging issue no longer occurs when performing signature validation for a particular PDF document.
- #F176704 - The incorrect signature validation results no longer occur while validating the signature.
Presentation
Features
- #I285034, #I300854 – Apply highlight color to a text in the PowerPoint Presentation.
- #I396782, #I421732 – Find the first occurrence or all occurrences of a text in the entire PowerPoint Presentation or specific slide.
Breaking Changes
- The below listed APIs has been moved to
Syncfusion.Presentation
.
Name | Type | Old Namespace | New Namespace |
---|---|---|---|
TransitionEffect | Enum | Syncfusion.Presentation.SlideTransition | Syncfusion.Presentation |
TransitionEffectOption | Enum | Syncfusion.Presentation.SlideTransition | Syncfusion.Presentation |
TransitionSpeed | Enum | Syncfusion.Presentation.SlideTransition | Syncfusion.Presentation |
ISlideShowTransition | Interface | Syncfusion.Presentation.Interfaces | Syncfusion.Presentation |
SfDiagram
Bug fixes
- #I419830 - The diagram from an earlier version can now be loaded properly.
SfPdfViewerControl
Bug Fixes
- #FB38985 - The app will no longer crash while loading PDFs in Windows 11.
Features
- #I409692 - Implemented the support to trigger an event when text selection is completed.
- #I387851 - Implemented the support to enable and disable the undo and redo operations.
SfRichTextBoxAdv
Features
- #I413255 - Added support to display screen tip for the hyperlink.
Bug Fixes
- #I424078 - Font size is now proper on saving the document and opening it again.
- #I418984 - The color value in R-G-B-A format is now preserved properly while opening HTML.
- #I421100 - Exception is no longer thrown on opening HTML containing an image tag with no source.
- #F178556 - The last line can be scrolled up and viewed completely.
- #I417689 - Exception is no longer thrown on loading and exporting HTML containing hyperlink with empty screen tip.
- #I418748 - Added support to auto-correct web URL and mail id while inserting hyperlink.
- #I417862 - Text moved to next line properly on pressing enter key on the HTML.
- #I413273 - The next character of a hyperlink is not deleted on removing the hyperlink.
- #I418696 - Exception is no longer thrown on removing hyperlink.
XlsIO
Breaking Changes
- #F178313 -
Remove
method is added underIPivotFilters
interface to remove existing filters in the pivot field.