News & Releases
|
|

Spire.Presentation 3.8.4 supports to add a picture for bullet type
We're pleased to announce that Spire.Presentation 3.8.4 is released today. This version supports to add a picture for bullet type and fixes the issues which occurred when converting and merging PPTs. View the details below:
New Features:
- Supports to add a picture for bullet type.
Presentation ppt = new Presentation(); ppt.LoadFromFile(@"D:\test.pptx"); IAutoShape shape = ppt.Slides[0].Shapes[0] as IAutoShape; TextParagraph tp = shape.TextFrame.Paragraphs[0]; tp.BulletType = TextBulletType.Picture; Image bulletPicture = Image.FromFile(@"D:\bulletPicture.png"); tp.BulletPicture.EmbedImage = ppt.Images.Append(bulletPicture); ppt.SaveToFile(@"D:\result.pptx", FileFormat.Pptx2010);
Bug Fixes:
- Fixes the issue that Chart label style was incorrect when converting PPT to SVG.
- Fixes the issue that the result document was corrupted after merging multiple PPT files.
- Fixes the issue that the shape of "Slide Number Placeholder" in the master slide couldn't be locked.
Download Spire.Presentation 3.8.4 here:
More information of Spire.Presentation new release or hotfix: