New release version for Spire.Office Version 2.14

Spire.Office

With the effort of our development team, today we have released the latest version for Spire.Office Platinum version 2.14. In this version, the recent releases of Spire.Doc, Spire.PDF, Spire.XLS, Spire.DocViewer, Spire.PDFViewer, Spire.Presentation, Spire.DataExport, Spire.Barcode, all have been included. Our new product Spire.Spreadsheet has been added to this version of Spire.Office.

Versions:

  • Spire.Doc v5.7.14
  • Spire.PDF v3.7.30
  • Spire.XLS v7.10.6
  • Spire.DocViewer.Forms v2.2.12
  • Spire.PDFViewer.Forms v2.9.3
  • Spire.Presentation v2.6.4
  • Spire.DataExport v3.5.91
  • Spire.Barcode v1.2.9
  • Spire.Spreadsheet v2.0.20

Free Trial to evaluate Spire.Office v2.14 here:

http://www.e-iceblue.com/Download/download-office-for-net-now.html


Details of New features and Bug solutions:

Spire.Doc

Bug solutions:

  • Fixes the issue that the image orientation is changed when merging two documents/converting Word to PDF.
  • Fixes the error "The given key was not present in the dictionary" when calling bookmarkNavigator.ReplaceBookmarkContent() method.
  • Fixes the issue that the textbox is missing when converting RTF to Docx.
  • Fixes the issue that the text in textbox orientation is changed when converting RTF to PDF.
  • Fixes the issue that bold letters overlap when converting Docx to PDF.
  • Fixes the issue that page layout is changed when printing Word document
  • Fixes the issue that font setting is changed when inserting "℃" character into Word bookmark.

Spire.PDF

Bug Solutions:

  • Fixes the issue that multipage is printed into one page when printing PDF.
  • Fixes the issue that text color changes when converting PDF to Images.
  • Fixes the issue that content is changed when converting PDF to Text.
  • Fixes the issue that converted XPS file cannot be opened by Adobe Reader when converting PDF to XPS.
  • Fixes the issue that signature size becomes larger when converting PDF to Images.
  • Fixes the issue that content is blank when printing PDF.
  • Fixes the issue that barcode location is changed when converting XPS to PDF.

Spire.XLS

New Features:

Support to set Callout property for dataLable.

serie.DataPoints.DefaultDataPoint.DataLabels.HasWedgeCallout = true;

Bug solutions:

  • Fixes the issue that the chart cannot be read when loading XLSX document.
  • Fixes the issue that the got value is 0 when reading formula value is #DIV/0!.
  • Fixes the issue that the setting specific range doesn't work when converting Xls to Images by sheet.ToImage(firstRow, firstColumn, lastRow,lastColumn) method.
  • Fixes the issue that the format of other data also is changed when changing teh format of the chart legend.
  • Fixes the issue that data range is changed when converting Excel to EMF.
  • Fixes the issue that the formulas change when copying a row into other row.

Spire.Presentation

New Feature:

Support to embed .swf file in slide.

string inputFile = "C:\\sample.swf";
string outputFile ="result.pptx";
Presentation presentaion = new Presentation();
presentaion.Slides[0].Shapes.InsertVideoMedia(0, Path.GetFullPath(inputFile), new RectangleF(200, 200, 200, 200));
presentaion.SaveToFile(outputFile, FileFormat.Pptx2010);

Bug solutions:

  • Fixes the issue that the result PPTX file cannot be opened by MS Powerpoint2010 when saving to PPTX file using presentation.SaveToHttpResponse(output, FileFormat.Pptx2010, Response).

Spire.PDFViewer

Bug solutions:

  • Improves the resolution in the zoom 100%.
  • Fixes the issue that caused goToPage()method not working.
  • Fixes the issue that caused the exception that parameter croosTable can't be null when open a protected PDF file.
  • Resolves the issue where the thumbnails redraw when make the window larger or smaller.

Spire.Spreadsheet

Main features:

  • View and operate Excel document.
  • Supports Excel 97-2003, Excel 2007, Excel 2010 and Excel 2013.
  • Load Excel files from file, stream, and byte array, even it is encrypted excel files.
  • View documents in reading or printing mode.
  • Display documents zoom in/out with 100%, 200%, and 400%.
  • Print Excel document.