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…...htmlStream = new MemoryStream()) { var htmlSaveOptions = new HtmlSa...htmlInputStream = new MemoryStream(htmlBytes)) { htmlDoc = new Document(htmlInputStream);...