Hi,
We have a requirement to read the body content from the word doc. we are using aspose.words.paragraph to read all the paragraphs. but upon this, we are getting paragraphs from header, footer, comments, etc along wit…...paragraph from the body: Document doc = new Document(@"C:\Temp\in.docx");...// Here are nodes from the document's main body. } } Or you can...