Hi,
I’m using Aspose.Slides as an import tool to convert PPT/PPTX into our data model.
The problem I’m recently struggeling with is, that whenever the shapes in the pptx file have not been formatted by the user, e.g. when the user has only added a simple form to the slide, the following code snippet will always return -1. That says the filling is an image.
AutoShapeEx autoShapeEx = (AutoShapeEx) shape;
byte filling = autoShapeEx.getFillFormat().getFillType();
I’m currently using MS Office 365 Premium to create my test files.
Is there any means to resolve that?
Best regars,
Melanie