How to get only the extracted text?

I use aspose.words and aspose.cells for extracting text from document and excel sheets respectively.
But the extracted text object contains some predefined sentences like the following.

Evaluation Only. Created with Aspose.Cells for Java.Copyright 2003 - 2021 Aspose Pty Ltd."

Evaluation Only. Created with Aspose.Words. Copyright 2003-2020 Aspose Pty Ltd.

How to get only the extracted text?

@Sathiya22,

Well, these are evaluation watermarks which would always be embedded if you are using the APIs in evaluation (without using/setting valid license(s) in code) mode. Please use/set valid license for both Aspose.Words and Aspose.Cells APIs first before using other Aspose APIs (see the topics for Aspose.Words for Java and Aspose.Cells for Java for your reference). In case you still find any issue, please zip and attach the sample files and share sample code, we will check and help you further.