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…
Spire.PDF for Java 9.2.5 optimizes the function of compressing documents
2023-03-01 01:50:35
We are happy to announce the release of Spire.PDF for Java 9.2.5. This version optimizes the function of compressing documents. Besides, it also enhances the conversion from PDF to Excel. What’s more, some known issues are fixed successfully, such as the issue that deleting annotations failed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5706 Optimizes the function of compressing documents. PdfCompressor compressor = new PdfCompressor(inputFile); compressor.getOptions().getImageCompressionOptions().setResizeImages(true); compressor.getOptions().getImageCompressionOptions().setImageQuality(ImageQuality.Low); compressor.compressToFile(outputFile); Bug SPIREPDF-5655 Fixes the issue that the characters did not display correctly when converting PDF to Excel files. Bug…
Spire.Spreadsheet 7.2.0 supports the zoom function
2023-02-24 07:43:30
We are excited to announce the release of Spire.Spreadsheet 7.2.0. This version supports the zoom function. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports the zoom function. Click the link to download Spire.Spreadsheet 7.2.0: https://www.e-iceblue.com/Download/download-Spreadsheet-for-net-now.html More information of Spire.Spreadsheet new release or hotfix: https://www.e-iceblue.com/forum/spire-spreadsheet-new-release-or-hotfix-t6100.html
Spire.Office for Java 8.2.0 is released
2023-02-17 10:09:47
We are excited to announce the release of Spire.Office for Java 8.2.0. In this version, Spire.PDF for Java supports converting PDF to PowerPoint; Spire.Doc for Java supports setting the sdtAppearance property for the content control; Spire.Presentation for Java enhances the conversion from PowerPoint to SVG and images. Moreover, many known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 8.2.0: 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-2628 Supports converting PDF to PowerPoint. PdfDocument pdfDocument =new PdfDocument(); pdfDocument.loadFromFile("input.pdf");…
Spire.XLS for Java 13.2.4 fixes some known issues
2023-02-17 10:03:48
We are excited to announce the release of Spire.XLS for Java 13.2.4. This version fixes some known issues like the referenced data path was incorrect after setting formula multiple times. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4423 Fixes the issue that the referenced data path was incorrect after setting formula multiple times. Bug SPIREXLS-4426 Fixes the issue that it didn't take effect when setting DataValidation for a cell range area. Bug SPIREXLS-4429 Fixes the issue that the application threw "Index is less than 0 or more" when…
Spire.Office 8.2.2 is released
2023-02-17 09:23:33
We are excited to announce the release of Spire.Office 8.2.2. In this version, Spire.PDF adds TextCompressionOptions to support setting compression type and supports setting the text alignment type for PdfFreeTextAnnotation; Spire.Doc supports the FLOOR.MATH formula and "what if analysis" goal seek; Spire.Presentation enhances the conversion from PowerPoint to images. Besides, a lot of known issues are successfully fixed in this update. 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.2.3 Spire.Pdf.dll v9.2.6 Spire.XLS.dll v13.2.4 Spire.Presentation.dll v8.2.0 Spire.Email.dll v6.2.3 Spire.DocViewer.Forms.dll…
Spire.Presentation for Java 8.2.1 enhances the conversion from PowerPoint to SVG and images
2023-02-17 07:51:13
We are excited to announce the release of Spire.Presentation for Java 8.2.1. This version enhances the conversion from PowerPoint to SVG and images. Besides, some known issues are fixed successfully, such as the issue that the program threw java.lang.Exception: Error reading bytes when loading PowerPoint files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2139 Fixes the issue that the line color was incorrect when converting slide to SVG. Bug SPIREPPT-2142 Fixes the issue that it failed to get italicized style information of text. Bug SPIREPPT-2144 Fixes the issue…
