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…...Document LoadDocumentAsync(byte[] stream, ILogger logger) { try { using...memStream = new MemoryStream(stream)) { return new Document(memStream);...