Table borders disappear after PDF conversation to word doc

We are using ASPOSE to convert PDF files into .docx format. However, when our PDF file has tables (with boundaries/borders), the converted file does not preserve those table boundaries/borders. Is this a limitation of ASPOSE or is there a way to prevent this? Attaching the PDF
cerfa_14076-02 COURT SEJOUR (1).pdf (118.2 KB)

@kasriram

We were able to replicate the issue in our environment while testing the scenario with Aspose.PDF for .NET 20.11 and following code snippet:

using (Document pdfFile = new Document(dataDir + "cerfa_14076-02 COURT SEJOUR (1).pdf"))
{
pdfFile.Save(dataDir + "output.docx", new DocSaveOptions() 
{
 Format = DocSaveOptions.DocFormat.DocX,
 Mode = DocSaveOptions.RecognitionMode.EnhancedFlow
});
}

Hence, we have logged it as PDFNET-49158 in our issue management system for the sake of correction. We will further look into its details and keep you posted with the status of its rectification. Please be patient and spare us some time.

We are sorry for the inconvenience.

Has this issue been resolved?

@DaryaDel

We are afraid that the earlier logged ticket is not yet resolved. We will surely investigate and fix it on a first come first serve basis and inform you as soon as definite updates are available regarding its resolution. Please give us some time.

We apologize for your inconvenience.