We are excited to announce the release of Spire.Office 8.4.0. In this version, Spire.Doc supports line type setting(dashed/dotted) in shape objects and Docx2016/2019 file formats; Spire.PDF supports automatic font size setting for textbox form fields; Spire.Email 6.3.2 fixes the issue that the date of emails read was incorrect. Besides, a lot of known issues are fixed successfully in this version. More details are listed 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 v11.4.0 Spire.Pdf.dll v9.4.0 Spire.XLS.dll v13.4.0 Spire.Presentation.dll v8.3.2 Spire.Email.dll v6.3.2 Spire.DocViewer.Forms.dll v8.3.0…
We are excited to announce the release of Spire.XLS 13.4.0. This version supports BITXOR and ISFUNCTION functions. Besides, it enhances the conversion from Excel to HTML, images, as well as PDF and the conversion from HTML to Excel. What's more, some known issues are fixed in this version, such as the issue that the application threw 'missing root element' when loading a .xlsm file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4485 Supports BITXOR function. Workbook workbook = new Workbook(); workbook.Worksheets[0].Range["A1"].Formula = "BITXOR(12,58)"; workbook.CalculateAllValue(); workbook.SaveToFile("result.xlsx"); New feature…
We are glad to announce the release of Spire.Doc 11.4.0. This version supports setting line types(dashed/dotted) in shape objects and supports Docx2016 and Docx2019 file formats. At the same time, it also enhances the conversion from Word to PDF. What’s more, many known issues are successfully fixed, such as the issue that the table style was incorrect after copying content from Document A to Document B. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-5044 Supports setting line types(dashed/dotted) in shape objects. Document doc = new Document(); Section…
We are excited to announce the release of Spire.PDF 9.4.0. This version supports automatic font size setting for textbox form fields. Besides, it enhances the conversion from OFD to PDF and PDF to images. What’s more, many issues are fixed in this version, such as the issue that the content overlapped after replacing text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5747 Supports automatic font size setting for textbox form fields. PdfDocument pdf = new PdfDocument(); pdf.LoadFromFile(input); PdfFormWidget formWidget = pdf.Form as PdfFormWidget; foreach(PdfField field in formWidget.FieldsWidget.List)…
We are excited to announce the release of Spire.Presentation 8.3.2. This version fixes the issue that an error dialog box popped up when editing PowerPoint chart data. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2205 Fixes the issue that an error dialog box popped up when editing PowerPoint chart data. Click the link below to download Spire.Presentation 8.3.2 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
We are glad to announce the release of Spire.PDF for Java 9.3.11. This version optimizes memory usage when compressing images. Besides, it also enhances the conversion from PDF to HTML and SVG. What’s more, some known issues are fixed successfully, such as the issue that the document size increased a lot after adding watermark. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-5221 Optimizes memory usage when compressing images. Bug SPIREPDF-5727 Fixes the issue that the document size increased a lot after adding watermark. Bug SPIREPDF-5828 Fixes the issue…
We are happy to announce the release of Spire.XLS Standard Edition 12.12. This version fixes the issue that the program threw an exception "Some parts of this workbook may have been repaired or discarded" while saving files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4571 Fixes the issue that the program threw an exception "Some parts of this workbook may have been repaired or discarded" when saving files. Click the link to download Spire.XLS Standard Edition 12.12: https://www.e-iceblue.com/Download/download-excel-for-net-now.html More information of Spire.XLS new release or hotfix: https://www.e-iceblue.com/forum/spire-xls-new-release-or-hotfix-t4630.html
We are pleased to announce the release of Spire.Spreadsheet 7.3.0. This version supports hiding sort item of the filter. Besides, it fixes the issue that only the current active sheet took effect when hiding the title bar of the columns and rows. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPREADSHEET-213 Supports hiding sort item of the filter. this.spreadsheet1.HideSortItemInFilter = true; Bug SPREADSHEET-214 Fixes the issue that only the current active sheet took effect when hiding the title bar of the columns and rows. Click the link to…
page 39