Hi Team
I would like to search text using aspose pdf using below code
TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber("[A-zÀ-ú0-9]+");
from this I am able to find text like Sérgio but I would like to find text like Sér'!@gio any special symbol
Thanks in Advance
Balamurugan V