Aspose.Net Words

hi. does aspose.net​ words have the capability​ to convert html to word…modi​fying margins, etc…

Hi

Thank you for additional information. Yes of course, please see the following code:

Document doc = new Document("C:\\Temp\\in.html");
doc.Save("C:\\Temp\\out.doc", SaveFormat.Doc);

But you should note that Aspose.Words was originally designed to work with MS Word documents. That is why upon processing HTML some features of HTML might be lost. You can find a list of limitation upon exporting/importing to HTML here:
https://docs.aspose.com/words/net/save-in-html-xhtml-mhtml-formats/
Best regards,