hi.
when i try to convert pdf to text i get nothing or ?
i give you the file and the code
example (2).pdf (233.9 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