Hi,
I have the below code to convert an MS Word file to an Html file using ASPOSE Words ( Java).
The MS Word file has Content Controls.
Document d = new Document("TEST.docx");
SaveOptions opt = SaveOptions.createSave…...(with ( Content Controls) to HTML conversion using ASPOSE.Words...convert an MS Word file to an HTML file using ASPOSE Words ( Java)...