Spire.Presentation for Java 4.10.1 enhances the conversion from PPT to images
We are happy to announce the release of Spire.Presentation for Java 4.10.1. This version enhances the conversion from PPT to images and also fixes the issue occurred in the process of loading PPT files. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| Bug | SPIREPPT-1688 | Fixes the issue that the application threw an error “Invalid format string” when loading a PPT file. |
| Bug | SPIREPPT-1689 | Fixes the issue that the application hanged when converting a PPT to images. |
E-iceblue has a 7-Day National Holiday during 01/10/2021-07/10/2021
Due to China's National Day Holiday, our office will be closed from 01/10/2021 to 07/10/2021(GMT+8:00).
During the holiday, your email will be received as usual and the urgent problems will be solved as soon as possible by the staffs on duty.
Note: The purchase system will remain available 24 hours a day and 7 days a week. Once you process the order online and finish the payment, the license file will be sent to you automatically by our system.
If you want to obtain a temporary license file to have a better evaluation on our products, please Request a Temporary License for yourself. If you could not request it successfully, please send an email to sales team.
Sorry for any inconveniences caused by us and we appreciate your support and understanding.
Please feel free to contact us via the following Emails:
- Support Team: support@e-iceblue.com
- Sales Team: sales@e-iceblue.com
Useful Links Related to Purchase:
Spire.Email 4.7 fixes a filter condition problem
We are happy to announce the release of Spire.Email 4.7. This version fixes a filter condition problem. View the following for more information.
Here is a list of changes made in this release
| Category | ID | Description |
| Bug | SPIREEMAIL-43 | Fixes the issue that the program threw an error of "System.InvalidOperationException" when using filter conditions to query emails. |
Spire.SpreadSheet 5.6.1 fixes the display issues of text and images
We are happy to announce the release of Spire.SpreadSheet 5.6.1. This update mainly fixes the display issues of text and images. More details are listed as follows.
Here is a list of changes made in this release
| Category | ID | Description |
| Bug | SPREADSHEET-175 | Fixes the issue that the text was incorrect when viewing excel files. |
| Bug | SPREADSHEET-186 SPREADSHEET-187 |
Fixes the issue that text and images were incorrect when viewing excel files. |
Spire.PDFViewer 6.8.6 is released
We are happy to announce the release of Spire.PDFViewer 6.8.6. In this version, the ASP.NET control supports rotating pages as well as finding and highlighting text. Moreover, this update also fixes the issue occurred in the process of displaying PDF files. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New feature | SPIREPDFVIEWER-514 | The ASP.NET control supports rotating pages.
input type=button id=PdfDocumentViewer1_btnRotate onfocus=this.blur() onclick=pdfdocumentviewer1.Rotate(pdfdocumentviewer1.RotateAngle + 270); value=rotate_270 |
| New feature | SPIREPDFVIEWER-515 | The ASP.NET control supports finding and highlighting text.
input type=text id=PdfDocumentViewer1_txtFindText onkeydown=if(event.keyCode==13){pdfdocumentviewer1.SearchText(this.value,true);return false;} value=
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
this.PdfDocumentViewer1.FindTextHighLightColor = System.Drawing.Color.FromArgb(125, 255, 0, 0);
this.PdfDocumentViewer1.LoadFromFile(input.pdf);
}
}
|
| Bug | SPIREPDFVIEWER-369 SPIREPDFVIEWER-433 SPIREPDFVIEWER-508 |
Fixes the issue that the display content of the PDF was incorrect. |
| Bug | SPIREPDFVIEWER-491 | Fixes the issue that Chinese characters in PDF file were displayed incorrectly. |
| Bug | SPIREPDFVIEWER-504 | Fixes the issue that the ASP.NET control poped up an error message when no PDF file was loaded. |
| Bug | SPIREPDFVIEWER-506 | Fixes the issue that the image covered the text content. |
| Bug | SPIREPDFVIEWER-513 | Fixes the issue that the display content of the PDF was blurred. |
Spire.OfficeViewer 6.6 fixes the display issue of watermark
We are happy to announce the release of Spire.OfficeViewer 6.6. This update mainly fixes the issue that the watermark was displayed incomplete after opening Word files. More information is listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| Bug | SPIREOFFICEVIEWER-23 | Fixes the issue that the watermark was displayed incomplete after opening Word files. |
Spire.Barcode 5.9.4 fixes the issue that the scan results were incorrect
We are glad to announce the release of Spire.Barcode 5.9.4. This version fixes the issue that the scan results were incorrect as well as the text and barcode overlapped when setting transparent background. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| Bug | SPIREBARCODE-202 SPIREBARCODE-203 |
Fixes the issue that the scan results were incorrect. |
| Bug | SPIREBARCODE-206 | Fixes the issue that text and barcode overlapped when setting transparent background. |
Spire.XLS 11.9.3 supports converting Excel to UOS/OFD
We are happy to announce the release of Spire.XLS 11.9.3. This version supports converting Excel to UOS/OFD. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New feature | - | Supports converting Excel to UOS.
Workbook workbook = new Workbook(); workbook.LoadFromFile(xlsxFile); workbook.SaveToFile(uosFile, FileFormat.UOS); |
| New feature | - | Supports converting Excel to OFD
Workbook workbook = new Workbook(); workbook.LoadFromFile(xlsxFile); workbook.SaveToFile(ofdFile, FileFormat.OFD); |
Spire.Doc 9.10.0 supports getting the alternative text of shape
We are excited to announce the release of Spire.Doc 9.10.0. This version supports getting the alternative text of shape, and enhances the conversion from Word to PDF. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New feature | SPIREDOC-6561 | Supports getting the alternative text of shape.
string text = shape.AlternativeText; |
| Bug | SPIREDOC-6506 | Fixes the issue that a customXml folder was generated after an operation on a Word document |
| Bug | SPIREDOC-6587 | Fixes the issue that the application threw an error "The given key was not present in the dictionary." when coverting Word to PDF |
| Bug | SPIREDOC-6643 | Fixes the issue that the bookmark hierarchy became chaotic when coverting Word to PDF |
| Bug | SPIREDOC-6673 SPIREDOC-6722 |
Fixes the issue that the application threw an error “Bad state(invalid stored block lengths)”when loading a Word document |
| Bug | SPIREDOC-6674 | Fixes the issue that the application threw System.NullReferenceException error when coverting Word to PDF |
| Bug | SPIREDOC-6711 | Fixes the issue that the application threw an error "System.FormatException: 'Input string was not in a correct format.'" when converting HTML to Word |
Spire.Presentation 6.9.5 fixes some issues occurred in the process of getting objects
We are glad to announce the release of Spire.Presentation 6.9.5. This version fixes the issues occurred in the process of getting the correct text color of the chart legend and the correct height of the table cells. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| Bug | SPIREPPT-1609 SPIREPPT-1692 |
Fixes the issue that the OLE icon was not displayed when opened with WPS. |
| Bug | SPIREPPT-1690 | Fixes the issue that it failed to get the correct height of the table cells. |
| Bug | SPIREPPT-1691 | Fixes the issue that the application threw the error "Object reference not set to an instance of an object" when loading the PPT file after adding math equations. |
| Bug | SPIREPPT-1693 | Fixes the issue that it failed to get the correct text color of the chart legend. |