Hi,
We are trying to extract texts from pptx using this link https://docs.aspose.com/slides/java/extract-text-from-presentation/#extract-text-from-slide as a reference. we have modified our code to store the extracted texts into a text file
However, when we extract texts, the title of the slide appears in between instead of at the top of text file. Also, the order in which they appear in pptx file is not maintained in the text filestest3.zip (63.5 KB)
Attached both input and output text files.
Please suggest
Thanks