using var stream = new MemoryStream();
HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html)
{
PrettyFormat = true,
ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection,
ExportImagesAsBase…...Inline }; this method is not working...CssStyleSheetType = CssStyleSheetType.Inline }; doc.Save(stream, options);...