async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) {
const headDoc = new aw.Document(letterHeadpath);
const contentDoc = new aw.Document(docPath);
const headDocParagraphs = headDoc.sections…...autoFit(aw.Tables.AutoFitBehavior.FixedColumnWidths);...expected, the tables in the last page are colliding, also for reference...