I have a legacy application in Visual Studio that generates doc files using Microsoft.Office.Interop.Word.Application .
The application adds lines, negates a few words, but sometimes the text is truncated.
I have already looked for ascii code and so far I have not found anything.
Thanks,