Use the following code with the attached file;
Expected results: the input and output files are identical
Actual result: the text appears differently in the input and output files (see attached image.png )
Document doc = new Document("file.one");
doc.Save("output.one");
file.zip (21.5 KB)