Aspose words java not able to parse 2 column layout

Hi ,
I have a docx file in 2 column layout, how to read the 2 column docx file

Regards,
Krsna

@contactkrsna1,

Thanks for your inquiry. Have you tried the latest version of Aspose.Words for Java i.e. 19.11 on your end? In case the problem still remains, please ZIP and upload your input Word document you are getting this problem with here for testing. Do you see any exception/error during loading that document? Please also explain what do you mean by parsing/reading two column DOCX? Do you want to extract all text of this document? We will then investigate the scenario on our end and provide you more information.

You may also please refer to the following class:
TextColumn Class

Hi,

Yes i want to extract all text , tables and images from the document

Regards,
Krsna

@contactkrsna1,

I believe, you can meet this requirement by using different code examples mentioned in the following article: