in local windows dev, the font is not missing;
this is my code
public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception {
document = new Document(docFilePath);
docume…...you should create a separate section for the TOC and the content...another section. builder.insertBreak(BreakType.SECTION_BREAK_NEW_PAGE);...