We are glad to announce the release of Spire.PDF 8.3.9. This version supports filling XFA image field. In addition, it fixes some known issues such as the merged PDF file was unable to be opened. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-415 Supports filling XFA image field. PdfDocument pdfDocument = new PdfDocument(); pdfDocument.LoadFromFile(inputFile); PdfFormWidget form = pdfDocument.Form as PdfFormWidget; if (form.XFAForm != null) { List<XfaField> xFields = form.XFAForm.XfaFields; for (int i = 0; i < xFields.Count; i++) { if (xFields[i] is XfaImageField) { XfaImageField xImageField =…
We are pleased to announce the release of Spire.Doc for Java 5.3.16. This version enhances the conversions from Word to PDF, Word to HTML. It also fixes some known issues such as the application threw "StackOverflowError" when updating Table of Contents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-4423 Fixes the issue that the application threw "StackOverflowError" when updating Table of Contents. Bug SPIREDOC-7199 Fixes the issue that the text position was incorrect after converting Word to PDF. Bug SPIREDOC-7220 SPIREDOC-7419 Fixes the issue that the pagination was…
We are happy to announce the release of Spire.XLS for Java 5.3.3. This version supports setting text direction for the chart category axis as well as sorting for a Table, and enhances the conversion from Excel to image, Excel to PDF. In addition, it fixes some known issues such as the application threw "NullPointerException" when appending a rich text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3641 Supports setting text direction for the chart category axis. chart.getPrimaryCategoryAxis().setTextDirection(TextVerticalValue.EastAsianVertical); New feature SPIREXLS-3706 Supports sorting for a Table. Workbook workbook…
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…
page 62