When i use DocumentBuilder’s InsertDocument builtin method , if the inserted document has bespoke margins their format won’t be copied on the final document, and i specifically use the 2nd parameter ImportFormatMode.Keep…...ImportFormatOptions : Document mainDoc = new Document("MainDocument.docx");...docx"); Document subDoc = new Document("SubDocument.docx"); DocumentBuilder...