Return ? and not á

hi.
when i send pdf to text i get ?. and not á.
i am using your last version 20.2 aspose.pdf

i send the code and the file
CV - Diciembre 2019 - EuroPass (1).pdf (78.2 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,

I have observed issue you mentioned and have logged it as PDFNET-47799 in our issue tracking system. We will further look into details of the issue and keep you posted with the status of its correction. Please be patient and spare us little time.

We are sorry for the inconvenience.

1 Like