Hi,
I have a document, which is produced by OCR software and which contains quite a lot of optional hyphen characters (decimal 31).
How can I programmatically replace all occurrences of this character with a regular hy…...Document doc = new Document("path/to/your/document.docx"); //...modified document doc.Save("path/to/your/modified_document.docx");...