Spire.Presentation 8.1.1 supports the function of replying to comments
2023-01-16 06:51:07
We are pleased to announce the release of Spire.Presentation 8.1.1. This version supports the function of replying to comments. Besides, it fixes the issue that the generated chart data of Excel was changed from null to 0. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2133 Supports the function of replying to comments. Presentation ppt = new Presentation(); ICommentAuthor author = ppt.CommentAuthors.AddAuthor("E-iceblue", "comment"); ppt.Slides[0].AddComment(author, "Add comment", new System.Drawing.Point(18, 25), DateTime.Now); Comment comment = ppt.Slides[0].Comments[0]; if (!comment.IsReply) { comment.Reply(author, "Add Reply1", DateTime.Now); comment.Reply(author, "Add Reply2", DateTime.Now); } ppt.Slides[0].DeleteComment(author, "Add…
Spire.Spreadsheet 7.1.0 fixes the issue that the program threw an exception while loading an Excel file
2023-01-16 06:21:02
We are glad to announce the release of Spire.Spreadsheet 7.1.0. This version fixes the issue that the program threw System.ArgumentOutOfRangeException when loading an excel file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPREADSHEET-211 Fixes the issue that the program threw System.ArgumentOutOfRangeException when loading an excel file. Click the link to download Spire.Spreadsheet 7.1.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 for Java 11.1.1 supports the setting "Remove contents control when contents are edited"
2023-01-12 07:23:45
We are excited to announce the release of Spire.Doc for Java 11.1.1. This version supports setting the function "Remove contents control when contents are edited" for content controller. Besides, it enhances the conversion from Word to PDF. In addition, it fixes some known issues, such as the issue that the program threw "Value (11) does not exist in the <CellAlign> enumeration" when loading a document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-8961 Supports setting the function "Remove contents control when contents are edited" for content controller.…
Spire.Presentation for Android 8.1.1 supports setting custom fonts
2023-01-06 09:52:28
We are happy to announce the release of Spire.Presentation for Android 8.1.1. This version supports setting custom fonts. Besides, it fixes the issue that the program threw ArrayIndexOutOfBoundsException when converting PowerPoint to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2134 Supports setting custom fonts. Presentation ppt = new Presentation(); ppt.loadFromFile(PptFile); ppt.setCustomFontsFolder(fontFolderPath); ppt.saveToFile(PdfFile, FileFormat.PDF); Bug SPIREPPT-2135 Fixes the issue that the program threw ArrayIndexOutOfBoundsException when converting PowerPoint to PDF. Click the link below to download Spire.Presentation for Android 8.1.1: https://www.e-iceblue.com/Download/presentation-for-android-via-java.html
Spire.Office 7.12.5 is released
2022-12-30 09:52:21
We are glad to announce the release of Spire.Office 7.12.5. In this version, Spire.Doc supports .NET 7.0 platform and supports setting "Snap to grid when document grid is defined" for paragraphs; Spire.PDF adds a new interface for converting PDF to Word; Spire.XLS supports .NET 7.0; Spire.Presentation fixes the issue that the content was lost after saving PowerPoint slide as Image. Besides, many known issues are fixed successfully in this version. 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 v10.12.4,…
Spire.Office for Java 7.12.4 is released
2022-12-30 09:03:54
We are excited to announce the release of Spire.Office for Java 7.12.4. In this version, Spire.PDF for Java supports creating tagged PDF files; Spire.Presentation for Java supports cloning tables to a new slide; Spire.Doc for Java enhances the conversion from Word to PDF; Spire.XLS for Java enhances the conversion from Excel to PDF and images as well as XLSM to PDF. Moreover, a lot of known issues are fixed in this release. More details are listed below. Click the link to download Spire.Office for Java 7.12.4: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.PDF for Java…
Spire.Presentation for Java 7.12.4 supports cloning table to new slide
2022-12-30 08:38:19
We are excited to announce the release of Spire.Presentation for Java 7.12.4. This version supports cloning the table to new slide. Besides, it also enhances the conversion from PowerPoint to images. At the same time, some known issues are fixed successfully, such as the issue that the filling color of the text was obtained incorrectly. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2110 Supports cloning table to new slide. Presentation ppt = new Presentation(); ppt.loadFromFile(inputPPT); ITable table = (ITable)ppt.getSlides().get(0).getShapes().get(0); Presentation ppt2 = new Presentation(); ISlide slide =…
Spire.XLS for Java 12.12.4 enhances the conversion from Excel to PDF and images
2022-12-30 07:23:51
We are happy to announce the release of Spire.XLS for Java 12.12.4. This version enhances the conversion from Excel to PDF and images as well as XLSM to PDF. Besides, some known issues are successfully fixed in this version, such as the issue that the date format of the created pivot table was incorrect and the issue that the Worksheet.MaxDisplayRange area could not include pictures. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4147 Fixes the issue that the content was incorrect after converting Excel to PDF and images.…
