New Release for Spire.Office Version 2.12

Spire.Office

With the effort of our develop team, today we have released the latest version for Spire.Office Platinum release version 2.12. In this latest version, all the most recent version of our Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.PDFViewer, Spire.DocViewer, Spire.DataExport and Spire.Barcode are included.

Versions:

  • Spire.Doc v5.5.31,
  • Spire.PDF v3.4.119,
  • Spire.XLS v7.8.1,
  • Spire.Presentation v2.3.11,
  • Spire.PDFViewer v2.6.77,
  • Spire.DocViewer v2.0.9,
  • Spire.DataExport v3.5.15,
  • Spire.Barcode v1.2.6

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

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


Details of New features and Bug solutions:

Spire.Doc

New Feature:

Add the feature to support the nested bookmark in PDF when convert .doc to pdf.

Bug Solutions:

  • Fixes the issue that caused the NullException when load RTF document.
  • Fixes the issue where the content displayed incorrectly when converts rtf to Html.
  • Fixes the issue that caused conversion failure when convert .docx to pdf.
  • Fixes the issue that caused "Wrong signature" Exception when load .docx document.
  • Fixes the issue that caused "Date time value should be after 12/31/1900" exception when load .docx document.
  • Fixes the issue that caused incorrect merge result.
  • Fixes the issue that caused content loss after .docx to .docx conversion.
  • Fixes the issue that caused list number loss after .doc to .txt conversion.
  • Fixes the issue where the AppendRTF method caused "The object reference does not match an object instance" exception.
  • Fixes the issue where some documents can't be saved.
  • Fixes the issue where some word documents can't be converted to PDF.
  • Fixes the issue that caused the content loss when converts .docx to PDF.
  • Addresses the issue that caused some word documents loading failure.
  • Fixes the issue where image lost and right margin was wrong while converting docx file to pdf.
  • Fixes the issue that caused the content incorrect when convert .docx to pdf.
  • Resolves the issue that caused picture not shown in the PDF when the file path points to a server instead of a drive when convert RTF to PDF.
  • Fixes the issue where the fonts in the word document are not embedded in the pdf document when convert .docx to pdf.
  • Fixes the issue where content was incorrect when convert doc to pdf.
  • Fixes the issue that caused error when perform some replacement of texts.
  • Fixes the issue that caused OutOfMemoryException when save Html as Rtf.
  • Fixes the issue where the header content displayed difference between Word2010 and Word2013.
  • Resolves the issue that caused the table position not same as Word when convert docx to Pdf.
  • Fixes the issue that caused load error.
  • Addresses the issue where the image didn't display when convert rtf to pdf.
  • Fixes the issue where the bookmark displayed incorrectly in pdf when convert doc to pdf.

Spire.XLS

New Features:

Add new feature to add a picture to chart at a location, and then assign a hyperlink to it.

IPictureShape ps = chart.Shapes.AddPicture(GetInputFile(@"90.png");
ps.Top = 50;
ps.Left = 60;
ps.Width = 230;
ps.Height = 290;
(ps as XlsBitmapShape).SetHyperLink("http://www.google.com",true);

Add new feature to set dataField position in pivotTable.

pt.Options.DataPosition =0 //default is -1, which is in the last.

Bug Solutions:

  • Fixes the issue where Strong encryption algorithms are not supported when load encrypted Excel document.
  • Fixes the issue that caused Excel document to PDF conversion failed.
  • Fixes the issue that caused content incorrect when convert Excel document to PDF.
  • Reduce the generated PDF document size when convert Excel document to PDF.
  • Addresses the issue that caused the ArgumentOutOfRangeException when insert image into footer.
  • Fixes the issue where it is unable to read complete Excel file.
  • Resolves the issue that caused the xlsm/xlsx document failed to load.
  • Fixes the issue that caused the Exception that "The number must be between 10 and 400" when load .xlsx file.
  • Fixes the issue that caused IndexOutOfRangeException when load .xlsx file via stream.
  • Reduce the elapsed time while convert Excel document to image.

Spire.PDF

Bug Solutions:

  • Fixes the issue that caused the image blurred when convert pdf to image.
  • Fixes the issue where the gradient color lost when convert pdf to image.
  • Fixes the issue where the page content was incorrect when merge pdf files.
  • Resolves the issue where the header template was not printed when print pdf.
  • Fixes the issue where blank page was printed when print pdf.
  • Fixes the issue where the text includes bracket can't be found when use FindText method to find text.
  • Fixes the issue that caused the "division by zero" exception when use loadfromxps method in COM library.