I am having some trouble with a requirement. I need to make changes to a clone of a document while it is in HTML string format (or possibly XML or any other format that will allow me to keep the formatting). After the ch…...Save(htmlStream, htmlSaveOptions);...new MemoryStream()) { htmlDoc.Save(docxStream, SaveFormat.Docx);...