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…
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
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");…
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…
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…
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…
We are glad to announce the release of Spire.XLS 13.2.4. This version supports the FLOOR.MATH formula as well as "what if analysis" goal seek and supports setting the Boolean value of addQuotationForStringValue to make the result strings have quotation marks after converting excel to CSV. Besides, this version enhances the conversion from Excel to PDF and images. Moreover, some known issues are successfully fixed in this release. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4405 Supports setting the Boolean value of addQuotationForStringValue to make the result strings…
We are glad to announce the release of Spire.PDF 9.2.6. This version supports setting the text alignment type for PdfFreeTextAnnotation and saving to stream after compressing the PDF file. What’s more, many known issues are fixed in this release, such as the issue that the content was incorrect after printing a PDF file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5733 Supports setting the text alignment type for PdfFreeTextAnnotation. RectangleF rect = new RectangleF(x, y, 100, 15); PdfFreeTextAnnotation textAnnotation = new PdfFreeTextAnnotation(rect); TextAlignment(textAnnotation); textAnnotation.TextAlignment = PdfAnnotationTextAlignment.Right; New…
page 79