We are excited to announce the release of Spire.Spreadsheet 6.6.1. This version fixes the issue that "NullReferenceException" occurred when Excel files were being loaded. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPREADSHEET-202 Fixes the issue that "NullReferenceException" occurred when Excel files were being loaded. Click the link to download Spire.Spreadsheet 6.6.1: 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 happy to announce the release of Spire.Presentation 7.6.1. This version fixes the issue that the fill color obtained from a shape was incorrect and the issue that the application threw exception "ArgumentOutOfRangeException" when HTML was inserted to PowerPoint. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1963 Fixes the issue that the fill color obtained from a shape was incorrect. Bug SPIREPPT-1967 Fixes the issue that the application threw exception "ArgumentOutOfRangeException" when HTML was inserted to PowerPoint. Click the link to download Spire. Presentation 7.6.1: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html More…
We are glad to announce the release of Spire.Office for Java 7.6.4 . In this version, Spire.XLS for Java supports setting whether to export hidden worksheets when converting Excel to HTML; Spire.Presentation for Java supports cropping pictures in PowerPoint and setting default alternate font for format conversion; Spire.Doc for Java enhances the conversion from Word to PDF and Word to HTML. Additionally, many known bugs have been fixed successfully. More details are listed below. Click the link to download Spire.Office for Java 7.6.4: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.XLS for Java Category ID Description…
We are excited to announce the release of Spire.Doc 10.6.6. In this release, the conversion from Word to PDF is enhanced. Besides, some known issues are fixed, such as the issue that the application threw "NullPointerException" when calling the autoFit method of tabless and the issue that it failed to open the added image Ole in Word. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7253 Fixes the issue that the application threw "NullPointerException" when calling the autoFit method of table. Bug SPIREDOC-7335 Fixes the issue that the pagination…
We are excited to announce the release of Spire.Presentation for Java 8.6.8. This version provides TextFindParameter.Regex enum type to support regular matching and provides new interface PdfOrdinarySignatureMaker to sign PDF. At the same time, it enhances the conversion from PDF to PDFA1A. What’s more, it also fixes some known issues such as the order of found text was inconsistent with the order of text on the page. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-4864 SPIREPDF-5223 Provides TextFindParameter.Regex enum type to support regular expression matching. document.getPages().get(0).findText("", EnumSet.of(TextFindParameter.Regex));…
We are happy to announce the release of Spire.Doc 10.6.6. This release supports converting the table of contents into corresponding bookmarks in PDF and disabling hyperlinks in PDF when converting Word to PDF using NewEngine. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting table of contents into corresponding bookmarks in PDF when converting Word to PDF using NewEngine. ToPdfParameterList toPdf = new ToPdfParameterList(); toPdf.CreateWordBookmarks = true; toPdf.CreateWordBookmarksUsingHeadings = true; document.setUseNewEngine(true); document.saveToFile("output.pdf",toPdf); New feature - Supports disabling hyperlinks in PDF when converting Word to PDF using…
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…
page 85