Spire.PDF for Java 5.3.1 supports converting a PDF to a Grayscale document
2022-03-17 01:24:25
We are glad to announce the release of Spire.PDF for Java 5.3.1. This version supports converting PDF to a Grayscale document. Besides, it enhances the conversion from PDF to PDFA1B. In addition, it fixes some known issues such as the obtained ComBoxField item value is incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-4915 Supports converting a pdf to a grayscale document. PdfGrayConverter converter = new PdfGrayConverter("ConvertToGrayPdf.pdf"); converter.toGrayPdf("output.pdf"); Bug SPIREPDF-4741 Fixes the issue that the obtained ComBoxField item value was incorrect. Bug SPIREPDF-4873 Optimizes the memory releasing…
Spire.Presentation 7.3.1 enhances the conversion from PPTX to PDF
2022-03-15 08:11:35
We are glad to announce the release of Spire.Presentation 7.3.1. This version enhances the conversion from PPTX to PDF, and fixes some known issues such as the effect of animation effect was incorrect after adding it for a chart shape. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-861 Fixes the issue that the effect of animation effect was incorrect after adding it for a chart shape. Bug SPIREPPT-1828 Fixes the issue that the Arabic text displayed incorrectly after converting PPTX to PDF. Bug SPIREPPT-1838 Fixes the issue that…
Spire.XLS for Java 5.3.1 supports creating Excel 2016 Charts
2022-03-11 01:13:28
We are happy to announce the release of Spire.XLS for Java 5.3.1. This version supports creating Waterfall Chart, Pareto Chart, Histogram Chart, BoxAndWhisker Chart, TreeMap Chart, SunBurst Chart, and Funnel Chart. Also, it enhances the conversions from Excel to PDF and Excel to Image. In addition, it fixes some known issues such as the obtained signature information is not correct. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports creating the Waterfall Chart. Workbookworkbook=newWorkbook(); workbook.loadFromFile("input.xlsx"); Worksheetsheet=workbook.getWorksheets().get(0); ChartofficeChart=sheet.getCharts().add(); //Setcharttypeaswaterfall officeChart.setChartType(ExcelChartType.WaterFall); //Setdatarangetothechartfromtheworksheet officeChart.setDataRange(sheet.getRange().get("A2:B8")); //Datapointsettingsastotalinchart officeChart.getSeries().get(0).getDataPoints().get(3).setAsTotal(true); officeChart.getSeries().get(0).getDataPoints().get(6).setAsTotal(true); //Showingtheconnectorlinesbetweendatapoints officeChart.getSeries().get(0).getFormat().showConnectorLines(true); //Setthecharttitle…
Spire.Doc 10.3.3 enhances the conversions from HTML to Word, Word to PDF and Word to Image
2022-03-10 07:43:25
We're pleased to announce the release of Spire.Doc 10.3.3. This version enhances the conversions from HTML to Word, Word to PDF and Word to Image. Meanwhile, it fixes some known issues such as the image content displayed wrong in the generated file after inserting the image to the Word file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7065 Fixes the issue that the width of the table in the generated file was changed after converting HTML to Word. Bug SPIREDOC-7327 Fixes the issue that the position of the…
Spire.XLS 12.3.2 enhances the conversion from Excel to PDF
2022-03-04 07:38:15
We are happy to announce the release of Spire.XLS 12.3.2. This version enhances the conversion from Excel to PDF. Besides, it fixes some known issues such as the application is interrupted even it catches the “NullReferenceException”. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-3605 Fixes the issue that the lines were thicker after converting Excel to PDF. Bug SPIREXLS-3639 Fixes the issue that the font size and borders were changed after converting Excel to PDF. Bug SPIREXLS-3644 SPIREXLS-3670 SPIREXLS-3678 Fixes the issue that the content was incorrect after…
Spire.Presentation for Java 5.3.0 enhances the conversion from PPT to PDF and Image
2022-03-02 07:16:43
We are excited to announce the release of Spire.Presentation for Java 5.3.0. This version enhances the conversion from PPT to PDF and Image. Meanwhile, it fixes some known issues such as the obtained vertical alignment value of the text frame is incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1797 Optimizes the time consumption when converting PPT file to PDF. Bug SPIREPPT-1825 Fixes the issue that the obtained vertical alignment value of the text frame was incorrect. Bug SPIREPPT-1832 Fixes the issue that the application threw "DocumentReadException" when…
Spire.Presentation 7.2.5 supports creating "Map" chart
2022-03-01 02:37:43
We are glad to announce the release of Spire.Presentation 7.2.5. This version supports creating "Map" chart and modifying the number format for chart source data. In addition, it fixes some known issues such as the converted PDF file content is not correct after modifying the shape text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1837 Supports creating "Map" chart. Presentation ppt = new Presentation(); IChart chart = ppt.Slides[0].Shapes.AppendChart(ChartType.Map, new RectangleF(50, 50, 450, 450), false); chart.ChartData[0, 1].Text = "series"; string[] countries = { "China", "Russia", "France", "Mexico", "United…
Spire.Office for Java 5.2.2 is released
2022-02-24 09:20:48
We are excited to announce the release of Spire.Office for Java 5.2.2. This version includes some new features and enhancements, for instance, Spire.PDF for Java supports converting TIFF and OFD files to PDF and enhances the conversions from PDF to HTML, PDF to PDFA1B, PDF to PDFA2A, PDF to image; Spire.Doc for Java supports finding all matched strings in a paragraph and enhances the conversions from Word to PDF and HTML to Word. In addition, some known issues have also been fixed in this update. More details are listed below. Click the link to download Spire.Office for Java 5.2.2: https://www.e-iceblue.com/Download/office-for-java.html…
