Tables in differet position after document save

Hi

I create simplest test where i only load document and save it. This two documents are a bit different. Tables are in different possitions, they moved a few pixels.

Document doc = new Document(filePath);
doc.Save(saveFolder + @"\Out.docx");

@cargt5,

Thanks for your inquiry. Please ZIP and attach your input Word document here for testing. We will investigate the issue on our side and provide you more information.

111111.zip (18.7 KB)

@cargt5,

Thanks for sharing the documents. We have converted the document using latest version of Aspose.Words for .NET 18.7 with following code example. We have not found the shared issue. Please use Aspose.Words for .NET 18.7. We have attached the output document with this post for your kind reference. 18.7.zip (16.4 KB)

Document doc = new Document(MyDir + "111111.docx");
doc.Save(MyDir + "18.7.docx");