How to read content from doc file using aspose.words

how to read content from doc file using aspose.words and how to apply text cleansing for tht content?

how to read doc file content using aspose.words and how to apply text cleansing to tht content?

Hi
Thanks for your request. Do you mean reading text content? If so there are few options. Please follow the link for more information:
https://docs.aspose.com/words/java/extract-selected-content-between-nodes/
If you would like to iterate through all nodes in the document, you can use DocumentVisitor to achieve this:
https://reference.aspose.com/words/net/aspose.words/documentvisitor/
Hope this helps.
Best regards,