Search non-English characters in PDF using Aspose.PDF for .NET

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 :slight_smile:

@eranlipi,

Thanks for contacting support.

We have tested this scenario in our environment and have been able to observe the issue that you have mentioned. We have logged issue with ID PDFNET-47709 in our issue tracking system. We will share with you as soon as logged issue is fixed.