New hotfix version for Spire.Office 2.15.5

With the effort of our development team, today we have released the latest version for Spire.Office Platinum version 2.15.5. In this version, the recent releases of Spire.Doc, Spire.PDF, Spire.XLS, Spire.DocViewer, Spire.PDFViewer, Spire.Presentation, Spire.DataExport, Spire.Barcode, Spire.Spreadsheet and Spire.OfficeViewer.
Versions:
- Spire.Barcode.dll 1.3.1
- Spire.DataExport.dll 3.5.133
- Spire.Doc.dll 5.8.64
- Spire.DocViewer.Forms.dll 2.3.11
- Spire.Pdf.dll 3.8.206
- Spire.PdfViewer.Forms.dll 2.11.26
- Spire.Presentation.dll 2.7.40
- Spire.XLS.dll 7.11.60
- Spire.Spreadsheet.dll 2.2.9
- Spire.OfficeViewer.Forms.dll 2.15.5
Get the most recent version of Spire.Office v2.15.5 here:
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 caused the process hanging when updating the content.
- Fixes the issue that caused incorrect table format when updating the content.
- Fixes the issue that caused wrong value when updating field.
- Fixes the issue that the OLE didn't work when linking to file.
- Fixes the issue that caused ArgumentOutOfRange when loading file.
- Fixes the issue that caused text missing when replacing text.
- Improve the function of converting Word to PDF.
- Fixes the issue that caused incorrect format when converting RTF to PDF.
- Fixes the issue that caused wrong field when saving .doc to .docx.
Spire.PDF
New Features:
- Support to set the barcode size when draw the barcode.
RectangleF rect = new RectangleF(new PointF(0, 400),new SizeF(200,200)); barcode1.Draw(page,rect);
Bug Solutions:
- Fixes the issue that caused the IndexOutOfRangeException when loading XPS file.
- Fixes the issue that caused the watermark cannot be added into XPS file.
- Fixes the issue that caused image missing when printing the PDF file.
- Fixes the issue that caused wrong format when printing the PDF file.
- Fixes the issue that caused some text missing when converting PDF to image.
- Fixes the issue that caused wrong result when converting PDF to XPS.
- Fixes the issue that the layer cannot be deleted.
- Fixes the issue that caused ArgumentOutOfRangeException when merging PDF files.
- Fixes the issue that caused incorrect result when use Grid.BeginPageLayout to create template.
- Fixes the issue that caused wrong result when using spot color to draw line.
- Fixes the issue that caused wrong content when converting PDF to PDF/A.
- Fixes the issue that caused Arabic text wrong when converting XPS to PDF.
- Fixes the issue that the position of some characters is wrong when converting XPS to PDF.
- Fixes the issue that caused blank page when converting XPS to PDF.
- Improves the function of converting PDF to image.
- Fixes the issue that caused incorrect format when extracting text.
Spire.XLS
New Features:
- Supports to export chart when converting Excel to HTML.
Bug solutions:
- Fixes the issue that caused exception when getting the first column.
- Fixes the issue that the inner Group collapsed wrongly when creating multiple Groups.
- Fixes the issue that caused wrong image when converting Excel to image.
- Fixes the issue that caused OverflowException when loading an Excel file.
- Fixes the issue that caused NullReferenceException when copying a worksheet.
Spire.Presentation
New Feature:
- Add new feature to adjust the doughnut hole size of doughnut chart.
- Add new feature to set the property of Axis Position to "On Tick Marks".
chart.Series[0].DoughnutHoleSize = 70;
chart.PrimaryValueAxis.CrossBetweenType = CrossBetweenType.MidpointOfCategory;
Bug solutions:
- Fixes the issue where SmartArt got messed up when converting presentation slides to Image.
- Fixes the issue that caused strange lines/marks on the PDF when converting presentation slides to PDF.
- Fixes the issue where solid line of shape became dotted line when converting presentation slides to PDF.
- Fixes the issue that caused content lost when converting presentation slides to PDF.
- Fixes the issue where the highlight color was removed when converting presentation slides to PDF.
- Fixes the issue that caused StackOverflowException with the ISlide.SaveAsImage() method.
- Fixes the issue where slide content rendered different after converting when fonts are not installed in system.
Spire.PDFViewer
Bug solutions:
- Fixes the issue that caused blank page when viewing the PDF document.
- Fixes the issue that caused content was disordered.