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…...Controls in the output HTML generated by ASPOSE are present as Style...<w:Sdt tags ( Like the ones generated by MS Word ) and not style...