If you look at pages 82 and 84 of the attached PDf you can see that the conversion has corrupted the tables. It seems to have overlaid pages 84 and 85 and also 86 and 87 of the original.
Even though the file size is 22MB your system would not allow me to upload so I have stored the files in Dropbox at this link
https://www.dropbox.com/scl/fo/sgo3yxjnl6v59f8aieawb/AI9PwuI3meIyj6wvE6gynlc?rlkey=dobabzoyjqw6c8gvg9a9jw97y&st=j0os6e2v&dl=0
@john.gleeson
It seems that you are experiencing issues with corrupted tables in your Word document after conversion. This can occur due to various reasons, including formatting issues or problems during the conversion process.
To troubleshoot this, you can try the following steps:
-
Reconvert the Document: If possible, try converting the original document again to see if the issue persists.
-
Check for Overlapping Content: Review the original document to ensure that there are no overlapping elements or formatting issues that could cause the tables to appear corrupted.
-
Use Aspose.Words for Repair: If you have access to Aspose.Words, you can attempt to load the document and save it again, which might help in fixing any corruption. Here’s a simple code snippet to do that:
Document doc = new Document("path/to/your/document.docx");
doc.Save("path/to/save/cleaned_document.docx");
-
Manual Adjustment: If the tables are still corrupted, you may need to manually adjust them in the Word document after conversion.
If the problem continues, consider reaching out to Aspose support with specific details about the issue, including the original document and the steps you took during conversion.
If you have any further questions or need additional assistance, feel free to ask!
@john.gleeson
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): WORDSNET-28693
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.