hi i get lots of white spaces between words utf-8.
i will add a example and codesarit.pdf (166.7 KB)
Dim docHtml As New Aspose.pdf.Document(f.InputStream)
Dim textAbsorber As New TextAbsorber()
docHtml.Pages.Accept(textAbsorber)
Dim extractedText As String = textAbsorber.Text
Response.Write(extractedText)
thank you