Convert PDF to DOC - Words under stamps are lost when converted to doc

Hi Aspose team,

We found the words under stamps are lost when converted from pdf to doc. We tested it using Foxit, it works well. Please see the screenshot below.
image.png (123.3 KB)

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:
stamp.pdf (308.1 KB)

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

Hi Aspose team,

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

@Glority_Developer

We are sorry to inform you that your issue has not been fully investigated yet. We will surely let you know as soon as we have some definite updates regarding its investigation of resolution. Your patience and comprehension is highly appreciated in this matter.

We apologize for the inconvenience.