Wrong text rendered when converting PDF to DOCX

Hello,
I have attached a Pdf document that, when opened as an Aspose.Words.Document, doesn’t render the correct text characters.

You can repro this issue with this snippet. I am using Aspose.Words 25.1.0

var document = new Document("./01.pdf");
document.Save("./01.docx", SaveFormat.Docx);

Attaching Aspose output as well.

01.docx (46.4 KB)

01.pdf (148.3 KB)

@draftable
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-27720

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Hello,
Just adding some finding from our side that might speed up the resolution:

The pdf uses some embedded type-0 fonts without cid-to-unicode mappings, in which case apparently the conversion tools all assume the glyphs ids are ascii.

Is there a way to work around this using Aspose library?

@draftable Thank you for additional information. Unfortunately, currently we cannot suggest you any workaround. We will keep you informed and let you know once the issue is resolved or we have more information for you.