Spire.Presentation for Java 7.6.3 supports cropping pictures in PowerPoint
2022-06-17 09:19:40
We are excited to announce the release of Spire.Presentation for Java 7.6.3. This version supports cropping pictures in PowerPoint and setting default alternate font for format conversion. Besides, it optimizes the memory consumption of conversion from PowerPoint to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1848 Supports setting default alternate font for format conversion. Presentation.setDefaultFontName("Arial"); Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); ppt.saveToFile(outputFile, FileFormat.PDF); //Used to reset the document conversion default font Presentation.resetDefaultFontName(); New feature SPIREPPT-1962 Supports cropping pictures in PowerPoint. SlidePicture slidePicture= (SlidePicture)presentation.getSlides().get(0).getShapes().get(0); //The crop start…
Spire.XLS.12.6.1 provides an interface that supports setting whether to apply styles to rows and columns
2022-06-14 01:21:50
We are excited to announce the release of Spire.XLS 12.6.1. This version provides an interface that supports setting whether to apply styles to rows and columns. And it supports converting new chart types in Excel 2016 like waterfall, treemap and boxandwhisker to PDF and image. What’s more, it also enhances the conversion from Excel to PDF and fixes some known issues such as the content of cells in custom format was not correct after converting to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3812 Provides an…
Spire.PDF 8.6.1 supports setting the author and subject for PDFLineAnnotation
2022-06-08 09:29:35
We are glad to announce the release of Spire.PDF 8.6.1. This version supports setting the author and subject for PDFLineAnnotation, and supports setting the ForeColor for CheckBox field. It also enhances the conversion from OFD to PDF. In addition, it fixes some known issues such as the field text was incorrect after printing. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5095 Supports setting the author and subject for PDFLineAnnotation. if (annotation is PdfLineAnnotationWidget) { PdfLineAnnotationWidget lineAnn = annotation as PdfLineAnnotationWidget; //PdfLineAnnotation lineAnn = annotation as PdfLineAnnotation; lineAnn.Author…
Spire.XLS for Java 12.6.0 supports setting whether to export hidden worksheets when converting Excel to HTML
2022-06-08 09:13:26
We are excited to announce the release of Spire.XLS for Java 12.6.0. This version supports setting whether to export hidden worksheets when converting Excel to HTML. Besides, after converting Excel to HTML, a contrasting color border is added to the currently selected tab in the converted HTML and the spacing on both sides is added to the text of the worksheet tabs. Moreover, it also enhances the conversion from Excel to HTML, Excel to PDF, and Excel to images. Additionally, some known issues are fixed, such as the issue that sparklines are lost after copying sheets and the issue that…
Spire.Barcode 6.6.3 fixes the issue that the scanned data was inconsistent with the data scanned by mobile phone.
2022-06-07 09:07:44
We are glad to announce the release of Spire.Barcode 6.6.3. This version fixes the issue that the scanned data was inconsistent with the data scanned by mobile phone as well as that the rectangle added in barcode became square. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREBARCODE-214 Fixes the issue that the rectangle added in barcode became square. Bug SPIREBARCODE-215 Fixes the issue that the scanned data was inconsistent with the data scanned by mobile phone. Click the link below to download Spire.Barcode 6.6.3: https://www.e-iceblue.com/Download/download-barcode-for-net.html More information of…
Spire.Doc for Java 10.6.0 enhances the conversion from Word to PDF and HTML
2022-06-07 08:36:20
We are glad to announce the release of Spire.Doc for Java 10.6.0. This version enhances the conversion from Word to PDF and Word to HTML. Additionally, it fixes some known issues such as the issue that extra content appears after saving Word documents and the issue that the application threw "This is not a structured storage file." when merging Word documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7542 Fixes the issue that the content format was incorrect after converting Word to PDF. Bug SPIREDOC-7574 Fixes the issue…
Spire.Spreadsheet 6.5.0 fixes the issue that adding and deleting rows would give incorrect results
2022-06-06 06:29:19
We are pleased to announce the release of Spire.Spreadsheet 6.5.0. This version fixes the issue that adding and deleting rows would give incorrect results. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPREADSHEET-201 Fixes the issue that adding and deleting rows would give incorrect results. Click the link to download Spire.Spreadsheet 6.5.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.Doc 10.5.9 enhances the conversion from Word to PDF and HTML to Docx
2022-05-31 08:42:34
We are pleased to announce the release of Spire.Doc 10.5.9. This version enhances the conversion from Word to PDF as well as HTML to Docx. What’s more, it fixes some known issues such as the application threw "System.FormatException" when converting Word to PDF under French locale settings. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6917 Fixes the issue that the color of table borders lost after converting HTML to Docx. Bug SPIREDOC-7600 Fixes the issue that there were extra blank lines before the title after converting Word to…
