Spire.Presentation

Spire.Presentation 4.1.16 supports to copy shapes between slides

We are pleased to announce that Spire.Presentation 4.1.16 has been released just now. This version supports to copy shapes between slides. Besides, the issues that occurred after splitting cells was fixed. See the content below for details.

New Features:

  • Supports to copy shapes between slides.
  • Presentation presentation = new Presentation();
    presentation.LoadFromFile(input);
    ISlide sourceSlide = presentation.Slides[0];
    ISlide targetSlide = presentation.Slides[1];
    targetSlide.Shapes.AddShape((Shape)sourceSlide.Shapes[0]);
    presentation.SaveToFile(output, FileFormat.Pptx2013);
    

Bug Fixes:

  • Fixes the issue that the row height was incorrect after splitting cells.

Click the link below to download Spire.Presentation 4.1.16
More information of Spire.Presentation new release or hotfix: