Hi ,
We are using ASPOSE WORD (Version 21.8) to convert the HTML file to Word document. When we try to load the document into word object its just hanged the process and conversion goes into deadlock.
Sample Code:
var htmlLoadOptions = new Aspose.Words.Loading.LoadOptions();
htmlLoadOptions.Encoding = Encoding.UTF8;
htmlLoadOptions.LoadFormat = Aspose.Words.LoadFormat.Html;
var updatedHtmlFilePath = “html file path”;
doc = new Aspose.Words.Document(updatedHtmlFilePath, htmlLoadOptions);
Can you please look into this issue.
Attached is the sample HTML document.[https://drive.google.com/file/d/1rosq14rcny4hf7yd0hjx3-0jgcjbyhhr/view?usp=sharing
]https://drive.google.com/file/d/1rosq14rcny4hf7yd0hjx3-0jgcjbyhhr/view?usp=sharing