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…
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…
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…
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…
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…
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…
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
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…
page 90