How to convert DOCX to HTML with htmlfixed format in Aspose.Words Cloud API?

What parameter should be passed for htmlfixed format while converting docx to html, As I want to retain HTML styling and font as well. using “htmlfixed” as a parameter says file format not supported.
What is the right option then ?

Refer below code, I am using Aspose.Cloud.

//build URI to convert MS Word file to other format using storage
string strURI = “http://api.aspose.com/v1.1/words/” + fileName + “?format=htmlfixed”;

Hi Raju,


Thanks for your inquiry. Please refer to the “HtmlFixedSaveOptions” section in the following page:
https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage

I hope, this helps.

Best regards,