I have some word documents saved as html, with special word-only markup. Is it possible to convert this document back to a docx without losing the header and footer for instance …
Document document = new Document(“test.htm”);
document.save(“test.docx”);