zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Spire.Office For Net 7.7.2 fix bug

BUGNet for Office SPIRE fix
2023-09-14 09:04:11 时间

Spire.PDFViewer 7.7.1 optimizes document loading time
Tuesday, 19 July 2022 05:43
We are happy to announce the release of Spire.PDFViewer 7.7.1. This version optimizes document loading time. Meanwhile, some known issues are fixed successfully, such as the issue that the document became blank when viewing. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDFVIEWER-492 Optimizes document loading time. Bug SPIREPDFVIEWER-542 Fixes the issue that the document became blank when viewing. Bug SPIREPDFVIEWER-547 Fixes the issue that the application threw "value can not be null" when rotating PDF. Bug SPIREPDFVIEWER-551 Fixes the issue that the stamp was lost when viewing. Click…


Spire.Presentation 7.7.5 supports creating new chart types in PowerPoint2016
Friday, 15 July 2022 00:58
We are excited to announce the release of Spire.Presentation 7.7.5. This version supports the creation of new chart types defined in PowerPoint 2016, namely Waterfall, Treemap, Boxandwhisker, Histogram, Pareto, and SunBurst. This release provides the SlidePicture.Crop() method supporting cropping slide pictures and provides the InsertPicture(stream) mehtod to insert pictures to slide from file stream. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1965 Supports cropping slide picture. SlidePicture slidePicture = (SlidePicture)presentation.Slides[0].Shapes[0]; slidePicture.Crop(float x, float y, float width, float height); New feature SPIREPPT-1984 Provides InsertPicture(stream) to insert picture from…

Spire.Office for Java 7.7.1 is released
Wednesday, 13 July 2022 09:40
We are excited to announce the release of Spire.Office for Java 7.7.1. Some new features are included in this version. For example, Spire.Doc for Java supports setting the comparison level when comparing Word files, and Spire.XLS for Java supports filling the chart series markers with custom images. Besides, many known issues have been successfully fixed. More details are listed below. Click the link to download Spire.Office for Java 7.7.1: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.Doc for Java Category ID Description New feature - Support setting the comparison level when comparing Word files. Document doc1…


Spire.XLS 12.7.1 supports setting whether to keep the number format of the data when exporting to DataTable
Wednesday, 13 July 2022 09:28
We are excited to announce the release of Spire.XLS 12.7.1. This version supports setting whether to keep the number format of the data when exporting to DataTable and supports calculating "UNICODE" formulas. Moreover, it also enhances the conversion from Excel to PDF and fixes some known issues such as formulas were not calculated after inserting formulas. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3944 Supports setting whether to keep the number format of the data when exporting to DataTable. ExportTableOptions options = new ExportTableOptions(); options.KeepDataFormat = false;…


Spire.XLS for Java 12.7.0 supports filling the chart series markers with custom images
Wednesday, 13 July 2022 09:02
We are excited to announce the release of Spire.XLS for Java 12.7.0. This version supports filling the chart series markers with custom images and supports loading and saving files in UOS format. In addition, it fixes some known issues such as the data was incorrect after updating pivot tables. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3948 Supports filling the chart series markers with custom images. IShapeFill markerFill = chart.getSeries().get(0).getDataFormat().getMarkerFill(); markerFill.customPicture("pic.png"); markerFill.setTexture(...); markerFill.SetPattern(...); //If use pattern filling, foreground color and backgroud color are needed. markerFill.setForeColor(...); markerFill.setBackColor(...); New…


Spire.Doc for Java 10.7.4 supports setting the comparison level when comparing Word documents
Wednesday, 13 July 2022 08:49
We are happy to announce the release of Spire.Doc for Java 10.7.4. This version supports setting the comparison level when comparing Word documents. Besides, it enhances the conversion from Word files to PDF files and images. Moreover, some known issues are fixed, such as the issue that the content was incorrect after merging two Word files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Support setting the comparison level when comparing Word files. Document doc1 = new Document(); doc1.loadFromFile("input1.docx"); Document doc2 = new Document(); doc2.loadFromFile("input2.docx"); doc1.compare(doc2,"user"); //setting…


Spire.Doc 10.7 supports reserving the text direction when using new engine to convert Word to PDF
Wednesday, 13 July 2022 07:02
We are pleased to announce the release of Spire.Doc 10.7. This version supports reserving the text direction when using new engine to convert Word to PDF. Moreover, it also makes some adjustments, for example, it abandons the public IStyle FindById(int styleId) and public IStyle FindByIstd(int istd) methods, and exposes the public IStyle FindByIdentifier(int sIdentifier) method. Furthermore, some known issues have also been fixed in this version, such as the issue that the pagination was incorrect after converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature…


Spire.Office 7.7.2 is released
Thursday, 07 July 2022 06:32
We are happy to announce the release of Spire.Office 7.7.2. In this release, Spire.PDF supports loading OFD file from stream and adds an interface that supports print settings in WPF assembly; Spire.Doc supports converting the table of contents into corresponding bookmarks in PDF and disabling hyperlinks in PDF when converting Word to PDF using NewEngine; Spire.XLS provides an interface that supports setting whether to apply styles to rows and columns. Additionally, many known issues are fixed successfully. 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,…