zl程序教程

您现在的位置是:首页 >  后端

当前栏目

New Patch:Spire.Office for Java 8.3.5

JAVA for New Office SPIRE Patch 8.3
2023-09-14 09:04:12 时间

Spire.Office for Java is a combination of Enterprise-Level Office Java APIs offered by E-iceblue. It includes Spire.Doc for Java, Spire.XLS for Java, Spire.Presentation for Java, Spire.PDF for Java and Spire.Barcode for Java.

Spire.PDF for Java
CategoryIDDescription
New featureSPIREPDF-5706Optimizes the function of compressing documents.
PdfCompressor compressor = new PdfCompressor(inputFile);
compressor.getOptions().getImageCompressionOptions().setResizeImages(true);
compressor.getOptions().getImageCompressionOptions().setImageQuality(ImageQuality.Low);
compressor.compressToFile(outputFile);
BugSPIREPDF-5655Fixes the issue that the characters did not display correctly when converting PDF to Excel files.
BugSPIREPDF-5767Fixes the issue that it failed to delete annotations.
BugSPIREPDF-5776Fixes the issue that it failed to delete square and circle annotations.
BugSPIREPDF-5778Fixes the issue that cell content was lost when the cell was set not to wrap.
Spire.Doc for Java
CategoryIDDescription
BugSPIREDOC-8858Fixes the issue that WPS tool viewing inconsistent line breaks when converting Word to PDF.
BugSPIREDOC-8950Fixes the issue that paging inconsistency when converting Word to PDF.
BugSPIREDOC-9011Fixes the issue that the program threw java.lang.NullPointerException when replacing bookmarks.
BugSPIREDOC-9016Fixes the issue that incorrect display of Chinese symbols with WPS tool when converting Word to PDF.
BugSPIREDOC-9028Fixes the issue that the program threw java.lang.ClassCastException when loading Word documents.
BugSPIREDOC-9055Fixes the issue that no marks left for editing content revisions after setting ProtectionType.Allow_Only_Revisions.
Spire.XLS for Java
CategoryIDDescription
BugSPIREXLS-4423Fixes the issue that the referenced data path was incorrect after setting formula multiple times.
BugSPIREXLS-4426Fixes the issue that it didn't take effect when setting DataValidation for a cell range area.
BugSPIREXLS-4429Fixes the issue that the application threw "Index is less than 0 or more" when loading an Excel document.
BugSPIREXLS-4501Optimized 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).
BugSPIREXLS-4453Fixed the issue that the result of automatic width adjustment was inconsistent with Microsoft Excel.
BugSPIREXLS-4456Fixed the issue that the calculation result of Concat function nested in Filter function was incorrect.
BugSPIREXLS-4461Fixed the issue that it threw a java.lang.NumberFormatException exception when importing data tables containing null values into sheets.
BugSPIREXLS-4462Fixed the issue that merged rows were lost after adding filters.
BugSPIREXLS-4469Fixed the issue that the calculation result of Filter function was incorrect.
SPIREXLS-4483
BugSPIREXLS-4477Fixed the issue that only the first sheet was affected when sorting multiple sheets together.
BugSPIREXLS-4478Fixed the issue that shapes were changed after conversion from Excel to PDF.
BugSPIREXLS-4479Fixed the issue that the displayed values of cells were incorrect after setting number formats and auto-fitting column widths.
BugSPIREXLS-4487Fixed the issue that a java.lang.NullPointerException exception was thrown when loading Excel documents.
BugSPIREXLS-4488Fixed the issue that the effect of clearing filter criteria was incorrect.