Spire.Doc 13.7.9 support creating combination charts
2025-07-18 06:20:49
We're pleased to announce the release of Spire.Doc 13.7.9. This version adds several new features, such as support for creating combination charts and setting image compression methods when converting Word to PDF. Besides, it also fixes an issue that header images were distorted during Doc to PDF conversion. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-9977SPIREDOC-10012 Supports creating combination charts. Document doc = new Document(); Paragraph paragraph = doc.AddSection().AddParagraph(); Chart chart = paragraph.AppendChart(ChartType.Column, 450, 300).Chart; //Modify 'Series 3' to a line chart and display it on the…
Spire.XLS for Java 15.7.7 supports Array data binding in MarkerDesigner
2025-07-18 03:50:14
We’re glad to announce the release of Spire.XLS for Java 15.7.7. The latest version supports Array data binding in MarkerDesigner. Moreover, some known bugs are fixed successfully in the new version, such as the issue that font rendering was incorrect when converting Excel to PDF in Linux environments. More details are listed below. Here is a list of changes made in this release: Category ID Description New feature SPIREXLS-5874 Supports Array data binding in MarkerDesigner. Workbook workbook = new Workbook(); // Get the first worksheet from the workbook Worksheet sheet = workbook.getWorksheets().get(0); // Set the value of cell range A1…
Spire.XLS 15.7.8 adds support for loading Markdown documents
2025-07-16 09:40:39
We're pleased to announce the release of Spire.XLS 15.7.8. This version adds the LoadFromMarkdown() method to support for loading Markdown-format documents. It also includes several important bug fixes, such as issues with Excel-to-PDF conversion, AGGREGATE formula calculation, text layout, and formula evaluation. More details are listed below. Here is a list of changes made in this release Category ID Description New feature — Adds the LoadFromMarkdown() method to support for loading Markdown-format documents. Workbook wb = new Workbook(); wb.LoadFromMarkdown("test.md"); wb.SaveToFile("out.pdf", FileFormat.PDF); wb.SaveToFile("out.xlsx", ExcelVersion.Version2010); Bug SPIREXLS-5820 Fixes the issue where checkboxes were displayed incorrectly after converting Excel to PDF. Bug SPIREXLS-5833…
Spire.Presentation for Java 10.7.1 fixes the issue occurred when splitting PowerPoint documents
2025-07-16 08:51:51
We’re pleased to announce the release of Spire.Presentation for Java 10.7.1. This version fixed the issue occurred when splitting PowerPoint documents. More details are listed below. Here is a list of changes made in this release: Category ID Description Bug SPIREPPT-2922 Fixed the issue where the program threw 'java. lang. OutOfCacheError: Java heap space' when splitting PowerPoint documents. Click the link below to download Spire.Presentation for Java 10.7.1: https://www.e-iceblue.com/Download/presentation-for-java.html
Spire.PDF for C++ 11.7.0 fixes an error when retrieving PDF font properties
2025-07-16 05:37:49
We're pleased to announce the release of Spire.PDF for C++ 11.7.0. This release upgrades the dependent SkiaSharp version and fixes two issues occurred when converting OFD to PDF and retrieving font properties. Details are shown below. Here is a list of all changes made in this release Category ID Description Optimization - Upgrades the dependent SkiaSharp version to 3.116.1. Bug - Fixes an "Arg_NullReferenceException" error occurred when converting OFD to PDF. Bug - Fixes an error occurred when retrieving PDF font properties. Click the link below to download Spire.PDF for C++ 11.7.0: https://www.e-iceblue.com/Download/pdf-for-cpp.html
Spire.Barcode for C++ 7.2.2 optimizes the scanning effect of QR codes
2025-07-14 07:11:26
We're pleased to announce the release of Spire.Barcode for C++ 7.2.2. The latest version optimizes the scanning effect of QR codes. Besides, the SkiaSharp dependency version has been upgraded to 3.116.1 in the new version. Details are shown below. Here is a list of changes made in this release Category ID Description Adjustment - Upgrades the SkiaSharp dependency to version 3.116.1. Bug - Optimizes the scanning effect of QR codes. Click the link below to download Spire.Barcode for C++ 7.2.2: https://www.e-iceblue.com/Download/barcode-for-cpp.html
Spire.Presentation for C++ 10.7.1 enhances the conversion from PowerPoint to images
2025-07-14 03:48:13
We are delighted to announce the release of Spire.Presentation for C++ 10.7.1. This version enhances the PowerPoint to image conversion. Besides, some known issues are fixed successfully in this version, such as the issue where setting shape.TextFrame.AutofitType = TextAutofitType.Normal did not work correctly. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Upgrades the SkiaSharp dependency to version 3.116.1. Bug - Fixes the issue where the content format was incorrect after converting PowerPoint to images. Bug - Fixes the issue where setting shape.TextFrame.AutofitType = TextAutofitType.Normal did not work correctly.…
Spire.PDF 11.7.10 enhances the conversion from EMF to PDF
2025-07-11 09:21:58
We’re pleased to announce the release of Spire.PDF 11.7.10. This version improves the conversion result from EMF to PDF. More details are listed below. Here is a list of changes made in this release: Category ID Description Bug SPIREPDF-6991 Fixed the issue where Arabic text did not display correctly when converting an EMF file to PDF. Click the link to download Spire.PDF 11.7.10: https://www.e-iceblue.com/Download/download-pdf-for-net-now.html More information of Spire.PDF new release or hotfix: https://www.e-iceblue.com/forum/spire-pdf-new-release-or-hotfix-t4704.html
