Hi Team,
We want to convert date-type tags to plain text. If revisions are present in the document tags, we need to preserve those revisions in the plain-text version. We also need to support the reverse conversion (pla…... Document doc = new Document("input.docx"); // Iterate...Insert plain text node Run run = new Run(doc, content); parent.InsertBefore(run...