I’m using Aspose.Words for DOCX merging, and while it generally works fine, I’m encountering issues with specific documents. After merging, the styling is disturbed: text appears overlapped in WPS, while styles are lost …...(resizeImages) { var shapes = document.GetChildNodes(NodeType.Shape, true);...foreach (Shape node in shapes.Where(s => s is Shape)) { ResizeLargeImage(node);...