I want to convert http://aot.ru/_7007_10.html
to docx. I can do it on Windows. On ubuntu Aspose creates additional columns in document.xml:
<w:tblGrid>
<w:gridCol w:w="1875"/>
<w:gridCol w:w="1866"/>
<w:gridCol w:w="529"/>
<w:gridCol w:w="1866"/>
<w:gridCol w:w="219"/>
<w:gridCol w:w="219"/>
<w:gridCol w:w="1"/> <------------- a wrong additional column
<w:gridCol w:w="218"/>
<w:gridCol w:w="219"/>
<w:gridCol w:w="2263"/>
<w:gridCol w:w="2"/> <------------- a wrong additional column
<w:gridCol w:w="151"/>
</w:tblGrid>
If you try to make this file smaller problem disappears.
<PackageReference Include="Aspose.Words" Version="20.3.0" />
#32~18.04.1-Ubuntu
There is a huge file http://aot.ru/7007_10.html
with many tables. Some of the tables are processed correctly on Windows, some on Ubuntu. So http://aot.ru/_7007_10.html
is a subset of 7007_10 created for testing purpose. Can you help me?