I get my content in HTML format and use embedHTML() to add the contents to docx, I donot use any templates, I create sections by creating 3 seprate docx files for each section and then use mergeDocx to compile to one docx file.
In one of the docx files (section) I need to add headers, the header now is appearing for all the pages but my requirement is the header should skip the first page and start from the second page till the end of the section.
Please suggest.