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
Spire.PDF 11.6.14 enhances the conversions from PDF to Excel, Images and Markdown
2025-06-23 06:46:56
We're pleased to announce the release of Spire.PDF 11.6.14. This version enhances the conversions from PDF to Excel/ Images/ Markdown, and also successfully fixes some known issues that occurred when setting fonts and rendering Arabic text. More details are listed below. Here is a list of all changes made in this release Category ID Description Bug SPIREPDF-4390SPIREPDF-4462 Fixes the issue that the Arabic text rendering effect was displayed incorrectly. Bug SPIREPDF-6586 Fixes the issue where the content was incorrect when converting PDF to Excel. Bug SPIREPDF-7177 Fixes the issue where the bold text styles were lost when converting PDF to…
Spire.XLS 15.6.6 supports the SHEETS function
2025-06-23 06:20:49
We are excited to announce the release of Spire.XLS 15.6.6. The latest version supports the SHEETS function. Besides, some known bugs are fixed successfully in this version, such as the issue that the AutoFitColumns effect was not working correctly. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5806 Supports the SHEETS function. sheet.Range["B2"].Formula = "=SHEETS()"; sheet.Range["B3"].Formula = "=SHEETS(Sheet2!C5)"; sheet.Range["B4"].Formula = "=SHEETS(Sheet3:Sheet5!A1)"; sheet.Range["B6"].Formula = "=SHEETS(Sheet4!C5); Bug SPIREXLS-5802 Fixes the issue where the AutoFitColumns effect was not working correctly. Bug SPIREXLS-5804 Fixes the issue where the style of shapes was…
