Spire.Presentation for Python 10.7.1 supports adding SVG to PowerPoint presentations
2025-07-21 06:51:50
We are pleased to announce the release of Spire.Presentation for Python 10.7.1. This version adds support for inserting SVG images into PowerPoint presentations and enhances the namespace structure. Detailed information is provided below. Here are the changes included in this release. Category ID Description Optimization - Optimizes and modularizes the namespace structure. New Feature SPIREPPT-2925 Supports adding SVG to PowerPoint presentations. #Load a PowerPoint document presentation = Presentation() #Insert svg to PPT presentation.Slides[0].Shapes.AddFromSVGAsShapes(SvgFile); #Save the document presentation.SaveToFile(outputFile, FileFormat.Pptx2010) presentation.Dispose() Click the link to download Spire.Presentation for Python 10.7.1: https://www.e-iceblue.com/Download/Spire-Presentation-Python.html
Spire.PDF for Java 11.7.5 supports converting PDF to Markdown
2025-07-18 09:12:35
We’re glad the announce the release of Spire.PDF for Java 11.7.5. This version introduces support for converting PDFs to Markdown and resolves several known issues, including garbled text during PDF-to-image conversions and content rotation problems when converting OFD to PDF. For more details, please see the information below. Here is a list of changes made in this release: Category ID Description New feature SPIREPDF-5995 Added support for converting PDF files to Markdown format. PdfDocument doc = new PdfDocument("input.pdf"); doc.saveToFile("output.md", FileFormat.Markdown); Adjustment SPIREPDF-7597 Internal adjustments were made to references of "sun.misc.BASE64Decoder". Bug SPIREPDF-7405 Fixed the issue where text became garbled when…
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
