Table shrink when converting .docx to .pdf

Hi I’m trying to convert a .docx to .pdf and a table gets shrinked when exporting.
You could see it on page two of the application test case.

Thank you

Hello

Thanks for your inquiry. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is fixed. As a workaround, you can try open/save your document using MS Word and then convert to PDF using Aspose.Words.
Best regards,

Hello,
i want to know if there are new informations about this issue.
Thanks

Hello

Thanks for your request. Unfortunately the issue is still unresolved. We will keep you informed on any developments regarding this issue. Please try using the following way to work this problem around:

Document doc = new Document("Hypothesis477_1.docx");
doc.UpdateTableLayout();
doc.Save("out.pdf");

Best regards,