Hi
I am trying to generate the word docx file and I have added headers and footer like below. but these aren't present in actual word file. I have extracted the docx file and relationships are present in _rels/document.xml but aren't in actual document.xml(present in main folder when extracted), rId12 and rId13 doesn't get added in sectpr. Please help
public static void addPageNumberinHeader(WordprocessingMLPackage wordMLPackage, MainDocumentPart documentPart)
throws InvalidFormatException {
HeaderPart headerPart = new HeaderPart();
Relationship ...