Spire.Office for Android via Java 8.4.0 FIX

Spire.Office for Android via Java is a combination of each Enterprise-Level Android API offered by E-iceblue. It includes Spire.Doc for Android via Java, Spire.XLS for Android via Java, Spire.Presentation for Android via Java and Spire.PDF for Android via Java.

With Spire.Office for Android via Java, developers can perform a rich set of office document operations within Android applications easily, such as create, read, and manipulate Word, Excel, PowerPoint and PDF documents, along with convert Word, Excel, PowerPoint and PDF documents to a series of file formats in high quality.

Additionally, Spire.Office for Android via Java is a totally independent API. It does not require Microsoft Office or any other third party libraries to be installed on system.

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 Fixes the issue that images were lost after converting Word to PDF.
SPIREDOC-9014
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.

猜你喜欢

转载自blog.csdn.net/john_dwh/article/details/130339344
今日推荐