using var stream = new MemoryStream();
HtmlSaveOptions Options = new HtmlSaveOptions(SaveFormat.Html)
{
PrettyFormat = true,
ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection,
ExportImagesAsBase6…...properly when converting Docx to html Aspose.Words Product Family...HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat...