Reputation: 141
I found Apache POI doesn't support reading SmartArt component. (Am I right?)
So I tried Aspose.Slides and it worked. But the trial version has critical restriction. (can't get text has length over 5 characters)
Can anybody help?
Upvotes: 0
Views: 1044
Reputation: 433
@Shinbop,
I have observed your requirements and suggest you to please try using latest Aspose.Slides for .NET 18.11 on your end using valid Aspose.Slides license while using API. If you use API without license, it shall pose certain restrictions including limited text extraction from shapes inside presentation. You can please visit this official documentation section link concerning to SmartArt shapes.
I am working as Support developer/ Evangelist at Aspose.
Upvotes: 0
Reputation: 15878
You can read SmartArt with docx4j/pptx4j.
To see how it is represented, upload your sample pptx to webapp.docx4java.org/OnlineDemo/PartsList.html then click through into the /ppt/diagrams parts.
There is also a document Creating SmartArt with docx4j, though please note this is an advanced topic (and you are largely on your own).
Upvotes: 1