We are excited to announce the release of Spire.Presentation for Java 5.3.2. This version enhances the conversions from PPTX to Image and Shape to Image. More details are given below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1871 Fixes the issue that some characters were garbled after converting PPTX file to image. Bug SPIREPPT-1873 Fixes the issue that the output was blank after converting shape to image. Bug SPIREPPT-1881 Fixes the issue that the application hung a long time when converting shape to image. Click the link to download Spire.Presentation for Java 5.3.2:…
We're pleased to announce the release of Spire.Doc 10.3.5. This version enhances the conversions from Docx to HTML, Docx to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-5048 Fixes the issue that the hyperlink of image was lost after converting Docx to Html. Bug SPIREDOC-7336 Fixes the issue that the text content was overlapped after converting Docx to PDF. Bug SPIREDOC-7337 SPIREDOC-7349 SPIREDOC-7357 Fixes the issue that the content format was incorrect after converting Docx to PDF. Bug SPIREDOC-7361 Fixes the issue that the font size of…
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…
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…
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…
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…
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…
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…
page 96