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”;