Spire.Office

Spire.Office 4.6.3 is released

We're pleased to announce the Spire.Office 4.6.3. This version only includes the new updates in Spire.Presentation, for instance, it supports setting the arrangement order of shapes and fixes the issue occurring when converting PowePoint to image. More details are as follows.

In this version, the most recent version of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode are included.

DLL Version:

  • Spire.Doc.dll v7.6.13
  • Spire.Pdf.dll v5.6.32
  • Spire.XLS.dll v9.6.11
  • Spire.Presentation.dll v4.6.6
  • Spire.Email.dll v2.4.11
  • Spire.DocViewer.Forms.dll v4.5.4
  • Spire.PdfViewer.Forms.dll v4.6.4
  • Spire.PdfViewer.Asp.dll v4.6.4
  • Spire.Spreadsheet v3.6.7
  • Spire.OfficeViewer.Forms.dll v4.6.3
  • Spire.Barcode.dll v3.5.0
  • Spire.DataExport.dll v4.1.9
  • Spire.DataExport.ResourceMgr.dll v2.1.0
  • Spire.Common.dll v2.6.11
  • Spire.License.dll v1.3.7
Click the link to get the version Spire.Office 4.6.3:
More information of Spire.Office new release or hotfix:

Spire.Presentation

New Features:

  • Supports setting the arrangement order of shapes.
  • 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.