Spire.Office for Java 8.6.0 is released
2023-06-09 07:52:42
We are excited to announce the release of Spire.Office for Java 8.6.0. In this version, Spire.Doc for Java supports setting the position of the binding line; Spire.XLS for Java enhances the conversion from Excel to PDF and images. Moreover, many known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 8.6.0: 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 SPIREDOC-4902 Supports setting the position of the binding line. section.getPageSetup().isTopGutter(boolean value); New feature SPIREDOC-9054 The mailMerge.executeWidthRegion() method of the mail…
Spire.Doc for Java 11.6.0 supports setting the position of the binding line
2023-06-09 07:40:28
We are happy to announce the release of Spire.Doc for Java 11.6.0. This version supports setting the position of the binding line and the color of content controls. It also enhances the conversion from Word to PDF and OFD. Besides, some known issues are fixed in this version, such as the issue that extra blank paragraphs appeared after accepting revisions. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-4902 Supports setting the position of the binding line. section.getPageSetup().isTopGutter(boolean value); New feature SPIREDOC-9054 The mailMerge.executeWidthRegion() method of the mail…
Spire.PDFViewer 7.11.0 fixes the issue that the document content displayed incompletely
2023-06-09 06:22:50
We are pleased to announce the release of Spire.PDFViewer 7.11.0. This version fixes the issue that the document content displayed incompletely. Meanwhile, some known issues are fixed successfully, such as the issue that the document content did not load smoothly when scrolling pages. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDFVIEWER-561 Fixes the issue that the document content did not load smoothly when scrolling pages. Bug SPIREPDFVIEWER-564 Fixes the issue that the document content displayed incompletely. Click the link to get Spire.PDFViewer 7.11.0: https://www.e-iceblue.com/Download/download-pdf-viewer-for-net-now.html More information of Spire.PDFViewer…
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…
