How to find the text from PDF using Aspose.Words for .NET

Hi Team, Is there any API like TextFragmentAbsorber for word document?
i am performing below operation with PDF file
Dim absorber As New TextFragmentAbsorber(phrase:="<(?.*?)>>", textSearchOptions:=New TextSearchOptions(True))

Is there anything similar to this with Aspose.Word?

Thank you
Durga

@asposeDp

Please read the following article.
Find and Replace

You cannot perform search operation on PDF file using Aspose.Words. However, you can import files of supported load format into Aspose.Words’ DOM and perform search operation.

@asposeDp

The latest version of Aspose.Words does support import of PDF. Please install the latest version of Aspose.Words for .NET through NuGet and perform find and replace operation. Please let us know if you face any issue while using Aspose.Words.