async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) {
const headDoc = new aw.Document(letterHeadpath);
const contentDoc = new aw.Document(docPath);
const headDocParagraphs = headDoc.sections…...docx) to change the header and footer for that content. But in my... as the size of the header/footer remains the same or larger...