We are delighted to announce the release of Spire.Presentation for JavaScript 10.3.1. This version adjusts and standardizes some method and property names. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment SPIREPPT-2738SPIREPPT-2743 Adjusts and standardizes some method and property names. 1. _Append has been renamed to AppendTextParagraph. 2. _AppendOleObjectOOR has been renamed to AppendOleObject({objectName: , objectData: , dataLength: , rectangle: }). 3. _get_Item() has been renamed to get_Item({row: , column:}). 4. _get_ItemRCLL() has been renamed to get_Item({row: , column: , lastRow: , lastColumn: }). 5. _get_ItemNE() has been renamed to…
We are excited to announce the release of Spire.Doc 13.3.5. The latest version supports writing MHTML format files. Besides, there are several adjustments have been made in the new version, such as the waiting time for downloading images from a Uri. More details are listed below. Here is a list of changes made in this release Category Description New feature Supports writing MHTML format files. Adjustment Upgrade the version of HarfBuzzSharp and SkiaSharp on Net (net4.6, 4.8), NetCore, and NetStandard platforms. HarfBuzzSharp -> 8.3.0.1, SkiaSharp -> 3.116.1 Adjustment Optimized the waiting time for downloading images from a Uri. The Netstandard…
We're pleased to announce the release of Spire.XLS for Java 15.3.1. This version enhances the conversion from Excel to HTML, and also fixes two issues that occurred when setting cell font size and loading Excel documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5698 Fixes the issue that the decimal parts were lost when setting cell font size. Bug SPIREXLS-5699 Fixes the issue that the embedded image failed to display when converting Excel document to HTML document. Bug SPIREXLS-5720 Fixes the issue that the program threw the exception…
We're pleased to announce the release of Spire.Doc for Java 13.3.0. This version supports setting default font and also fixes some issues that occurred when converting Word to PDF, Word to HTML and adding table of contents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10918 Support setting default font, which are only used when the requested font is not found in the font cache. doc.setDefaultSubstitutionFontName("simsun"); Bug SPIREDOC-11058 Fixes the issue that the images were unclear when converting Word to HTML. Bug SPIREDOC-11096 Fixes the issue that the…
We are delighted to announce the release of Spire.PDF 11.3. The latest version enhances the conversion from PDF to PDF/A. Besides, some known bugs are fixed in this version, such as the issue that button field actions could not be obtained. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6717 Fixes the issue that removing the checkbox's background color and border did not take effect. Bug SPIREPDF-7348 Fixes the issue that standards validation failed when converting PDF to A1A and A1B. Bug SPIREPDF-7352 Fixes the issue that button field…
We are excited to announce the release of Spire.Office 10.2.0. In this version, Spire.Doc adds numerous APIs for customizing charts; Spire.PDF supports to replace text in the specified area using the PdfTextReplacer class; Spire.XLS supports functions such as MUNIT, FLOOR.PRECISE, and CSC; Spire.Presentation supports to save images in the master slide as SVG. Meanwhile, a large number of known bugs have been fixed. In this version, the most recent versions of the DLLs are included. DLL Versions: Spire.Doc.dll v13.2.3 Spire.Pdf.dll v11.2.4 Spire.XLS.dll v15.2.6 Spire.Presentation.dll v10.2.1 Spire.Barcode.dll v7.3.5 Spire.Email.dll v6.6.0 Spire.DocViewer.Forms.dll v8.8.3 Spire.PdfViewer.Asp.dll v7.12.23 Spire.PdfViewer.Forms.dll v7.12.23 Spire.Spreadsheet.dll v7.5.2 Spire.OfficeViewer.Forms.dll v8.7.15 Spire.DataExport.dll…
We are delighted to announce the release of Spire.Presentation 10.3. This version supports saving images in master slides as SVG. It also enhances the conversion from shapes to SVG. Moreover, some known issues are fixed successfully in this version, such as the issue that the links to shapes and images in PowerPoint documents could not be obtained. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2724 Supports saving images in master slides as SVG. Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); int num = 1; IMasterSlide masterSlide = ppt.Masters[0];…
We're pleased to announce the release of Spire.XLS 15.3. This version supports creating slicer using table data, modifying slicer, retrieving slicer information and removing slicer. Besides, it also fixes an issue that the slicers were lost when converting Excel to PDF. More details are shown below. Here is a list of changes made in this release Category ID Description New feature - Added support for creating slicer using table data. Workbook wb = new Workbook(); Worksheet worksheet = wb.Worksheets[0]; worksheet.Range["A1"].Value = "fruit"; worksheet.Range["A2"].Value = "grape"; worksheet.Range["A3"].Value = "blueberry"; worksheet.Range["A4"].Value = "kiwi"; worksheet.Range["A5"].Value = "cherry"; worksheet.Range["A6"].Value = "grape"; worksheet.Range["A7"].Value = "blueberry";…
page 19