Spire.Presentation

Spire.Presentation 4.6.5 supports setting the order of shape arrangement

We are pleased to announce the release of Spire.Presentation 4.6.5. This version supports to set the order of shape arrangement via SetShapeArrange() method and fixes the issues that occurred when converting PPT to image and loading PPT file. See the content below for details.

New Features:

  • Supports setting the order of shapes arrangement.
  • Presentation ppt = new Presentation(input);
    IAutoShape shape = ppt.Slides[0].Shapes[0] as IAutoShape;
    shape.SetShapeArrange(ShapeArrange.BringForward);
    ppt.SaveToFile("result.pptx", FileFormat.Pptx2013);
    

Bug Fixes:

  • Fixes the issue that there were extra characters when converting PPT to image.
  • Fixes the issue that the application threw an error "an object is not referenced to an instance of an object" when loading a PPTX document.

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