I am getting pdf files which i am converting to word for data cleaning. I am having trouble reading a word document using c#. The problem I am facing while trying to read is that the paragraph
on the 1st page isn’t over but it reads the left column first, then
shifts to the remaining paragraph. The document is divided into 2 columns, so when we finish reading the second column on first page, it jumps to the first column on second page.Please check the file attached for more details.
Is there any way to read this file properly using Aspose words or Apsose pdf?
Hi Moin,