Pdf to word, word file layout is confusing

here is my example file.
13.PDF (147.1 KB)
14.PDF (183.5 KB)

@chuckwilson

Thank you for contacting support.

We have been able to reproduce the issue with below code snippet in our environment. A ticket with ID PDFNET-45823 has been logged in our issue management system for further investigation and resolution. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

    // Open the source PDF document
    Document pdfDocument = new Document(dataDir + "14.pdf");

    // Save the file into MS Word format
    pdfDocument.Save(dataDir + "14_18.12.doc", SaveFormat.Doc);
    pdfDocument.Save(dataDir + "14_18.12.docx", SaveFormat.DocX);

We are sorry for the inconvenience.