Hi Team,
Converting HTML to word taking a long time to convert using aspose.word .net
1.That html document having 5000 hyperlinks and html file size 13 mb
–Html file taking a long time to load
– Conversion taking 15 - 20 minutes to complete
how to improve performance and any other ways.
Below sample coding we are using:
Aspose.Words.License license1 = new Aspose.Words.License();
license1.SetLicense(“Aspose.Total.lic”);
Aspose.Words.Document doc2 = new Aspose.Words.Document(@“D:\FileTest\Exe-714.html”);
doc2.Save(@“D:\FileTest\Exe-714Word1.docx”, Aspose.Words.SaveFormat.Docx);