Read a Word Document and Get Particular String

Hi,
How to read a word document using aspose and about to get particular string only.,

The string present in both Body of the document and footer as well.,

Kindly assist…

Hi there,

Thanks for your inquiry. Please refer to the following article.

Find and Repalce

Please use Node.ToString(SaveFormat.Text) method to export the content of the node into a string. If you still face problem, please share your input document and text that you want to get from the document. We will then provide you more information on this along with code.

Hi,
Thanks for you reply…

I read the word document using doc.GetText() it is looks fine but i am able to read first 8 pages of the document. I tried with all combination of docmuent it is still read only first 8 or 9 pages.

Please suggest me how to solve this…

Hi there,

Thanks for your inquiry. Please note that in evaluation mode there are some limitations applied. E.g. Aspose.Words injects an evaluation watermark at the top of the document. The document’s contents are truncated after a certain number of paragraphs during import or export.

Please request for 30-days temporary license from here:
Get temporary license

Please refer to the following article about applying license.
Apply a License

Hi,
Thanks for your reply… Now it is working fine after adding the License file…,