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…
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. Click the link to download Spire.Email 4.7: https://www.e-iceblue.com/Download/email-for-net.html  
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-186SPREADSHEET-187 Fixes the issue that text and images were incorrect when viewing excel files. Click the link to download Spire.Spreadsheet 5.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.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) {…
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. Click the link to download Spire.OfficeViewer 6.6: https://www.e-iceblue.com/Download/download-spire-office-viewer-net.html  
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. Click the link below to download Spire. Barcode 5.9.4: https://www.e-iceblue.com/Download/download-barcode-for-net.html More information of Spire. Barcode new release or hotfix: https://www.e-iceblue.com/forum/spire-barcode-f13.html  
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); Click the link to download Spire.XLS 11.9.3: https://www.e-iceblue.com/Download/download-excel-for-net-now.html More information of Spire.XLS new release or hotfix: https://www.e-iceblue.com/forum/spire-xls-new-release-or-hotfix-t4630.html  
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…