Words become pictures when converting PDF to DOCX using Aspose.PDF for .NET

Hi Aspose team,

We found the words become pictures when converted from pdf to doc. We tested it using Adobe, it works well.

We are using v19.12. Here’s our code
using (Document pdf = new Document(“sample.pdf”))
{
// Save using save options
// Create DocSaveOptions object
DocSaveOptions docSaveOptions = new DocSaveOptions();
// Set the recognition mode as Flow
docSaveOptions.Mode = DocSaveOptions.RecognitionMode.Flow;
pdf.Save(“sample.doc”, docSaveOptions);
}

Here’s the test file:
https://drive.google.com/file/d/13w7i6Holdf00JPFxSnZhYnegkFtfkeMM/view?usp=sharing

@Glority_Developer,

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-47514 in our issue tracking system. We will share with you as soon as logged issue is fixed.

Hi Aspose team,

We are going to have the code freeze date of our product. Will this issue be fixed within 1-2 months? How is the progress?

@Glority_Developer

Regretfully, the earlier logged ticket is not yet resolved. We are afraid that we are not in a position to share some reliable ETA as there are other issues in the queue which were logged prior to your issue. We will surely inform you as soon as we have some definite updates regarding rectification of the logged ticket. Please give us some time.

We apologize for the inconvenience caused.