Can use the attached document (after unzip) and following code to reproduce. Tested in v24.10.0.
var bytes = File.ReadAllBytes(@"input.doc");
using MemoryStream ms = new MemoryStream();
ms.Write(bytes, 0, bytes.Length);…...Family words-net rhrufftx November 7, 2024, 4:33pm 1 Can use...zip (14.0 KB) alexey.noskov November 7, 2024, 5:30pm 2 @rhrufftx...