Return wrong Hebrew characters

hi i get wrong characters text when, i uploaded file at hebrew

i give you sample of code

	  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)

and the file tasks-showPic.api.pdf (47.7 KB)

@eranlipi

We were able to replicate the issue in our environment while using Aspose.PDF for .NET 20.3 and logged it as PDFNET-47837 in our issue tracking system. We will further look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.

We are sorry for the inconvenience.