Hai,
I am trying search for a text in PDF Document.
Here I am sharing the code I have used:
TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber("Verify if the required paperwork (Original Death Certificate and Court Documents, if ", new TextSearchOptions(true));
doc.Pages.Accept(textFragmentAbsorber);
But when I do this:
I am getting an error like ,
System.Text.RegularExpressions.RegexParseException: 'Invalid pattern 'Verify if the required paperwork (Original Death Certificate and Court Documents, if ’ at offset 87. Not enough )‘s.’
what dose it mean, and how to solve this?