Dear Customer,
Thanks for the inquiry. Please try to use the latest Aspose.Words v11.3.0 at your end and hopefully your issue will be resolved. If it still persist then please share source html document for further investigation. We’ll take a closer look and guide you accordingly.
Best Regards,
Tilal
Dear Customer,
Thanks for sharing your sample file. Unfortunately , I’m unable to find any issue while converting your html file in text, generated in seconds. Please have a look to following code snippet, used for the conversion. Please feel free to contact us for any further assistance.
Stream stream = File.OpenRead(docpath);
Document doc = new Document(stream, new LoadOptions()
{
LoadFormat = LoadFormat.Html
});
stream.Close();
MemoryStream saveStream = new MemoryStream();
doc.Save(saveStream, SaveFormat.Text);
StreamWriter writeStream = new StreamWriter(("...\\test out.txt"), true);
writeStream.Close();
Dear Customer,
Thanks for your query, as earlier requested please upgrade your Aspose.Word version to the latest one, i.e. 11.3.0. It will definitely solve the issue. Please feel free to contact us for any further assistance.
Regards,
Tilal
We always encourage our customers to use the latest release versions of Aspose.Words as it contains newly introduced features, enhancements and fixes for issues reported earlier. Now concerning to the issue that you are facing, while using the latest versions of Aspose.Words i.e. 11.3.0, the average load time for your HTML document, for three test runs, was around 25 seconds on my side. Moreover, I have noticed that you’re heavily specifying web URLs in SRC attribute of IMG tags. Please note that, Aspose.Words automatically downloads these images during loading the document into the DOM. This image download may take some time. So, there is no problem with Aspose.Words.
Please let me know if I can be of any further assistance.
I am afraid, we had removed Visual Basic language from GitHub Examples. We are currently maintaining only examples in C# language. But, you can easily convert C# examples to VB.NET yourself by using some converter. For example: https://www.developerfusion.com/tools/convert/csharp-to-vb/
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.