We are glad to announce the release of Spire.Presentation 6.10.2. This version supports getting the target slide of a hyperlink. In addition, it enhances the conversion from shape to image and fixes some known issues. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
New feature | SPIREPPT-1698 | Supports getting the target slide of a hyperlink.
Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); IAutoShape shape = ppt.Slides[1].Shapes[0] as IAutoShape; if (shape.Click.ActionType == HyperlinkActionType.GotoSlide) { ISlide targetSlide = shape.Click.TargetSlide; Console.WriteLine("index = " + targetSlide.SlideNumber); } |
Bug | SPIREPPT-1684 | Fixes the issue that the OLE object couldn't be opened after loading and saving the file. |
Bug | SPIREPPT-1700 | Fixes the issue that the content was cut off after converting shape to images. |
Bug | SPIREPPT-1702 | Fixes the issue that it didn't get the correct text color. |
Bug | SPIREPPT-1703 | Fixes the issue that it didn't get the correct font size of the table text. |
Bug | SPIREPPT-1704 | Fixes the issue that it didn't get the correct fill color for the chart series. |
Bug | SPIREPPT-1705 | Fixes the issue that it didn't get the correct duration for the slide show transition. |
Bug | SPIREPPT-1706 | Fixes the issue that part of the content was missing after converting equations to images. |
Click the link below to download Spire.Presentation 6.10.2:
More information of Spire.Presentation new release or hotfix: