Hi Team,
We were trying to convert doc/docx to Html where we faced one issue when converting a doc with Danish language and its characters are not converted as it is in output html.
We are using Aspose.Words for .NET to convert. Below is the code and attached the zip file containing input doc and output html.
Aspose.Words.Saving.HtmlSaveOptions saveOptions = new Aspose.Words.Saving.HtmlSaveOptions();
saveOptions.CssStyleSheetType = Aspose.Words.Saving.CssStyleSheetType.Embedded;
saveOptions.ExportImagesAsBase64 = true;
wrdf.Save(htmlOutput, saveOptions);
CL CV v188.zip (126.7 KB)