Spire.Presentation 8.8.4 supports highlighting replaced text

2023-08-18 09:24:18

We are excited to announce the release of Spire.Presentation 8.8.4. This version supports highlighting replaced text. It also enhances the conversion from PowerPoint to PDF. In addition, some known issues are fixed successfully in this version, such as the issue that copying PowerPoint slides containing modern annotation content failed. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPPT-2311 Supports highlighting replaced text.
Presentation ppt = new Presentation();
ppt.LoadFromFile("input.pptx");
DefaultTextRangeProperties format = new DefaultTextRangeProperties();
format.IsBold = TriState.True;
format.Fill.FillType = Spire.Presentation.Drawing.FillFormatType.Solid;
format.Fill.SolidColor.Color = Color.Red;
format.FontHeight = 25;
ppt.ReplaceAndFormatText("Yuma", "AAAA", format);
ppt.SaveToFile("output.pptx",FileFormat.Pptx2016);
Bug SPIREPPT-2286 Fixes the issue that the think-cell objects were lost when splitting a PowerPoint document containing think-cell objects.
Bug SPIREPPT-2292 Fixes the issue that copying a PowerPoint slide containing modern annotation content failed.
Bug SPIREPPT-2315 Fixes the issue that the program threw System.IndexOutOfRangeException when getting points in the teardrop shape.
Bug SPIREPPT-2317 Fixes the issue that the color did not take effect when converting to PDF after changing the hyperlink color.
Click the link below to download Spire.Presentation 8.8.4:
More information of Spire.Presentation new release or hotfix: