java - How do I extract data from pptx file using Apache POI? -


i using xslfpowerpointextractor extract text pptx file. text in pptx file returned me in single string. there anyway can text on each slide separately? new concept, please give detailed answers..

i looked api documentation , seems it's either or nothing. api documentation has method called gettext() returns entire text slides behavior observing.

a bit more googling showed me way use api namely xmlslideshow. gives slide-by-slide access presentation.

from there, can access different shapes including text areas can read text. matter of fact, explained in other question believe resolve issue: how pptx slide notes text using apache poi?


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -