Offline Convertor for Word DOCX Document to HTML File Format Conversions using C# .NET | Performance Time Improvements

Hi,

Will you please check the attached file, it is taking time while we are saving the document in HTML.
And the size of the file is 19kb but the generated HTML size is about 97804kb.

Please look into this as a priority and make sure you delete the file after checking.

Regards
Nidhi

Sample File.zip (17.5 KB)

@rchilli,

After an initial test with the licensed latest (20.11) version of Aspose.Words for .NET, we were unable to reproduce this issue on our end. We used the following simple C# code to convert your DOCX to HTML format on our end:

Document doc = new Document("C:\\Temp\\Sample File\\Sample File.docx");
doc.Save("C:\\temp\\Sample File\\20.11.html");

Attachment: DOCX to HTML Conversion.zip (8.1 KB)

So, we suggest you to please upgrade to the latest version of Aspose.Words for .NET.

I am sharing with you the File and the HTML we got after saving.
FYI, we are using the 14.4 version of Aspose.

Sample Files.zip (184.8 KB)

@rchilli,

Please note that we do not provide support for older released versions of Aspose.Words. We also do not provide any fixes or patches for old versions of Aspose APIs. All fixes and new features are always added into new versions of our APIs. So, the only solution would be to upgrade to the latest 20.11 version of Aspose.Words.