Spire.Office for Java 8.3.5 is released
2023-03-16 09:24:34
We are glad to announce the release of Spire.Office for Java 8.3.5. In this version, Spire.PDF for Java optimizes the function of compressing documents and it also enhances the conversion from PDF to Excel; Spire.Doc for Java enhances the conversion form Word to PDF; Spire.XLS for Java enhances the conversion from Excel to PDF. Moreover, many known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 8.3.5: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.PDF for Java Category ID Description New feature SPIREPDF-5706 Optimizes the function…
Spire.DocViewer 8.3.0 fixes the issue that some images were not displayed
2023-03-15 07:45:58
We are excited to announce the release of Spire.DocViewer 8.3.0. This version fixes the issue that some images were not displayed. Meanwhile, it successfully fixes the issue that Chinese text display failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOCVIEWER-98 Fixes the issue that some images were not displayed. Bug SPIREDOCVIEWER-99 Fixes the issue that Chinese text display failed. Click the link to download Spire.DocViewer 8.3.0: https://www.e-iceblue.com/Download/download-docviewer-for-net-now.html
Spire.PDF 9.3.4 supports embedding fonts and "Show/Hide Fields" action
2023-03-15 07:38:58
We are excited to announce the release of Spire.PDF 9.3.4. This version supports embedding fonts into PDF documents and creating "Show/Hide Fields" action. It also optimized the document compression function. Moreover, many known issues are fixed in this version, such as the issue that converting PDF to Word resulted in incorrect content. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-3933 Supports embedding fonts into PDF documents. PdEmbeddedFontConverter converter = new PdEmbeddedFontConverter ("InputFile"); convert.ToEmbeddedFontPdf("resultFile"); New feature SPIREPDF-5396 Supports creating "show/hide a field" action. PdfDocument pdf = new PdfDocument(inputFile);…
Spire.XLS 13.3.2 supports the ISOWEEKNUM formula
2023-03-15 06:27:40
We are pleased to announce the release of Spire.XLS 13.3.2. This version supports the ISOWEEKNUM formula, CEILING.PRECISE formula, ENCODEURL formula and supports replacing one font with another in a worksheet. Besides, it enhances the conversion from Excel to PDF, HTML and image. In addition, many known issues are fixed in this version, such as the issue that the location of the added TextBox was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4396 Supports the ISOWEEKNUM formula. Workbook workbook = new Workbook(); workbook.Worksheets[0].Range["A1"].Formula = "ISOWEEKNUM(DATE(2012,1,1))"; workbook.CalculateAllValue(); workbook.SaveToFile("result.xlsx");…
Spire.Email 6.3.1 supports OAuth2 authentication
2023-03-14 07:24:16
We are happy to announce the release of Spire.Email 6.3.1. This version supports OAuth2 authentication. Besides, some known issues are fixed in this version, such as the issue that the program threw error "Unable to read data from the transport connection" when sending emails. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREEMAIL-67 Supports OAuth2 authentication. Bug SPIREEMAIL-51 Fixes the issue that it failed to connect to QQ email. Bug SPIREEMAIL-60 Fixes the issue that the program threw "004 NO SELECT State" error when reading the inbox of…
Spire.Doc.11.3.1 enhances the conversion from Word to PDF
2023-03-10 03:07:59
We are excited to announce the release of Spire.Doc 11.3.1. This version enhances the conversion from Word to PDF. What’s more, it fixes some known issues such as the table of contents field failed to update. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-5109 SPIREDOC-5440 Fixed the issue that the underline format was incorrect when converting Word to PDF. Bug SPIREDOC-8575 Fixed the issue that the table of contents field failed to update. Bug SPIREDOC-8904 Fixed the issue that the program threw System.NullReferenceException exception when setting a value…
Spire.XLS for Java 13.3.1 enhances the conversion from Excel to PDF
2023-03-09 09:49:20
We are happy to announce the release of Spire.XLS for Java 13.3.1. This version enhances the conversion from Excel to PDF. Besides, many known issues are successfully fixed in this release, such as the issue that the result of automatic width adjustment was not consistent with Microsoft Excel. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4501 Optimized the size of the resulting PDF document converted from Excel. Workbook workbook = new Workbook(); workbook.loadFromFile("1.xlsx"); workbook.getConverterSetting().setJPEGQuality(40); workbook.saveToFile("1.pdf", FileFormat.PDF). Bug SPIREXLS-4453 Fixed the issue that the result of automatic width adjustment…
Spire.Doc for Java 11.3.0 enhances the conversion form Word to PDF
2023-03-02 07:43:12
We are happy to announce the release of Spire.Doc for Java 11.3.0. This version enhances the conversion from Word to PDF. In addition, it fixes some known issues, such as the issue that the program threw java.lang.NullPointerException when replacing bookmarks. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-8858 Fixes the issue that WPS tool viewing inconsistent line breaks when converting Word to PDF. Bug SPIREDOC-8950 Fixes the issue that paging inconsistency when converting Word to PDF. Bug SPIREDOC-9011 Fixes the issue that the program threw java.lang.NullPointerException when replacing…
