Spire.PDF for Java 5.4.2 supports setting SignImageLayout.Stretch to make signature picture automatically fit the signature field size
2022-04-24 06:13:42
We are glad to announce the release of Spire. PDF for Java 5.4.2. This version supports setting SignImageLayout.Stretch to make signature picture automatically fit the signature field size, also, it enhances the conversion from PDF to Word, PDF to PDFA3A as well as OFD to PDF. In addition, it fixes some known issues such as the image background color was incorrect after adding a watermark. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-2425 Supports setting SignImageLayout.Stretch to make signature picture automatically fit the signature field size. signature.setSignImageLayout(SignImageLayout.Stretch);…
Spire.Spreadsheet 6.4.1 Supports calculating all formulas for a single spreadsheet
2022-04-21 08:53:42
We are happy to announce the release of Spire.Spreadsheet 6.4.1. This version supports calculating all formulas for a single spreadsheet, and fixes some known issues such as some special fonts weren't displayed correctly. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPREADSHEET-196 Supports calculating all formulas for a single spreadsheet. spreadsheet1.ActiveWorksheet.CalculateAllValue() Bug SPREADSHEET-194 Fixes the issue that some special fonts weren't displayed correctly. Bug SPREADSHEET-197 Optimizes the issue that some property names were garbled. Bug SPREADSHEET-198 Fixes the issue that the formula calculation failed. Click the link to…
Spire.PDF 8.4.15 enhances the conversion from PDF to Word and PDF to images
2022-04-21 02:53:47
We are glad to announce the release of Spire.PDF 8.4.15. This version enhances the conversion from PDF to Word and PDF to images. In addition, it fixes some known issues such as the memory consumption wasn't release immediately after merging PDF files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-349 SPIREPDF-372 SPIREPDF-377 Fixes the issue that the content was incorrect after converting XPS to PDF. Bug SPIREPDF-386 Fixes the issue that the application threw "OutOfMemoryException" when converting XPS to PDF. Bug SPIREPDF-438 Fixes the issue that the signature…
Spire.Doc 10.4.5 enhances the conversion from Word to PDF and HTML to Word
2022-04-20 08:19:48
We are pleased to announce the release of Spire.Doc 10.4.5. This version enhances the conversion from Word to PDF as well as HTML to Word. In addition, it fixes some known issues such as the output effect was incorrect after filling image to TextBox. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6781 SPIREDOC-7496 Fixes the issue that the content was lost after converting Word to PDF. Bug SPIREDOC-6922 Fixes the issue that there was an extra blank page after converting Word to PDF. Bug SPIREDOC-7276 Fixes the issue…
Spire.Presentation 7.4.5 supports getting the number format of ChartData
2022-04-20 02:58:32
We are glad to announce the release of Spire.Presentation 7.4.5. This version supports getting the number format of ChartData, and enhances the conversion from PowerPoint to PDF. In addition, it fixes some known issues such as the saved background image was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1905 Supports getting the number format of ChartData. Presentation ppt = new Presentation(); ppt.LoadFromFile(@"input.pptx", Spire.Presentation.FileFormat.Pptx2013); IChart chart = ppt.Slides[1].Shapes[0] as IChart; var numberFormat = chart.ChartData[1, 1].NumberFormat; Bug SPIREPPT-518 Fixes the issue that the text line format was lost…
Spire.XLS for Java 5.4.3 supports setting a maximum number of pages to convert when converting Excel file to PDF
2022-04-19 09:20:07
We are happy to announce the release of Spire.XLS for Java 5.4.3. This version supports setting a maximum number of pages to convert when converting Excel file to PDF, and enhances the conversion from Excel to PDF, Excel to PDFA, Excel to HTML. In addition, it fixes some known issues such as the output file was failed to open after adding watermark to an Excel file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports setting a maximum number of pages to convert when converting Excel file…
Spire.XLS 12.4.1 supports converting Pareto, Sunburst, Histogram charts of Chart2016 when converting Excel to PDF and image
2022-04-15 03:22:01
We are happy to announce the release of Spire.XLS 12.4.1. This version supports converting Pareto, Sunburst, Histogram charts of Chart2016 in the function of converting Excel to PDF and Image, and enhances the conversion from Excel to HTML and Excel to CSV. In addition, it fixes some known issues such as the application threw "Invalid cell name" when loading an Excel file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - In the functions of converting Excel to PDF and Image, added supports converting Pareto, Sunburst, Histogram charts…
Spire.Office for Java 5.4.2 is released
2022-04-11 00:54:29
We are excited to announce the release of Spire.Office for Java 5.4.2. This version brings some new features. For instance, Spire.Doc for Java supports converting Word documents using NewEngine, it also enhances the conversion from Word to PDF, Word to HTML, Word to OFD, XML to Word and Word to image; Spire.PDF for Java enhances the conversion from PDF to Word, PDF to PDFA; Spire.Presentation for Java enhances the conversion from PowerPoint to PDF Meanwhile, a lot of bugs have been successfully fixed. More details are listed as follow. Click the link to download Spire.Office for Java 5.4.2: https://www.e-iceblue.com/Download/office-for-java.html Here…