Can't find words from PDF to Text

Helo
I use:
TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber(new TextEditOptions(TextEditOptions.NoCharacterAction.UseStandardFont ));
info.Document.Pages[page].Accept(textFragmentAbsorber);

the result in the text is as follows:
textFragmentAbsorber.Text ==> " Fecha: 18/01/2012 Longitudinal, 6 Nº 117 Mercabarna"
But, in textFragmentAbsorber.TextFragments ==>
TextFragments .item(9) == 1
TextFragments .item(10) == 8
TextFragments .item(11 == /01/
TextFragments .item(12) == 20

WHY???

This topic has been moved to the related forum: Extract text from PDF using Aspose.PDF for .NET - Can't find words from PDF to Text - Free Support Forum - aspose.com