async function addLetterHeadToDocx(DocPath, letterHeadpath, outDir, logger) {
const headDoc = new aw.Document(letterHeadpath);
const contentDoc = new aw.Document(DocPath);
const headDocParagraphs = headDoc.sections…...Tables colliding on docx to pdf conversion Aspose.Words Product...resolve(outDir, "final_output.pdf"); fixTableDimentions(headDoc);...