I have 2 issues
1. HTML to header in word.
2. Importing table the spacing after is default to 10 pt is there any way that we can set spacing after to 0 pt
1. I can create word document from HTML file using the code below without any problem and I want insert data from HTML file into the header and footer.
File source = new File("c:\\document.htm");
String link = "c:\\worDocument.docx";
String stringFromFile ...