We are glad to announce the release of Spire.Presentation for Java 4.12.3. This version supports converting PowerPoint file to OFD as well as supports getting the image path of the PowerPoint file. In addition, it fixes some known issues such as the content was lost after saving a slide to image. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1778 Supports getting the image path of the PowerPoint file. ImageCollection images = ppt.getImages(); for (int i = 0; i < images.size(); i++) { IImageData imageData = images.get(i); String…
We are pleased to announce the release of Spire.Doc for Java 4.12.13. This version supports setting "Allow Latin text to wrap in the middle of a word" for paragraphs, and enhances the conversion from Word to PDF, XML to PDF. In addition, it fixes some known issues such as the text obtained were incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-5499 Supports setting "Allow Latin text to wrap in the middle of a word" for paragraphs. Paragraph pa = document.getSections().get(0).getParagraphs().get(0); pa.getFormat().setWordWrap(false); pa.getFormat().getWordWrap(); Bug SPIREDOC-6592 Fixes the…
We are glad to announce the release of Spire.Presentation 6.12.4. This version supports .NET6.0, supports adding the setting to convert high quality images, and supports getting the type and color of slide background. It also enhences the conversion from PowerPoint to PDF, PowerPoint to image. In addition, it fixes some known issues such as the obtained display color of table cell text was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1699 Supports getting the type and color of slide background. ISlide sld = ppt.Slides[0] as ISlide;…
We are excited to announce the release of Spire.Office for Java 4.12.2. This version brings some new features, for instance, Spire.Doc for Java supports converting Word to OFD format, setting the revision author, as well as setting "ignore formatting" when doing the comparison; Spire.PDF for Java supports converting PDF to linearized PDF, and supports that the text of cell is not wrapped when converting PDF to Excel file; Spire.Presentation supports adding math equations and checking whether shape contains math equations; Spire.XLS for Java supports converting excel file to OFD and supports "Subtotal" function. Meanwhile, a lot of bugs have been…
We are happy to announce the release of Spire.XLS for Java 4.12.2. This version supports converting excel file to OFD and supports "Subtotal" function. Also, it enhances the conversion from Excel to PDF, Excel to image. In addition, it fixes some known issues such as the "Wrap text" didn't take effect after merging cells. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3568 Supports converting excel file to OFD. Workbook workbook = new Workbook(); workbook.loadFromFile("input.xlsx"); workbook.saveToFile("output.ofd", FileFormat.OFD); New feature SPIREXLS-3571 Supports "Subtotal" function. Workbook workbook = new Workbook();…
We are pleased to announce the release of Spire.Doc 9.12.7. This version enhances the conversion from Word to PDF and HTML to Word. In addition, it fixes the known issue that the page number was incorrect after updating document fields. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6666 Fixes the issue that the page number was incorrect after updating document fields Bug SPIREDOC-6987 Fixes the issue that the paragraph indentation was incorrect when converting word file to PDF. Bug SPIREDOC-6995 Optimized the time to convert word files to…
We are happy to announce the release of Spire.XLS 11.12.2. This version supports setting the border of IprstGeomShape, and enhances the conversion from Excel to PDF. In addition, it fixes some known issues such as the effect was incorrect after adding an oval shape to the chart. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3560 Supports setting the border of IPrstGeomShape. IPrstGeomShape triangle = sheet.PrstGeomShapes.AddPrstGeomShape(2, 2, 100, 100, PrstGeomShapeType.Triangle); triangle.Line.ForeColor = Color.Green; Bug SPIREXLS-1334 Fixes the issue that it didn't take effect after setting IsWrapText () for…
We are excited to announce the release of Spire.Office for Java 4.11.3. This version brings some new features, for instance, Spire.PDF for Java supports converting PDF to images with transparent background; Spire.XLS for Java supports to get the created time and the last saved time of Excel file; Spire.Doc for Java enhances the conversions from Word to PDF/images/HTML, as well as from HTML to Word. Meanwhile, a lot of bugs have been successfully fixed. More details are listed as follow. Click the link to download Spire.Office for Java 4.11.3: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release…
Page 92 of 98
page 92