Spire.Doc 11.6.1 enhances the conversion from Word to PDF and HTML
2023-06-08 07:47:54
We are excited to announce the release of Spire.Doc 11.6.1. This version enhances the conversion from Word to PDF and HTML. Besides, many known issues are fixed in this version, such as the issue that updating mail merge fields failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-9031 Fixes the issue that he obtained value of the text field containing the return mark is incorrect. Bug SPIREDOC-9285 Fixes the issue that System.ArgumentException exception was thrown during document comparison. Bug SPIREDOC-9339 Fixes the issue that System.ArgumentException exception was thrown…
Spire.XLS for Java 13.6.0 enhances the conversion from Excel to PDF
2023-06-08 02:31:41
We are excited to announce the release of Spire.XLS for Java 13.6.0. This version enhances the conversion from Excel to PDF and images. Additionally, some known issues are fixed, such as the issue that the horizontal coordinate of the chart changed after adding an image watermark. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4611 Fixes the issue that the font effects were inconsistent when converting Excel to images. Bug SPIREXLS-4639 Fixes the issue that the superscript and subscript format was lost when converting Excel to images. Bug SPIREXLS-4642…
Spire.Office 8.6.0 is released
2023-06-06 01:02:26
We are happy to announce the release of Spire.Office 8.6.0. In this version, Spire.PDF supports converting multi-page PDF documents to single SVG files; Spire.XLS adds two methods to realize the movement of chartsheets and worksheets between positions; Spire.Presentation supports setting the column count for the TextFrame. Moreover, 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 v11.5.12 Spire.Pdf.dll v9.6.0 Spire.XLS.dll v13.5.6 Spire.Presentation.dll v8.6.0 Spire.Email.dll v6.5.7 Spire.DocViewer.Forms.dll v8.5.1 Spire.PdfViewer.Forms.dll v9.6.0 Spire.PdfViewer.Asp.dll v8.5.0…
Spire.Presentation 8.6.0 supports setting the column count for the TextFrame
2023-06-05 09:28:09
We are pleased to announce the release of Spire.Presentation 8.6.0. This version supports setting the column count for the TextFrame. Besides, it fixes the issue that the application threw "Merged cells found." when splitting table merged cell. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2232 Supports setting the column count for the TextFrame. Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); IAutoShape shape1 = (IAutoShape)ppt.Slides[0].Shapes[0]; shape1.TextFrame.ColumnCount = 2; IAutoShape shape2 = (IAutoShape)ppt.Slides[1].Shapes[0]; shape2.TextFrame.ColumnCount = 3; ppt.SaveToFile(outputFile, FileFormat.Pptx2013); ppt.Dispose(); Bug SPIREPPT-2205 Fixes the issue that it prompted an error when…
Spire.PDF 9.6.0 supports converting multi-page PDFs to single SVG files
2023-06-05 02:10:10
We are excited to announce the release of Spire.PDF 9.6.0. This version supports converting multi-page PDF documents to single SVG files. It also enhances the conversion from PDF to Word, Excel, as well as PowerPoint and OFD to PDF. Besides, some known issues are fixed in this version, such as the issue that it failed to find text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5977 Supports converting multi-page PDF documents to single SVG files. // load file PdfDocument pdfDocument = new PdfDocument(); pdfDocument.LoadFromFile("input.pdf"); // convert multi-page…
Spire.XLS 13.5.6 adds the method to optimize the speed of deleting rows
2023-06-01 01:58:31
We are pleased to announce the release of Spire.XLS 13.5.6. This version adds the method to optimize the speed of deleting rows and it adds two methods to realize the movement of chartsheets and worksheets between positions. Besides, it enhances the conversion from Excel to PDF and image. In addition, many known issues are fixed in this version, such as the issue that the setting on top function does not take effect when adding a text box. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4560 Adds two…
Spire.Doc 11.5.12 enhances the conversion from Word to PDF and HTML
2023-05-29 09:58:07
We are happy to announce the release of Spire.Doc 11.5.12. This version enhances the conversion from Word to PDF and HTML. Besides, some known issues are fixed in this version, such as the issue that that the application threw "System.InvalidCastException" when loading documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-8643 Fixes the issue that the application threw "System.InvalidCastException" when loading files. Bug SPIREDOC-8946 Fixes the issue that content lost after converting Word to Html. Bug SPIREDOC-9217 Fixes the issue that the application threw "System.InvalidOperationException" when loading files.…
Spire.Office for Java 8.5.6 is released
2023-05-25 07:25:06
We are excited to announce the release of Spire.Office for Java 8.5.6. In this version, Spire.Doc for Java enhances the conversion from Word to PDF; Spire.PDF for Java supports determining whether a PDF stream document is encrypted or not; Spire.XLS for Java enhances the conversion from Excel to PDF; Spire.Presentation for Java enhances the conversion from PowerPoint to images. Besides, a lot known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 8.5.6: 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…