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
Post a Comment