We are excited to announce the release of Spire.PDF 8.5.0. This version supports converting OFD to PDF stream. Additionally, it fixes some known issues such as the images are black after converting PDF to images and the cell division of the table was incorrect after converting PDF to Excel. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5098 Supports converting OFD to PDF stream. OfdConverter converter = new OfdConverter(inputFile); //Save to stream MemoryStream tempStream = new MemoryStream(); converter.ToPdf(tempStream); Bug SPIREPDF-2502 Fixes the issue that caused black images after…
We are pleased to announce the release of Spire.XLS for Java 5.5.0. This version enhances the conversion from Excel to PDF. In addition, it fixes some known issues like the content of chart lost after copying worksheets multiple times. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-3792 Fixes the issue that the content format was incorrect after adding images in Excel and converting it to PDF. Bug SPIREXLS-3778 Fixes the issue that the content of chart lost after copying worksheets multiple times. Bug SPIREXLS-3811 Fixes the issue that…
In order to optimize the product structure, we decided to remove the Spire.License.dll from our .NET product packages. In most cases, the original interfaces and classes defined in the Spire.License.dll are now included in the Spire.Pdf.dll. If a product (such as Spire.Barcode) does not contain the Spire.Pdf.dll, these interfaces and classes are included in the DLL file with the same name as the product. To use two or more individual products of us in the same project, please download Spire.Office and reference the corresponding DLLs from it. The Spire.Pdf.dll is needed to be referenced if you want to apply a…
We are happy to announce the release of Spire.Email 5.5.0. This version fixes the issue that the mail attachment and subject were failed to extract. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREEMAIL-42 SPIREEMAIL-53 SPIREEMAIL-56 Fixes the issue that it failed to get the attachment from message. Bug SPIREEMAIL-52 Fixes the issue that it failed to get the correct subject from message. Click the link to download Spire.Email 5.5.0: https://www.e-iceblue.com/Download/email-for-net.html
We are excited to announce the release of Spire.Office 7.4.10. In this version, Spire.Doc starts with a new engine-style layout for conversion features by default; Spire.XLS supports converting Pareto, Sunburst, Histogram charts of Chart2016 in the function of converting Excel to PDF and Image; Spire.Presentation supports getting the number format of ChartData, and enhances the conversion from PowerPoint to PDF; Spire.Spreadsheet supports calculating all formulas for a single spreadsheet.Meanwhile, a lot of bugs have been successfully fixed. More details are listed as follow. 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,…
We are pleased to announce the release of Spire.Doc 10.4.6. This version starts with a new engine-style layout for conversion features by default. In the new Document, if the parameter false is not set, the new engine layout is used by default; And if you want to use the old engine layout, you need to use the Document constructor with the "useNewEngine" parameter and set the parameter "useNewEngine" to false. In addition, the Document.UseNewEngine is no longer able to set a value, only take one. More details are listed below. Here is a list of changes made in this release…
We are glad to announce the release of Spire.Presentation for Java 5.4.3. This version support setting the rounded corners for the Chart border, it also enhances the conversion from PowerPoint to PDF as well as PowerPoint to image. In addition, it fixes some known issues such as the size of the split PowerPoint file is too big. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1921 Support setting the rounded corners for the Chart border. Presentation presentation = new Presentation(); IChart chart = presentation.getSlides().get(0).getShapes().appendChart(ChartType.COLUMN_CLUSTERED, new Rectangle(100, 100, 500,…
We are excited to announce the release of Spire.Office for Java 5.4.5. This version brings some new features. For instance, Spire.XLS for Java supports setting a maximum number of pages to convert when converting Excel file to PDF, and supports using ApplyStyle() to apply the style for a cell range; Spire.PDF for Java supports setting SignImageLayout.Stretch to make signature picture automatically fit the signature field size. In addition, Spire.Doc for Java enhances the conversion from Word to PDF and Word to HTML. Meanwhile, a lot of bugs have been successfully fixed. More details are listed as follow. Click the link…
page 84