Spire.Office 8.4.0 is released
2023-04-11 06:09:37
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…
Spire.XLS 13.4.0 supports BITXOR and ISFUNCTION functions
2023-04-10 06:16:20
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…
Spire.Doc 11.4.0 supports setting line types(dashed/dotted) in shape objects
2023-04-10 06:01:25
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…
Spire.PDF 9.4.0 supports automatic font size setting for textbox form fields
2023-04-06 09:38:45
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)…
Spire.Presentation 8.3.2 fixes the issue that the error dialog box popped up for PowerPoint documents
2023-03-31 08:51:02
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
Spire.PDF for Java 9.3.11 optimizes memory usage when compressing images
2023-03-30 07:32:07
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…
Spire.XLS Standard Edition 12.12 fixes the issue that an exception was thrown while saving files
2023-03-30 06:30:39
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
Spire.Spreadsheet 7.3.0 supports hiding sort item of the filter
2023-03-29 09:31:51
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…