Load an html stream 130kb takes 3 minutes

Hello,
I'm evaluating the Aspose.Words Product version 05/2014 and found a slowness (3 minutes) to load an html stream of 130kb to a new document.

Tested in other tools (including online) and the time is almost instantaneous.

It may be something I'm doing wrong? Follows a piece of C # code:

System.IO.MemoryStream stream = new System.IO.MemoryStream (System.Text.Encoding.GetEncoding ("iso-8859-1") GetBytes (html).);

Document doc = new Document (stream); / / takes 3 min
Stream.Close ();

doc.Save (sFileName); / / More 3 min


Regards,

Hi Marco,

Can you please share your sample HTML you are trying to load?

Best Regards,

Follow file html and project test console application.


Att,
Hi Marco,

Thanks for your inquiry. I have already answered a similar query of yours here in this post. I would suggest you please follow that thread for further proceedings from now onwards. If we can help you with anything else, please feel free to ask.

Best regards,