Convert PDF to DOC - The highlighted text and comments in PDF are lost

Hi Apose team,

We found that if the highlighted text and the comments in PDF are lost when converted to Doc

We are using Aspose.pdf 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 our test filecomment.pdf (6.0 MB)

Here’s our test result
image.png (65.5 KB)

Thanks.

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