We are pleased to announce the release of Spire.Office for Android via Java 8.4.0. In this version, Spire.Presentation for Android via Java supports setting custom fonts. Spire.Doc for Android via Java enhances the conversion from Word to PDF; Spire.PDF for Android via Java enhances the conversion from PDF to DOCX; Besides, a lot known issues are fixed in this version. More details are listed below.
Click the link to download Spire.Office for Android via Java 8.4.0:
Here is a list of changes made in this release
Spire.Presentation for Android via Java
Category | ID | Description |
New feature | SPIREPPT-2134 | Supports setting custom fonts.
Presentation ppt = new Presentation(); ppt.loadFromFile(PptFile); ppt.setCustomFontsFolder(fontFolderPath); ppt.saveToFile(PdfFile, FileFormat.PDF); |
Bug | SPIREPPT-2135 | Fixes the issue that the program threw ArrayIndexOutOfBoundsException when converting PowerPoint to PDF. |
Spire.Doc for Android via Java
Category | ID | Description |
Bug | SPIREDOC-9013 SPIREDOC-9014 |
Fixes the issue that images were lost after converting Word to PDF. |
Spire.PDF for Android via Java
Category | ID | Description |
Bug | SPIREPDF-5013 | Fixes the issue that caused image loss after converting PDF to DOCX. |
Bug | SPIREPDF-5289 | Fixes the issue that caused null pointer exception in the conversion from PDF to DOCX. |