Hi, I recently updated the Aspose words library from 21.2 To 23.1 To make it compatible with JAVA 17. It does not give any issues but when I am creating a Document with it, The generated Document somehow contains space, …...insertTextAndLineInM(doc: Document, text: String) { val shapes = doc.getChildNodes<Shape>()...removeAllChildren() val run = Run(doc) run.text = text shape.firstParagraph...