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.
Click the link to download Spire.Presentation for Java 4.10.1:

 

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:


Useful Links Related to Purchase:

Purchase Policy:
Order Online:
How to use Coupon Code:
How to Request an invoice:

 

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:

 

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.
Click the link to download Spire.Spreadsheet 5.6.1:
More information of Spire.Spreadsheet new release or hotfix:

 

Wednesday, 25 August 2021 05:52

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.
Click the link to get Spire.PDFViewer 6.8.6:
More information of Spire.PDFViewer new release or hotfix:

 

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:

 

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:
More information of Spire. Barcode new release or hotfix:

 

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:
More information of Spire.XLS new release or hotfix:

 

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
Click the link to download Spire.Doc 9.10.0:
More information of Spire.Doc new release or hotfix:

 

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.
Click the link below to download Spire.Presentation 6.9.5
More information of Spire.Presentation new release or hotfix: