Spire.Presentation for Java 10.6.2 supports copying formulas within paragraphs
2025-07-01 02:26:05
We are excited to announce the release of Spire.Presentation for Java 10.6.2. The latest version supports copying formulas within paragraphs. Besides, some known bugs are fixed successfully in the new version, such as the issue that the program threw an "Unknown file format" error when converting ODP to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2856 Supports copying formulas within paragraphs. Presentation sourcePpt = new Presentation(); sourcePpt.loadFromFile("data1.pptx"); Presentation targetPpt = new Presentation(); targetPpt.loadFromFile("data2.pptx"); copyNotes(sourcePpt.getSlides().get(0),targetPpt.getSlides().get(0)); targetPpt.saveToFile("out.pptx", com.spire.presentation.FileFormat.PPTX_2013); public static void copyNotes(ISlide sourceSlide, ISlide targetSlide) throws DocumentEditException {…
Spire.Office 10.6.0 is released
2025-07-01 02:05:05
We’re pleased to announce the release of Spire.Office for .NET 10.6.0. This version introduces three new features, for example, Spire.Doc supports setting rounded corners on rectangle shapes; Spire.XLS supports the SHEETS() function. Meanwhile, a large number of known bugs have been successfully fixed. More details are given below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode are included. DLL Versions: Spire.Doc.dll v13.6.14 Spire.Pdf.dll v11.6.18 Spire.XLS.dll v15.6.6 Spire.Presentation.dll v10.6.4 Spire.Barcode.dll v7.3.7 Spire.Email.dll v6.6.3 Spire.DocViewer.Forms.dll v8.9.1 Spire.PdfViewer.Asp.dll v8.1.3 Spire.PdfViewer.Forms.dll v8.1.3 Spire.Spreadsheet.dll v7.5.2 Spire.OfficeViewer.Forms.dll v8.8.0 Spire.DataExport.dll v4.9.0 Spire.DataExport.ResourceMgr.dll v2.1.0 Click the link…
Spire.Doc 13.6.14 supports setting rounded corners on rectangle shapes
2025-06-30 09:39:20
We're pleased to announce the release of Spire.Doc 13.6.14. This version adds support for setting rounded corners on rectangle shapes, and retrieving move revisions. What’s more, it also fixes several known issues, such as the paragraph text content retrieved was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-11102 Supports setting rounded corners on rectangle shapes. if (Cobj is ShapeObject) { ShapeObject shape = (ShapeObject)Cobj; if (shape.ShapeType == ShapeType.RoundRectangle) { double cornerRadius = shape.AdjustHandles.GetRoundRectangleCornerRadius(); shape.AdjustHandles.AdjustRoundRectangle(20); } } New feature SPIREDOC-11335 Supports retrieving move revisions. DifferRevisions differRevisions =…
Spire.PDF 11.6.18 enhances PDF to image conversion accuracy
2025-06-30 06:27:11
We're pleased to announce the release of Spire.PDF 11.6.18. This version improves the accuracy and consistency of converting PDF files to images by fixing issues related to rendering and transparency. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6918SPIREPDF-6919 Fixed the issue of incorrect rendering when converting PDF to images. Bug SPIREPDF-7117 Fixed the inconsistency in transparency when converting PDF to images. Click the link to download Spire.PDF 11.6.18: 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
Spire.XLS for Java 15.6.3 supports font stream when applying custom fonts
2025-06-27 08:25:20
We’re glad to announce the release of Spire.XLS for Java 15.6.3. This version starts to support font stream when applying custom fonts, and support retrieving the cell location of embedded images. Meanwhile, a number of known bugs have been successfully fixed. More details are listed below. Here is a list of changes made in this release: Category ID Description New feature SPIREXLS-5817 Added support for font stream data when applying custom fonts. Workbook book = new Workbook(); FileInputStream stream = new FileInputStream("fontpath"); book.setCustomFontStreams(new FileInputStream[]{stream}); New feature SPIREXLS-5821 Added support for setting setIsSaveBlankCell to control whether to export extra blank cells…
Spire.Presentation 10.6.4 enhances conversions from PowerPoint to PDF
2025-06-25 06:16:48
We are delighted to announce the release of Spire.Presentation 10.6.4. The latest version enhances the conversion from PowerPoint to PDF. Besides, the issue where shapes were rendered incorrectly when converting slides to SVG is fixed successfully. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2876 Fixes an issue where shapes were rendered incorrectly when converting slides to SVG. Bug SPIREPPT-2892 Fixes an issue where images were cropped during PowerPoint-to-PDF conversion. Click the link to download Spire.Presentation 10.6.4: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html More information of Spire.Presentation new release or hotfix: https://www.e-iceblue.com/forum/spire-presentation-new-release-or-hotfix-t4736.html
Spire.Doc for Java 13.6.2 supports reading and setting chart formats
2025-06-25 05:45:28
We’re pleased to announce the release of Spire.Doc for Java 13.6.2. This version introduces support for getting and setting various chart formats such as chart titles, data labels, coordinate axes, legends and data tables, as well as optimizations in table formatting and Word-to-PDF conversion performance - especially for large documents or complex layouts. In addition, many known issues have been successfully fixed, including TOC update failures, SVG conversion issues, and document comparison errors. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports getting and setting chart formats,…
Spire.DocViewer 8.9.1 enhances the document rendering on WPF platform
2025-06-24 05:35:24
We’re pleased to announce the release of Spire.DocViewer 8.9.1. This version mainly improves the document rendering performance on the WPF platform. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOCVIEWER-108 Fixed the issue where documents displayed incompletely when zoom was set to 120%. Bug SPIREDOCVIEWER-115 Optimized document rendering performance on the WPF platform. Click the link to download Spire.DocViewer 8.9.1: https://www.e-iceblue.com/Download/download-docviewer-for-net-now.html
