Hello, i run into an issue with conversion Docx to html. Footer is completely missing and second header is missing, is there a way so it will be included?...Text; var doc = new Document("input.docx");...Encoding = Encoding.UTF8 }; doc.Save("output.html", htmlOptions);...