Hi,
I'm trying to find text in a pdf based on Regex.
I want to find any string that a specific word appears in. Let say the word is test, so I pass textFragmentAbsorber = new TextFragmentAbsorber("/test/");
The result is that it doesn't find anything. I did set TextSearchOptions textSearchOptions = new TextSearchOptions(true);
Can you please help?
I'm trying to find text in a pdf based on Regex.
I want to find any string that a specific word appears in. Let say the word is test, so I pass textFragmentAbsorber = new TextFragmentAbsorber("/test/");
The result is that it doesn't find anything. I did set TextSearchOptions textSearchOptions = new TextSearchOptions(true);
Can you please help?