Getting text

Hi, Is it possable to get text from MS Word file using Aspose.Word? And how can I do it?
Thanks.

Hi,

Thank you for your interest in Aspose.Word.

If you need to obtain the plain, unformatted text from a Word document, use Document.Range.Text (see Range.Text). If you want to get text formatting as well, then you should use a more complex solution, please see this article:

https://docs.aspose.com/words/net/how-to-extract-selected-content-between-nodes-in-a-document/

Большое спасибо!