After conversion to Docx, the table layout are incorrect

lib version:
23.8

code:

string docxFileName = Path.Combine(Path.GetTempPath(),Path.GetFileNameWithoutExtension(fullFileName) + ".docx");
DocSaveOptions saveOptions = new DocSaveOptions
{
    // Specify the output format as DOCX
    Format = DocSaveOptions.DocFormat.DocX,
    // Set other DocSaveOptions params
    Mode = DocSaveOptions.RecognitionMode.EnhancedFlow
};
// Save document in docx format
pdfDocument.Save(docxFileName, saveOptions);

issue 1: 2 tables are incorrected merged to 1 table
image.png (43.6 KB)

issue 2: table row layout incorrect
image.png (18.8 KB)

issue 3: when table is cross pages, the table row layout is also incorrect

image.png (8.3 KB)

sample pdf:
trf.pdf (96.7 KB)

@softboy
Thanks for the data provided.
For the library version 24.04, all cases were reproduced.
I will create tasks for the development team.

@softboy
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): PDFNET-57154,PDFNET-57155,PDFNET-57156

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.

@softboy
For each set of cases listed, I created a separate task (in the same order as they were listed).