Spire.Presentation for Android 8.1.1 supports setting custom fonts

2023-01-06 09:52:28

We are happy to announce the release of Spire.Presentation for Android 8.1.1. This version supports setting custom fonts. Besides, it fixes the issue that the program threw ArrayIndexOutOfBoundsException when converting PowerPoint to PDF. More details are listed below.

Here is a list of changes made in this release

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.
Click the link below to download Spire.Presentation for Android 8.1.1: